# Logfile created on 2024-11-25 00:59:45 +0000 by logger.rb/v1.5.3
I, [2024-11-25T00:59:45.726212 #3874292]  INFO -- : #<BuildRuby:0x00007f3e35aefdd8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-random1", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-random1", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-random1", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-random1", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=\"--test-order=random\"", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-random1.20241125-005945", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f3e35b11640 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f3e35b11410 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f3e35a2a510 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random1.20241125-005945", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random1.20241125-005945>, @binmode=false, @mon_data=#<Monitor:0x00007f3e35b11000>, @mon_data_owner_object_id=860>>>
I, [2024-11-25T00:59:45.726408 #3874292]  INFO -- : $$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-random1
E, [2024-11-25T00:59:45.728962 #3874292] ERROR -- : Cloning into 'trunk-random1'...
E, [2024-11-25T00:59:51.106672 #3874292] ERROR -- : Updating files:  93% (10746/11542)
Updating files:  94% (10850/11542)
Updating files:  95% (10965/11542)
Updating files:  96% (11081/11542)
Updating files:  97% (11196/11542)
Updating files:  98% (11312/11542)
Updating files:  99% (11427/11542)
Updating files: 100% (11542/11542)
Updating files: 100% (11542/11542), done.
I, [2024-11-25T00:59:51.133762 #3874292]  INFO -- : $$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-random1" exit with 0.
I, [2024-11-25T00:59:51.134207 #3874292]  INFO -- : $$$[beg] ./autogen.sh
I, [2024-11-25T00:59:53.300360 #3874292]  INFO -- : $$$[end] "./autogen.sh" exit with 0.
I, [2024-11-25T00:59:53.300443 #3874292]  INFO -- : $$$[beg] autoconf
I, [2024-11-25T00:59:53.431652 #3874292]  INFO -- : $$$[end] "autoconf" exit with 0.
I, [2024-11-25T00:59:53.431876 #3874292]  INFO -- : $$$[beg] /tmp/ruby/src/trunk-random1/configure --prefix=/tmp/ruby/install/trunk-random1 --disable-install-doc --enable-shared
I, [2024-11-25T00:59:53.578108 #3874292]  INFO -- : checking for ruby... /usr/bin/ruby
I, [2024-11-25T00:59:53.759982 #3874292]  INFO -- : tool/config.guess already exists
I, [2024-11-25T00:59:53.760064 #3874292]  INFO -- : tool/config.sub already exists
I, [2024-11-25T00:59:53.881745 #3874292]  INFO -- : checking build system type... x86_64-pc-linux-gnu
I, [2024-11-25T00:59:53.882017 #3874292]  INFO -- : checking host system type... x86_64-pc-linux-gnu
I, [2024-11-25T00:59:53.882036 #3874292]  INFO -- : checking target system type... x86_64-pc-linux-gnu
I, [2024-11-25T00:59:53.885281 #3874292]  INFO -- : checking for gcc... gcc
I, [2024-11-25T00:59:53.888398 #3874292]  INFO -- : checking for ld... ld
I, [2024-11-25T00:59:53.891901 #3874292]  INFO -- : checking for gcc-ar... gcc-ar
I, [2024-11-25T00:59:53.894934 #3874292]  INFO -- : checking for g++... no
I, [2024-11-25T00:59:53.897965 #3874292]  INFO -- : checking for gcc-nm... gcc-nm
I, [2024-11-25T00:59:53.901264 #3874292]  INFO -- : checking for gcc-ranlib... gcc-ranlib
I, [2024-11-25T00:59:53.901415 #3874292]  INFO -- : checking for gcc... (cached) gcc
I, [2024-11-25T00:59:53.999335 #3874292]  INFO -- : checking whether the C compiler works... yes
I, [2024-11-25T00:59:53.999505 #3874292]  INFO -- : checking for C compiler default output file name... a.out
I, [2024-11-25T00:59:54.056620 #3874292]  INFO -- : checking for suffix of executables... 
I, [2024-11-25T00:59:54.120586 #3874292]  INFO -- : checking whether we are cross compiling... no
I, [2024-11-25T00:59:54.132963 #3874292]  INFO -- : checking for suffix of object files... o
I, [2024-11-25T00:59:54.143901 #3874292]  INFO -- : checking whether the compiler supports GNU C... yes
I, [2024-11-25T00:59:54.155227 #3874292]  INFO -- : checking whether gcc accepts -g... yes
I, [2024-11-25T00:59:54.167445 #3874292]  INFO -- : checking for gcc option to enable C11 features... none needed
I, [2024-11-25T00:59:54.167522 #3874292]  INFO -- : checking for g++... no
I, [2024-11-25T00:59:54.167545 #3874292]  INFO -- : checking for c++... c++
I, [2024-11-25T00:59:54.322624 #3874292]  INFO -- : checking whether the compiler supports GNU C++... yes
I, [2024-11-25T00:59:54.330872 #3874292]  INFO -- : checking whether c++ accepts -g... yes
I, [2024-11-25T00:59:55.150211 #3874292]  INFO -- : checking for c++ option to enable C++11 features... unsupported
I, [2024-11-25T00:59:55.639757 #3874292]  INFO -- : checking for c++ option to enable C++98 features... unsupported
I, [2024-11-25T00:59:55.689999 #3874292]  INFO -- : checking how to run the C preprocessor... gcc -E
I, [2024-11-25T00:59:55.740923 #3874292]  INFO -- : checking for gas... no
I, [2024-11-25T00:59:55.741171 #3874292]  INFO -- : checking for as... as
I, [2024-11-25T00:59:55.741573 #3874292]  INFO -- : checking for gobjcopy... no
I, [2024-11-25T00:59:55.741839 #3874292]  INFO -- : checking for objcopy... objcopy
I, [2024-11-25T00:59:55.742178 #3874292]  INFO -- : checking for gobjdump... no
I, [2024-11-25T00:59:55.742409 #3874292]  INFO -- : checking for objdump... objdump
I, [2024-11-25T00:59:55.742750 #3874292]  INFO -- : checking for gstrip... no
I, [2024-11-25T00:59:55.742991 #3874292]  INFO -- : checking for strip... strip
I, [2024-11-25T00:59:55.761565 #3874292]  INFO -- : checking for stdio.h... yes
I, [2024-11-25T00:59:55.773115 #3874292]  INFO -- : checking for stdlib.h... yes
I, [2024-11-25T00:59:55.786831 #3874292]  INFO -- : checking for string.h... yes
I, [2024-11-25T00:59:55.798498 #3874292]  INFO -- : checking for inttypes.h... yes
I, [2024-11-25T00:59:55.809958 #3874292]  INFO -- : checking for stdint.h... yes
I, [2024-11-25T00:59:55.820203 #3874292]  INFO -- : checking for strings.h... yes
I, [2024-11-25T00:59:55.830266 #3874292]  INFO -- : checking for sys/stat.h... yes
I, [2024-11-25T00:59:55.840066 #3874292]  INFO -- : checking for sys/types.h... yes
I, [2024-11-25T00:59:55.852772 #3874292]  INFO -- : checking for unistd.h... yes
I, [2024-11-25T00:59:55.864501 #3874292]  INFO -- : checking for wchar.h... yes
I, [2024-11-25T00:59:55.948640 #3874292]  INFO -- : checking for minix/config.h... no
I, [2024-11-25T00:59:56.030302 #3874292]  INFO -- : checking for vfork.h... no
I, [2024-11-25T00:59:56.057402 #3874292]  INFO -- : checking whether it is safe to define __EXTENSIONS__... yes
I, [2024-11-25T00:59:56.081947 #3874292]  INFO -- : checking whether _XOPEN_SOURCE should be defined... no
I, [2024-11-25T00:59:56.176917 #3874292]  INFO -- : checking whether the linker is GNU ld... yes
I, [2024-11-25T00:59:56.202041 #3874292]  INFO -- : checking whether gcc -E accepts -o... yes
I, [2024-11-25T00:59:56.217429 #3874292]  INFO -- : checking for gcc-ar flags... rcD
I, [2024-11-25T00:59:56.217509 #3874292]  INFO -- : checking whether ln -s works... yes
I, [2024-11-25T00:59:56.227246 #3874292]  INFO -- : checking whether make sets $(MAKE)... yes
I, [2024-11-25T00:59:56.238258 #3874292]  INFO -- : checking for a BSD-compatible install... /usr/bin/install -c
I, [2024-11-25T00:59:56.241244 #3874292]  INFO -- : checking for a race-free mkdir -p... /usr/bin/mkdir -p
I, [2024-11-25T00:59:56.241574 #3874292]  INFO -- : checking for dtrace... no
I, [2024-11-25T00:59:56.241922 #3874292]  INFO -- : checking for dot... no
I, [2024-11-25T00:59:56.242251 #3874292]  INFO -- : checking for doxygen... no
I, [2024-11-25T00:59:56.242602 #3874292]  INFO -- : checking for pkg-config... no
I, [2024-11-25T00:59:56.279743 #3874292]  INFO -- : checking whether it is Android... no
I, [2024-11-25T00:59:56.310734 #3874292]  INFO -- : checking for cd using physical directory... cd -P
I, [2024-11-25T00:59:56.320033 #3874292]  INFO -- : checking whether CFLAGS is valid... yes
I, [2024-11-25T00:59:56.591837 #3874292]  INFO -- : checking whether LDFLAGS is valid... yes
I, [2024-11-25T00:59:56.651812 #3874292]  INFO -- : checking whether ELF binaries are produced... yes
I, [2024-11-25T00:59:56.714271 #3874292]  INFO -- : checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
I, [2024-11-25T00:59:56.740507 #3874292]  INFO -- : checking whether -fdeclspec is accepted as LDFLAGS... no
I, [2024-11-25T00:59:56.846752 #3874292]  INFO -- : checking whether -fdeclspec is accepted as CXXFLAGS... no
I, [2024-11-25T00:59:56.900184 #3874292]  INFO -- : checking whether -Wextra-tokens is accepted as CFLAGS... no
I, [2024-11-25T00:59:56.915428 #3874292]  INFO -- : checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
I, [2024-11-25T00:59:56.968808 #3874292]  INFO -- : checking whether -Wdivision-by-zero is accepted as CFLAGS... no
I, [2024-11-25T00:59:56.982754 #3874292]  INFO -- : checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
I, [2024-11-25T00:59:56.998093 #3874292]  INFO -- : checking whether -Wduplicated-cond is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.011527 #3874292]  INFO -- : checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.025482 #3874292]  INFO -- : checking whether -Wimplicit-int is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.040262 #3874292]  INFO -- : checking whether -Wpointer-arith is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.096093 #3874292]  INFO -- : checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
I, [2024-11-25T00:59:57.107896 #3874292]  INFO -- : checking whether -Wwrite-strings is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.119406 #3874292]  INFO -- : checking whether -Wold-style-definition is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.136246 #3874292]  INFO -- : checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.150442 #3874292]  INFO -- : checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.166102 #3874292]  INFO -- : checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.180584 #3874292]  INFO -- : checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.194533 #3874292]  INFO -- : checking whether -Wno-long-long is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.208503 #3874292]  INFO -- : checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.223140 #3874292]  INFO -- : checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.239854 #3874292]  INFO -- : checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.253398 #3874292]  INFO -- : checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.266818 #3874292]  INFO -- : checking whether -Wno-self-assign is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.279166 #3874292]  INFO -- : checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.292041 #3874292]  INFO -- : checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.304364 #3874292]  INFO -- : checking whether -Wno-unused-value is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.317131 #3874292]  INFO -- : checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.330351 #3874292]  INFO -- : checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.344023 #3874292]  INFO -- : checking whether -Wunused-variable is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.361782 #3874292]  INFO -- : checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no
I, [2024-11-25T00:59:57.373235 #3874292]  INFO -- : checking whether -Wmisleading-indentation is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.381991 #3874292]  INFO -- : checking whether -Wundef is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.391519 #3874292]  INFO -- : checking whether -Wall -Wextra is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.445332 #3874292]  INFO -- : checking whether -Qunused-arguments is accepted as CFLAGS... no
I, [2024-11-25T00:59:57.515933 #3874292]  INFO -- : checking whether -O3 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.527052 #3874292]  INFO -- : checking whether -fstack-protector-strong is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.580637 #3874292]  INFO -- : checking whether -fstack-protector-strong is accepted as LDFLAGS... yes
I, [2024-11-25T00:59:57.581919 #3874292]  INFO -- : checking for -fstack-protector... -fstack-protector-strong
I, [2024-11-25T00:59:57.631772 #3874292]  INFO -- : checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
I, [2024-11-25T00:59:57.641685 #3874292]  INFO -- : checking whether -fno-strict-overflow is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.696136 #3874292]  INFO -- : checking whether -ggdb3 is accepted as LDFLAGS... yes
I, [2024-11-25T00:59:57.706190 #3874292]  INFO -- : checking whether -fvisibility=hidden is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.715533 #3874292]  INFO -- : checking whether -fno-fast-math is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.724307 #3874292]  INFO -- : checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
I, [2024-11-25T00:59:57.746011 #3874292]  INFO -- : checking whether -fp-model precise is accepted as CFLAGS... no
I, [2024-11-25T00:59:57.755691 #3874292]  INFO -- : checking whether compiler has statement and declarations in expressions... yes
I, [2024-11-25T00:59:57.767649 #3874292]  INFO -- : checking for pthread.h... yes
I, [2024-11-25T00:59:57.833186 #3874292]  INFO -- : checking for pthread_create in -lthr... no
I, [2024-11-25T00:59:57.887527 #3874292]  INFO -- : checking for pthread_create in -lpthread... yes
I, [2024-11-25T00:59:57.941002 #3874292]  INFO -- : checking for pthread_np.h... no
I, [2024-11-25T00:59:57.941082 #3874292]  INFO -- : checking thread model... pthread
I, [2024-11-25T00:59:58.029208 #3874292]  INFO -- : checking whether CXXFLAGS is valid... no
E, [2024-11-25T00:59:58.029287 #3874292] ERROR -- : configure: WARNING: something wrong with CXXFLAGS=""
I, [2024-11-25T00:59:58.087596 #3874292]  INFO -- : checking for crypt in -lcrypt... yes
I, [2024-11-25T00:59:58.151593 #3874292]  INFO -- : checking for dlopen in -ldl... yes
I, [2024-11-25T00:59:58.219048 #3874292]  INFO -- : checking for shutdown in -lsocket... no
I, [2024-11-25T00:59:58.234181 #3874292]  INFO -- : checking for dirent.h that defines DIR... yes
I, [2024-11-25T00:59:58.317007 #3874292]  INFO -- : checking for library containing opendir... none required
I, [2024-11-25T00:59:58.422019 #3874292]  INFO -- : checking for _Bool... yes
I, [2024-11-25T00:59:58.431110 #3874292]  INFO -- : checking for stdbool.h that conforms to C99... yes
I, [2024-11-25T00:59:58.441002 #3874292]  INFO -- : checking for sys/wait.h that is POSIX.1 compatible... yes
I, [2024-11-25T00:59:58.492339 #3874292]  INFO -- : checking for afunix.h... no
I, [2024-11-25T00:59:58.576200 #3874292]  INFO -- : checking for atomic.h... no
I, [2024-11-25T00:59:58.706339 #3874292]  INFO -- : checking for copyfile.h... no
I, [2024-11-25T00:59:58.810328 #3874292]  INFO -- : checking for direct.h... no
I, [2024-11-25T00:59:58.822462 #3874292]  INFO -- : checking for grp.h... yes
I, [2024-11-25T00:59:58.834693 #3874292]  INFO -- : checking for fcntl.h... yes
I, [2024-11-25T00:59:58.845394 #3874292]  INFO -- : checking for float.h... yes
I, [2024-11-25T00:59:58.943729 #3874292]  INFO -- : checking for ieeefp.h... no
I, [2024-11-25T00:59:59.072032 #3874292]  INFO -- : checking for intrinsics.h... no
I, [2024-11-25T00:59:59.086174 #3874292]  INFO -- : checking for langinfo.h... yes
I, [2024-11-25T00:59:59.100821 #3874292]  INFO -- : checking for limits.h... yes
I, [2024-11-25T00:59:59.114676 #3874292]  INFO -- : checking for locale.h... yes
I, [2024-11-25T00:59:59.129129 #3874292]  INFO -- : checking for malloc.h... yes
I, [2024-11-25T00:59:59.261864 #3874292]  INFO -- : checking for malloc/malloc.h... no
I, [2024-11-25T00:59:59.357493 #3874292]  INFO -- : checking for malloc_np.h... no
I, [2024-11-25T00:59:59.483771 #3874292]  INFO -- : checking for net/socket.h... no
I, [2024-11-25T00:59:59.583589 #3874292]  INFO -- : checking for process.h... no
I, [2024-11-25T00:59:59.597906 #3874292]  INFO -- : checking for pwd.h... yes
I, [2024-11-25T00:59:59.612737 #3874292]  INFO -- : checking for sanitizer/asan_interface.h... yes
I, [2024-11-25T00:59:59.699048 #3874292]  INFO -- : checking for sanitizer/msan_interface.h... no
I, [2024-11-25T00:59:59.819143 #3874292]  INFO -- : checking for setjmpex.h... no
I, [2024-11-25T00:59:59.833507 #3874292]  INFO -- : checking for stdalign.h... yes
I, [2024-11-25T00:59:59.833764 #3874292]  INFO -- : checking for stdio.h... (cached) yes
I, [2024-11-25T01:00:00.045997 #3874292]  INFO -- : checking for sys/attr.h... no
I, [2024-11-25T01:00:00.066395 #3874292]  INFO -- : checking for sys/eventfd.h... yes
I, [2024-11-25T01:00:00.081679 #3874292]  INFO -- : checking for sys/fcntl.h... yes
I, [2024-11-25T01:00:00.095642 #3874292]  INFO -- : checking for sys/file.h... yes
I, [2024-11-25T01:00:00.195896 #3874292]  INFO -- : checking for sys/id.h... no
I, [2024-11-25T01:00:00.210514 #3874292]  INFO -- : checking for sys/ioctl.h... yes
I, [2024-11-25T01:00:00.325265 #3874292]  INFO -- : checking for sys/mkdev.h... no
I, [2024-11-25T01:00:00.336821 #3874292]  INFO -- : checking for sys/param.h... yes
I, [2024-11-25T01:00:00.347732 #3874292]  INFO -- : checking for sys/prctl.h... yes
I, [2024-11-25T01:00:00.358916 #3874292]  INFO -- : checking for sys/random.h... yes
I, [2024-11-25T01:00:00.371137 #3874292]  INFO -- : checking for sys/resource.h... yes
I, [2024-11-25T01:00:00.382343 #3874292]  INFO -- : checking for sys/select.h... yes
I, [2024-11-25T01:00:00.393273 #3874292]  INFO -- : checking for sys/sendfile.h... yes
I, [2024-11-25T01:00:00.404624 #3874292]  INFO -- : checking for sys/socket.h... yes
I, [2024-11-25T01:00:00.415882 #3874292]  INFO -- : checking for sys/syscall.h... yes
I, [2024-11-25T01:00:00.427007 #3874292]  INFO -- : checking for sys/sysmacros.h... yes
I, [2024-11-25T01:00:00.437668 #3874292]  INFO -- : checking for sys/time.h... yes
I, [2024-11-25T01:00:00.448446 #3874292]  INFO -- : checking for sys/times.h... yes
I, [2024-11-25T01:00:00.459951 #3874292]  INFO -- : checking for sys/uio.h... yes
I, [2024-11-25T01:00:00.685593 #3874292]  INFO -- : checking for sys/utime.h... no
I, [2024-11-25T01:00:00.700645 #3874292]  INFO -- : checking for syscall.h... yes
I, [2024-11-25T01:00:00.713360 #3874292]  INFO -- : checking for time.h... yes
I, [2024-11-25T01:00:00.727919 #3874292]  INFO -- : checking for ucontext.h... yes
I, [2024-11-25T01:00:00.739843 #3874292]  INFO -- : checking for utime.h... yes
I, [2024-11-25T01:00:00.751573 #3874292]  INFO -- : checking for sys/epoll.h... yes
I, [2024-11-25T01:00:00.857580 #3874292]  INFO -- : checking for sys/event.h... no
I, [2024-11-25T01:00:00.951402 #3874292]  INFO -- : checking for stdckdint.h... no
I, [2024-11-25T01:00:00.967816 #3874292]  INFO -- : checking for stdatomic.h... yes
I, [2024-11-25T01:00:00.985451 #3874292]  INFO -- : checking for x86intrin.h... yes
I, [2024-11-25T01:00:01.003193 #3874292]  INFO -- : checking for x86intrin.h when defined(__x86_64__)... yes
I, [2024-11-25T01:00:01.018382 #3874292]  INFO -- : checking for gmp.h... yes
I, [2024-11-25T01:00:01.147057 #3874292]  INFO -- : checking for library containing __gmpz_init... -lgmp
I, [2024-11-25T01:00:01.149787 #3874292]  INFO -- : checking for special C compiler options needed for large files... no
I, [2024-11-25T01:00:01.158984 #3874292]  INFO -- : checking for _FILE_OFFSET_BITS value needed for large files... no
I, [2024-11-25T01:00:01.284311 #3874292]  INFO -- : checking whether byte ordering is bigendian... no
I, [2024-11-25T01:00:01.292329 #3874292]  INFO -- : checking for an ANSI C-conforming const... yes
I, [2024-11-25T01:00:01.303169 #3874292]  INFO -- : checking whether char is unsigned... no
I, [2024-11-25T01:00:01.312418 #3874292]  INFO -- : checking for inline... inline
I, [2024-11-25T01:00:01.320530 #3874292]  INFO -- : checking for working volatile... yes
I, [2024-11-25T01:00:01.330344 #3874292]  INFO -- : checking for typeof syntax and keyword spelling... typeof
I, [2024-11-25T01:00:01.342248 #3874292]  INFO -- : checking for C/C++ restrict keyword... __restrict__
I, [2024-11-25T01:00:01.519029 #3874292]  INFO -- : checking for long long... yes
I, [2024-11-25T01:00:01.755025 #3874292]  INFO -- : checking for off_t... yes
I, [2024-11-25T01:00:01.902000 #3874292]  INFO -- : checking char bit... 8
I, [2024-11-25T01:00:02.095679 #3874292]  INFO -- : checking size of int... 4
I, [2024-11-25T01:00:02.303313 #3874292]  INFO -- : checking size of short... 2
I, [2024-11-25T01:00:02.519614 #3874292]  INFO -- : checking size of long... 8
I, [2024-11-25T01:00:02.660445 #3874292]  INFO -- : checking size of long long... 8
I, [2024-11-25T01:00:02.765855 #3874292]  INFO -- : checking size of __int64... 0
I, [2024-11-25T01:00:03.082024 #3874292]  INFO -- : checking size of __int128... 16
I, [2024-11-25T01:00:03.287573 #3874292]  INFO -- : checking size of off_t... 8
I, [2024-11-25T01:00:03.478944 #3874292]  INFO -- : checking size of void*... 8
I, [2024-11-25T01:00:03.617108 #3874292]  INFO -- : checking size of float... 4
I, [2024-11-25T01:00:03.771838 #3874292]  INFO -- : checking size of double... 8
I, [2024-11-25T01:00:03.869886 #3874292]  INFO -- : checking size of time_t... 8
I, [2024-11-25T01:00:03.966303 #3874292]  INFO -- : checking size of clock_t... 8
I, [2024-11-25T01:00:04.025942 #3874292]  INFO -- : checking word size... 8
I, [2024-11-25T01:00:04.095988 #3874292]  INFO -- : checking packed struct attribute... x __attribute__((packed))
I, [2024-11-25T01:00:04.133116 #3874292]  INFO -- : checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
I, [2024-11-25T01:00:04.155475 #3874292]  INFO -- : checking for printf prefix for long long... ll
I, [2024-11-25T01:00:04.275079 #3874292]  INFO -- : checking for pid_t... yes
I, [2024-11-25T01:00:04.853397 #3874292]  INFO -- : checking for convertible type of pid_t... INT
I, [2024-11-25T01:00:04.987047 #3874292]  INFO -- : checking for uid_t... yes
I, [2024-11-25T01:00:05.356162 #3874292]  INFO -- : checking for convertible type of uid_t... UINT
I, [2024-11-25T01:00:05.474615 #3874292]  INFO -- : checking for gid_t... yes
I, [2024-11-25T01:00:06.112683 #3874292]  INFO -- : checking for convertible type of gid_t... UINT
I, [2024-11-25T01:00:06.192312 #3874292]  INFO -- : checking for time_t... yes
I, [2024-11-25T01:00:06.415248 #3874292]  INFO -- : checking for convertible type of time_t... LONG
I, [2024-11-25T01:00:06.567849 #3874292]  INFO -- : checking for dev_t... yes
I, [2024-11-25T01:00:06.968311 #3874292]  INFO -- : checking for convertible type of dev_t... ULONG
I, [2024-11-25T01:00:07.039799 #3874292]  INFO -- : checking for mode_t... yes
I, [2024-11-25T01:00:07.246464 #3874292]  INFO -- : checking for convertible type of mode_t... UINT
I, [2024-11-25T01:00:07.334331 #3874292]  INFO -- : checking for rlim_t... yes
I, [2024-11-25T01:00:07.495035 #3874292]  INFO -- : checking for convertible type of rlim_t... ULONG
I, [2024-11-25T01:00:07.499486 #3874292]  INFO -- : checking for off_t... (cached) yes
I, [2024-11-25T01:00:07.850067 #3874292]  INFO -- : checking for convertible type of off_t... LONG
I, [2024-11-25T01:00:07.921849 #3874292]  INFO -- : checking for clockid_t... yes
I, [2024-11-25T01:00:08.160880 #3874292]  INFO -- : checking for convertible type of clockid_t... INT
I, [2024-11-25T01:00:08.177641 #3874292]  INFO -- : checking for variable length macro... yes
I, [2024-11-25T01:00:08.187669 #3874292]  INFO -- : checking if _Alignof() works... yes
I, [2024-11-25T01:00:08.196493 #3874292]  INFO -- : checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
I, [2024-11-25T01:00:08.205352 #3874292]  INFO -- : checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
I, [2024-11-25T01:00:08.214748 #3874292]  INFO -- : checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
I, [2024-11-25T01:00:08.224923 #3874292]  INFO -- : checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
I, [2024-11-25T01:00:08.235579 #3874292]  INFO -- : checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
I, [2024-11-25T01:00:08.245686 #3874292]  INFO -- : checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
I, [2024-11-25T01:00:08.261492 #3874292]  INFO -- : checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
I, [2024-11-25T01:00:08.272192 #3874292]  INFO -- : checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
I, [2024-11-25T01:00:08.282993 #3874292]  INFO -- : checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
I, [2024-11-25T01:00:08.292946 #3874292]  INFO -- : checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
I, [2024-11-25T01:00:08.303349 #3874292]  INFO -- : checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
I, [2024-11-25T01:00:08.311352 #3874292]  INFO -- : checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
I, [2024-11-25T01:00:08.319158 #3874292]  INFO -- : checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
I, [2024-11-25T01:00:08.330521 #3874292]  INFO -- : checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
I, [2024-11-25T01:00:08.339008 #3874292]  INFO -- : checking for WEAK function attribute... __attribute__ ((__weak__)) x
I, [2024-11-25T01:00:08.346853 #3874292]  INFO -- : checking for __attribute__((__deprecated__(msg))) in C++... no
I, [2024-11-25T01:00:08.353795 #3874292]  INFO -- : checking for std::nullptr_t... no
I, [2024-11-25T01:00:08.434987 #3874292]  INFO -- : checking for FUNC_STDCALL function attribute... x
I, [2024-11-25T01:00:08.513928 #3874292]  INFO -- : checking for FUNC_CDECL function attribute... x
I, [2024-11-25T01:00:08.604212 #3874292]  INFO -- : checking for FUNC_FASTCALL function attribute... x
I, [2024-11-25T01:00:08.615433 #3874292]  INFO -- : checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
I, [2024-11-25T01:00:08.626005 #3874292]  INFO -- : checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
I, [2024-11-25T01:00:08.693675 #3874292]  INFO -- : checking for function alias... alias
I, [2024-11-25T01:00:08.768279 #3874292]  INFO -- : checking for __atomic builtins... yes
I, [2024-11-25T01:00:08.838494 #3874292]  INFO -- : checking for __sync builtins... yes
I, [2024-11-25T01:00:08.914826 #3874292]  INFO -- : checking for __builtin_unreachable... yes
I, [2024-11-25T01:00:09.002940 #3874292]  INFO -- : checking for __assume... no
I, [2024-11-25T01:00:09.061226 #3874292]  INFO -- : checking for exported function attribute... __attribute__ ((__visibility__("default")))
I, [2024-11-25T01:00:09.069621 #3874292]  INFO -- : checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
I, [2024-11-25T01:00:09.139277 #3874292]  INFO -- : checking for function name string predefined identifier... __func__
I, [2024-11-25T01:00:09.152294 #3874292]  INFO -- : checking if enum over int is allowed... yes
I, [2024-11-25T01:00:09.216110 #3874292]  INFO -- : checking for gcc options needed to detect all undeclared functions... none needed
I, [2024-11-25T01:00:09.337768 #3874292]  INFO -- : checking whether sys_nerr is declared... no
I, [2024-11-25T01:00:09.357165 #3874292]  INFO -- : checking whether getenv is declared... yes
I, [2024-11-25T01:00:09.732476 #3874292]  INFO -- : checking for size_t... yes
I, [2024-11-25T01:00:09.878543 #3874292]  INFO -- : checking size of size_t... 8
I, [2024-11-25T01:00:10.002636 #3874292]  INFO -- : checking size of ptrdiff_t... 8
I, [2024-11-25T01:00:10.147457 #3874292]  INFO -- : checking size of dev_t... 8
I, [2024-11-25T01:00:10.160864 #3874292]  INFO -- : checking for printf prefix for size_t... z
I, [2024-11-25T01:00:10.172566 #3874292]  INFO -- : checking for printf prefix for ptrdiff_t... t
I, [2024-11-25T01:00:10.190082 #3874292]  INFO -- : checking for struct stat.st_blksize... yes
I, [2024-11-25T01:00:10.205398 #3874292]  INFO -- : checking for struct stat.st_blocks... yes
I, [2024-11-25T01:00:10.218300 #3874292]  INFO -- : checking for struct stat.st_rdev... yes
I, [2024-11-25T01:00:10.232685 #3874292]  INFO -- : checking size of struct stat.st_size... SIZEOF_OFF_T
I, [2024-11-25T01:00:10.246740 #3874292]  INFO -- : checking size of struct stat.st_blocks... SIZEOF_OFF_T
I, [2024-11-25T01:00:10.262543 #3874292]  INFO -- : checking size of struct stat.st_ino... SIZEOF_LONG
I, [2024-11-25T01:00:10.275549 #3874292]  INFO -- : checking size of struct stat.st_dev... SIZEOF_DEV_T
I, [2024-11-25T01:00:10.288639 #3874292]  INFO -- : checking size of struct stat.st_rdev... SIZEOF_DEV_T
I, [2024-11-25T01:00:10.412324 #3874292]  INFO -- : checking for struct stat.st_atim... yes
I, [2024-11-25T01:00:10.655656 #3874292]  INFO -- : checking for struct stat.st_atimespec... no
I, [2024-11-25T01:00:10.847938 #3874292]  INFO -- : checking for struct stat.st_atimensec... no
I, [2024-11-25T01:00:10.943289 #3874292]  INFO -- : checking for struct stat.st_mtim... yes
I, [2024-11-25T01:00:11.127611 #3874292]  INFO -- : checking for struct stat.st_mtimespec... no
I, [2024-11-25T01:00:11.342773 #3874292]  INFO -- : checking for struct stat.st_mtimensec... no
I, [2024-11-25T01:00:11.448650 #3874292]  INFO -- : checking for struct stat.st_ctim... yes
I, [2024-11-25T01:00:11.635021 #3874292]  INFO -- : checking for struct stat.st_ctimespec... no
I, [2024-11-25T01:00:11.895289 #3874292]  INFO -- : checking for struct stat.st_ctimensec... no
I, [2024-11-25T01:00:12.104870 #3874292]  INFO -- : checking for struct stat.st_birthtimespec... no
I, [2024-11-25T01:00:12.230606 #3874292]  INFO -- : checking for struct statx.stx_btime... yes
I, [2024-11-25T01:00:12.304911 #3874292]  INFO -- : checking for struct timeval... yes
I, [2024-11-25T01:00:12.320823 #3874292]  INFO -- : checking size of struct timeval.tv_sec... SIZEOF_TIME_T
I, [2024-11-25T01:00:12.402275 #3874292]  INFO -- : checking for struct timespec... yes
I, [2024-11-25T01:00:12.467903 #3874292]  INFO -- : checking for struct timezone... yes
I, [2024-11-25T01:00:12.572747 #3874292]  INFO -- : checking for fd_mask... yes
I, [2024-11-25T01:00:12.585346 #3874292]  INFO -- : checking for int8_t... yes
I, [2024-11-25T01:00:12.706100 #3874292]  INFO -- : checking size of int8_t... 1
I, [2024-11-25T01:00:12.720575 #3874292]  INFO -- : checking for uint8_t... yes
I, [2024-11-25T01:00:12.839183 #3874292]  INFO -- : checking size of uint8_t... 1
I, [2024-11-25T01:00:12.851031 #3874292]  INFO -- : checking for int16_t... yes
I, [2024-11-25T01:00:12.952907 #3874292]  INFO -- : checking size of int16_t... 2
I, [2024-11-25T01:00:12.964223 #3874292]  INFO -- : checking for uint16_t... yes
I, [2024-11-25T01:00:13.072955 #3874292]  INFO -- : checking size of uint16_t... 2
I, [2024-11-25T01:00:13.084919 #3874292]  INFO -- : checking for int32_t... yes
I, [2024-11-25T01:00:13.185400 #3874292]  INFO -- : checking size of int32_t... 4
I, [2024-11-25T01:00:13.199319 #3874292]  INFO -- : checking for uint32_t... yes
I, [2024-11-25T01:00:13.298404 #3874292]  INFO -- : checking size of uint32_t... 4
I, [2024-11-25T01:00:13.312178 #3874292]  INFO -- : checking for int64_t... yes
I, [2024-11-25T01:00:13.419526 #3874292]  INFO -- : checking size of int64_t... 8
I, [2024-11-25T01:00:13.434943 #3874292]  INFO -- : checking for uint64_t... yes
I, [2024-11-25T01:00:13.578444 #3874292]  INFO -- : checking size of uint64_t... 8
I, [2024-11-25T01:00:13.671404 #3874292]  INFO -- : checking for int128_t... __int128
I, [2024-11-25T01:00:13.768026 #3874292]  INFO -- : checking for uint128_t... unsigned __int128
I, [2024-11-25T01:00:13.787719 #3874292]  INFO -- : checking for intptr_t... yes
I, [2024-11-25T01:00:13.936069 #3874292]  INFO -- : checking size of intptr_t... 8
I, [2024-11-25T01:00:13.951636 #3874292]  INFO -- : checking for uintptr_t... yes
I, [2024-11-25T01:00:14.085616 #3874292]  INFO -- : checking size of uintptr_t... 8
I, [2024-11-25T01:00:14.362712 #3874292]  INFO -- : checking for printf prefix for intptr_t... NONE
I, [2024-11-25T01:00:14.375721 #3874292]  INFO -- : checking for ssize_t... yes
I, [2024-11-25T01:00:14.479419 #3874292]  INFO -- : checking size of ssize_t... 8
I, [2024-11-25T01:00:14.704056 #3874292]  INFO -- : checking for printf prefix for int64_t... NONE
I, [2024-11-25T01:00:14.783843 #3874292]  INFO -- : checking for stack end address... __libc_stack_end
I, [2024-11-25T01:00:14.787349 #3874292]  INFO -- : checking for grep that handles long lines and -e... /usr/bin/grep
I, [2024-11-25T01:00:14.790041 #3874292]  INFO -- : checking for egrep... /usr/bin/grep -E
I, [2024-11-25T01:00:14.790103 #3874292]  INFO -- : checking for uid_t in sys/types.h... (cached) yes
I, [2024-11-25T01:00:14.918123 #3874292]  INFO -- : checking type of array argument to getgroups... gid_t
I, [2024-11-25T01:00:14.991862 #3874292]  INFO -- : checking for working alloca.h... yes
I, [2024-11-25T01:00:14.992165 #3874292]  INFO -- : checking for alloca... yes
I, [2024-11-25T01:00:15.075443 #3874292]  INFO -- : checking for dynamic size alloca... ok
I, [2024-11-25T01:00:15.234160 #3874292]  INFO -- : checking for working memcmp... yes
I, [2024-11-25T01:00:15.318868 #3874292]  INFO -- : checking for dup... yes
I, [2024-11-25T01:00:15.383874 #3874292]  INFO -- : checking for dup2... yes
I, [2024-11-25T01:00:15.481100 #3874292]  INFO -- : checking for acosh... yes
I, [2024-11-25T01:00:15.581320 #3874292]  INFO -- : checking for cbrt... yes
I, [2024-11-25T01:00:15.654214 #3874292]  INFO -- : checking for crypt... yes
I, [2024-11-25T01:00:15.720966 #3874292]  INFO -- : checking for erf... yes
I, [2024-11-25T01:00:15.784872 #3874292]  INFO -- : checking for explicit_bzero... yes
I, [2024-11-25T01:00:15.873353 #3874292]  INFO -- : checking for ffs... yes
I, [2024-11-25T01:00:15.948400 #3874292]  INFO -- : checking for flock... yes
I, [2024-11-25T01:00:16.015364 #3874292]  INFO -- : checking for hypot... yes
I, [2024-11-25T01:00:16.095847 #3874292]  INFO -- : checking for lgamma_r... yes
I, [2024-11-25T01:00:16.157853 #3874292]  INFO -- : checking for memmove... yes
I, [2024-11-25T01:00:16.226794 #3874292]  INFO -- : checking for nan... yes
I, [2024-11-25T01:00:16.293471 #3874292]  INFO -- : checking for nextafter... yes
I, [2024-11-25T01:00:16.355918 #3874292]  INFO -- : checking for setproctitle... no
I, [2024-11-25T01:00:16.416596 #3874292]  INFO -- : checking for strchr... yes
I, [2024-11-25T01:00:16.473958 #3874292]  INFO -- : checking for strerror... yes
I, [2024-11-25T01:00:16.538529 #3874292]  INFO -- : checking for strlcat... yes
I, [2024-11-25T01:00:16.608853 #3874292]  INFO -- : checking for strlcpy... yes
I, [2024-11-25T01:00:16.671103 #3874292]  INFO -- : checking for strstr... yes
I, [2024-11-25T01:00:16.761852 #3874292]  INFO -- : checking for tgamma... yes
I, [2024-11-25T01:00:16.853328 #3874292]  INFO -- : checking for sys/pstat.h... no
I, [2024-11-25T01:00:16.853574 #3874292]  INFO -- : checking for pid_t... (cached) yes
I, [2024-11-25T01:00:16.918300 #3874292]  INFO -- : checking for fork... yes
I, [2024-11-25T01:00:16.980284 #3874292]  INFO -- : checking for vfork... yes
I, [2024-11-25T01:00:17.113943 #3874292]  INFO -- : checking for working fork... yes
I, [2024-11-25T01:00:17.114026 #3874292]  INFO -- : checking for working vfork... (cached) yes
I, [2024-11-25T01:00:17.233533 #3874292]  INFO -- : checking for __syscall... no
I, [2024-11-25T01:00:17.302045 #3874292]  INFO -- : checking for _longjmp... yes
I, [2024-11-25T01:00:17.375610 #3874292]  INFO -- : checking for arc4random_buf... yes
I, [2024-11-25T01:00:17.450363 #3874292]  INFO -- : checking for atan2l... yes
I, [2024-11-25T01:00:17.540694 #3874292]  INFO -- : checking for atan2f... yes
I, [2024-11-25T01:00:17.559796 #3874292]  INFO -- : checking whether atomic_signal_fence is declared... yes
I, [2024-11-25T01:00:17.657685 #3874292]  INFO -- : checking for chmod... yes
I, [2024-11-25T01:00:17.743144 #3874292]  INFO -- : checking for chown... yes
I, [2024-11-25T01:00:17.820330 #3874292]  INFO -- : checking for chroot... yes
I, [2024-11-25T01:00:17.910235 #3874292]  INFO -- : checking for chsize... no
I, [2024-11-25T01:00:17.992869 #3874292]  INFO -- : checking for clock_gettime... yes
I, [2024-11-25T01:00:18.077448 #3874292]  INFO -- : checking for copy_file_range... yes
I, [2024-11-25T01:00:18.170844 #3874292]  INFO -- : checking for cosh... yes
I, [2024-11-25T01:00:18.256744 #3874292]  INFO -- : checking for crypt_r... yes
I, [2024-11-25T01:00:18.256915 #3874292]  INFO -- : checking for daemon... (cached) no
I, [2024-11-25T01:00:18.338260 #3874292]  INFO -- : checking for dirfd... yes
I, [2024-11-25T01:00:18.418356 #3874292]  INFO -- : checking for dl_iterate_phdr... yes
I, [2024-11-25T01:00:18.501252 #3874292]  INFO -- : checking for dlopen... yes
I, [2024-11-25T01:00:18.580316 #3874292]  INFO -- : checking for dladdr... yes
I, [2024-11-25T01:00:18.663756 #3874292]  INFO -- : checking for dup3... yes
I, [2024-11-25T01:00:18.740650 #3874292]  INFO -- : checking for eaccess... yes
I, [2024-11-25T01:00:18.816910 #3874292]  INFO -- : checking for endgrent... yes
I, [2024-11-25T01:00:18.895670 #3874292]  INFO -- : checking for eventfd... yes
I, [2024-11-25T01:00:18.978246 #3874292]  INFO -- : checking for execl... yes
I, [2024-11-25T01:00:19.069553 #3874292]  INFO -- : checking for execle... yes
I, [2024-11-25T01:00:19.154712 #3874292]  INFO -- : checking for execv... yes
I, [2024-11-25T01:00:19.238890 #3874292]  INFO -- : checking for execve... yes
I, [2024-11-25T01:00:19.320259 #3874292]  INFO -- : checking for explicit_memset... no
I, [2024-11-25T01:00:19.406229 #3874292]  INFO -- : checking for fcopyfile... no
I, [2024-11-25T01:00:19.486347 #3874292]  INFO -- : checking for fchdir... yes
I, [2024-11-25T01:00:19.564767 #3874292]  INFO -- : checking for fchmod... yes
I, [2024-11-25T01:00:19.648349 #3874292]  INFO -- : checking for fchown... yes
I, [2024-11-25T01:00:19.727784 #3874292]  INFO -- : checking for fcntl... yes
I, [2024-11-25T01:00:19.791197 #3874292]  INFO -- : checking for fdatasync... yes
I, [2024-11-25T01:00:19.850993 #3874292]  INFO -- : checking for fdopendir... yes
I, [2024-11-25T01:00:19.920573 #3874292]  INFO -- : checking for fgetattrlist... no
I, [2024-11-25T01:00:19.998976 #3874292]  INFO -- : checking for fmod... yes
I, [2024-11-25T01:00:20.085425 #3874292]  INFO -- : checking for fstatat... yes
I, [2024-11-25T01:00:20.165770 #3874292]  INFO -- : checking for fsync... yes
I, [2024-11-25T01:00:20.250373 #3874292]  INFO -- : checking for ftruncate... yes
I, [2024-11-25T01:00:20.326000 #3874292]  INFO -- : checking for ftruncate64... yes
I, [2024-11-25T01:00:20.427732 #3874292]  INFO -- : checking for getattrlist... no
I, [2024-11-25T01:00:20.520459 #3874292]  INFO -- : checking for getcwd... yes
I, [2024-11-25T01:00:20.608556 #3874292]  INFO -- : checking for getegid... yes
I, [2024-11-25T01:00:20.698562 #3874292]  INFO -- : checking for getentropy... yes
I, [2024-11-25T01:00:20.794268 #3874292]  INFO -- : checking for geteuid... yes
I, [2024-11-25T01:00:20.895039 #3874292]  INFO -- : checking for getgid... yes
I, [2024-11-25T01:00:20.993096 #3874292]  INFO -- : checking for getgidx... no
I, [2024-11-25T01:00:21.077342 #3874292]  INFO -- : checking for getgrnam... yes
I, [2024-11-25T01:00:21.164462 #3874292]  INFO -- : checking for getgrnam_r... yes
I, [2024-11-25T01:00:21.246345 #3874292]  INFO -- : checking for getgroups... yes
I, [2024-11-25T01:00:21.339861 #3874292]  INFO -- : checking for getlogin... yes
I, [2024-11-25T01:00:21.427199 #3874292]  INFO -- : checking for getlogin_r... yes
I, [2024-11-25T01:00:21.504653 #3874292]  INFO -- : checking for getpgid... yes
I, [2024-11-25T01:00:21.577007 #3874292]  INFO -- : checking for getpgrp... yes
I, [2024-11-25T01:00:21.660101 #3874292]  INFO -- : checking for getppid... yes
I, [2024-11-25T01:00:21.759927 #3874292]  INFO -- : checking for getpriority... yes
I, [2024-11-25T01:00:21.855130 #3874292]  INFO -- : checking for getpwnam... yes
I, [2024-11-25T01:00:21.949526 #3874292]  INFO -- : checking for getpwnam_r... yes
I, [2024-11-25T01:00:22.038949 #3874292]  INFO -- : checking for getpwuid... yes
I, [2024-11-25T01:00:22.106991 #3874292]  INFO -- : checking for getpwuid_r... yes
I, [2024-11-25T01:00:22.170668 #3874292]  INFO -- : checking for getrandom... yes
I, [2024-11-25T01:00:22.234464 #3874292]  INFO -- : checking for getresgid... yes
I, [2024-11-25T01:00:22.300570 #3874292]  INFO -- : checking for getresuid... yes
I, [2024-11-25T01:00:22.391196 #3874292]  INFO -- : checking for getrlimit... yes
I, [2024-11-25T01:00:22.481629 #3874292]  INFO -- : checking for getsid... yes
I, [2024-11-25T01:00:22.571015 #3874292]  INFO -- : checking for gettimeofday... yes
I, [2024-11-25T01:00:22.663126 #3874292]  INFO -- : checking for getuid... yes
I, [2024-11-25T01:00:22.795944 #3874292]  INFO -- : checking for getuidx... no
I, [2024-11-25T01:00:22.882960 #3874292]  INFO -- : checking for gmtime_r... yes
I, [2024-11-25T01:00:22.969836 #3874292]  INFO -- : checking for initgroups... yes
I, [2024-11-25T01:00:23.057249 #3874292]  INFO -- : checking for ioctl... yes
I, [2024-11-25T01:00:23.153798 #3874292]  INFO -- : checking for isfinite... no
I, [2024-11-25T01:00:23.250110 #3874292]  INFO -- : checking for issetugid... no
I, [2024-11-25T01:00:23.338941 #3874292]  INFO -- : checking for kill... yes
I, [2024-11-25T01:00:23.419441 #3874292]  INFO -- : checking for killpg... yes
I, [2024-11-25T01:00:23.484262 #3874292]  INFO -- : checking for lchmod... yes
I, [2024-11-25T01:00:23.546967 #3874292]  INFO -- : checking for lchown... yes
I, [2024-11-25T01:00:23.610675 #3874292]  INFO -- : checking for link... yes
I, [2024-11-25T01:00:23.679079 #3874292]  INFO -- : checking for llabs... yes
I, [2024-11-25T01:00:23.742566 #3874292]  INFO -- : checking for lockf... yes
I, [2024-11-25T01:00:23.811983 #3874292]  INFO -- : checking for log2... yes
I, [2024-11-25T01:00:23.873554 #3874292]  INFO -- : checking for lstat... yes
I, [2024-11-25T01:00:23.937542 #3874292]  INFO -- : checking for lutimes... yes
I, [2024-11-25T01:00:24.007339 #3874292]  INFO -- : checking for malloc_usable_size... yes
I, [2024-11-25T01:00:24.105336 #3874292]  INFO -- : checking for malloc_size... no
I, [2024-11-25T01:00:24.187361 #3874292]  INFO -- : checking for malloc_trim... yes
I, [2024-11-25T01:00:24.330578 #3874292]  INFO -- : checking for mblen... yes
I, [2024-11-25T01:00:24.633586 #3874292]  INFO -- : checking for memalign... yes
I, [2024-11-25T01:00:24.723761 #3874292]  INFO -- : checking for memset_s... no
I, [2024-11-25T01:00:24.809325 #3874292]  INFO -- : checking for writev... yes
I, [2024-11-25T01:00:24.888015 #3874292]  INFO -- : checking for memrchr... yes
I, [2024-11-25T01:00:24.971774 #3874292]  INFO -- : checking for memmem... yes
I, [2024-11-25T01:00:25.053559 #3874292]  INFO -- : checking for mkfifo... yes
I, [2024-11-25T01:00:25.140377 #3874292]  INFO -- : checking for mknod... yes
I, [2024-11-25T01:00:25.222764 #3874292]  INFO -- : checking for mktime... yes
I, [2024-11-25T01:00:25.293069 #3874292]  INFO -- : checking for mmap... yes
I, [2024-11-25T01:00:25.358395 #3874292]  INFO -- : checking for mremap... yes
I, [2024-11-25T01:00:25.440294 #3874292]  INFO -- : checking for openat... yes
I, [2024-11-25T01:00:25.503783 #3874292]  INFO -- : checking for pclose... yes
I, [2024-11-25T01:00:25.595815 #3874292]  INFO -- : checking for pipe... yes
I, [2024-11-25T01:00:25.672503 #3874292]  INFO -- : checking for pipe2... yes
I, [2024-11-25T01:00:25.769512 #3874292]  INFO -- : checking for poll... yes
I, [2024-11-25T01:00:25.856834 #3874292]  INFO -- : checking for popen... yes
I, [2024-11-25T01:00:25.946143 #3874292]  INFO -- : checking for posix_fadvise... yes
I, [2024-11-25T01:00:26.033573 #3874292]  INFO -- : checking for posix_madvise... yes
I, [2024-11-25T01:00:26.123933 #3874292]  INFO -- : checking for posix_memalign... yes
I, [2024-11-25T01:00:26.206431 #3874292]  INFO -- : checking for ppoll... yes
I, [2024-11-25T01:00:26.290131 #3874292]  INFO -- : checking for pread... yes
I, [2024-11-25T01:00:26.371948 #3874292]  INFO -- : checking for pwrite... yes
I, [2024-11-25T01:00:26.458709 #3874292]  INFO -- : checking for qsort_r... yes
I, [2024-11-25T01:00:26.550244 #3874292]  INFO -- : checking for qsort_s... no
I, [2024-11-25T01:00:26.635278 #3874292]  INFO -- : checking for readlink... yes
I, [2024-11-25T01:00:26.720494 #3874292]  INFO -- : checking for realpath... yes
I, [2024-11-25T01:00:26.817778 #3874292]  INFO -- : checking for round... yes
I, [2024-11-25T01:00:26.901551 #3874292]  INFO -- : checking for sched_getaffinity... yes
I, [2024-11-25T01:00:26.989474 #3874292]  INFO -- : checking for seekdir... yes
I, [2024-11-25T01:00:27.081889 #3874292]  INFO -- : checking for select_large_fdset... no
I, [2024-11-25T01:00:27.169857 #3874292]  INFO -- : checking for sendfile... yes
I, [2024-11-25T01:00:27.255500 #3874292]  INFO -- : checking for setegid... yes
I, [2024-11-25T01:00:27.335740 #3874292]  INFO -- : checking for setenv... yes
I, [2024-11-25T01:00:27.418679 #3874292]  INFO -- : checking for seteuid... yes
I, [2024-11-25T01:00:27.505102 #3874292]  INFO -- : checking for setgid... yes
I, [2024-11-25T01:00:27.590195 #3874292]  INFO -- : checking for setgroups... yes
I, [2024-11-25T01:00:27.651629 #3874292]  INFO -- : checking for setpgid... yes
I, [2024-11-25T01:00:27.737760 #3874292]  INFO -- : checking for setpgrp... yes
I, [2024-11-25T01:00:27.822640 #3874292]  INFO -- : checking for setregid... yes
I, [2024-11-25T01:00:27.907788 #3874292]  INFO -- : checking for setresgid... yes
I, [2024-11-25T01:00:27.990443 #3874292]  INFO -- : checking for setresuid... yes
I, [2024-11-25T01:00:28.076440 #3874292]  INFO -- : checking for setreuid... yes
I, [2024-11-25T01:00:28.172229 #3874292]  INFO -- : checking for setrgid... no
I, [2024-11-25T01:00:28.261435 #3874292]  INFO -- : checking for setrlimit... yes
I, [2024-11-25T01:00:28.361128 #3874292]  INFO -- : checking for setruid... no
I, [2024-11-25T01:00:28.446111 #3874292]  INFO -- : checking for setsid... yes
I, [2024-11-25T01:00:28.534446 #3874292]  INFO -- : checking for setuid... yes
I, [2024-11-25T01:00:28.619451 #3874292]  INFO -- : checking for shutdown... yes
I, [2024-11-25T01:00:28.704042 #3874292]  INFO -- : checking for sigaction... yes
I, [2024-11-25T01:00:28.797086 #3874292]  INFO -- : checking for sigaltstack... yes
I, [2024-11-25T01:00:28.891301 #3874292]  INFO -- : checking for sigprocmask... yes
I, [2024-11-25T01:00:28.983125 #3874292]  INFO -- : checking for sinh... yes
I, [2024-11-25T01:00:29.053636 #3874292]  INFO -- : checking for snprintf... yes
I, [2024-11-25T01:00:29.137994 #3874292]  INFO -- : checking for spawnv... no
I, [2024-11-25T01:00:29.232350 #3874292]  INFO -- : checking for symlink... yes
I, [2024-11-25T01:00:29.326985 #3874292]  INFO -- : checking for syscall... yes
I, [2024-11-25T01:00:29.419024 #3874292]  INFO -- : checking for sysconf... yes
I, [2024-11-25T01:00:29.494408 #3874292]  INFO -- : checking for system... yes
I, [2024-11-25T01:00:29.563971 #3874292]  INFO -- : checking for tanh... yes
I, [2024-11-25T01:00:29.626260 #3874292]  INFO -- : checking for telldir... yes
I, [2024-11-25T01:00:29.690247 #3874292]  INFO -- : checking for timegm... yes
I, [2024-11-25T01:00:29.786971 #3874292]  INFO -- : checking for times... yes
I, [2024-11-25T01:00:29.850929 #3874292]  INFO -- : checking for truncate... yes
I, [2024-11-25T01:00:29.918032 #3874292]  INFO -- : checking for truncate64... yes
I, [2024-11-25T01:00:30.006016 #3874292]  INFO -- : checking for tzset... yes
I, [2024-11-25T01:00:30.093023 #3874292]  INFO -- : checking for umask... yes
I, [2024-11-25T01:00:30.175536 #3874292]  INFO -- : checking for unsetenv... yes
I, [2024-11-25T01:00:30.261894 #3874292]  INFO -- : checking for utimensat... yes
I, [2024-11-25T01:00:30.322855 #3874292]  INFO -- : checking for utimes... yes
I, [2024-11-25T01:00:30.383739 #3874292]  INFO -- : checking for wait4... yes
I, [2024-11-25T01:00:30.445824 #3874292]  INFO -- : checking for waitpid... yes
I, [2024-11-25T01:00:30.512358 #3874292]  INFO -- : checking for __cospi... no
I, [2024-11-25T01:00:30.580610 #3874292]  INFO -- : checking for __sinpi... no
I, [2024-11-25T01:00:30.640014 #3874292]  INFO -- : checking for statx... yes
I, [2024-11-25T01:00:30.715702 #3874292]  INFO -- : checking if getcwd allocates buffer if NULL is given... yes
I, [2024-11-25T01:00:30.727314 #3874292]  INFO -- : checking for crypt.h... yes
I, [2024-11-25T01:00:30.737009 #3874292]  INFO -- : checking for struct crypt_data.initialized... yes
I, [2024-11-25T01:00:30.792644 #3874292]  INFO -- : checking for __builtin_alloca_with_align... yes
I, [2024-11-25T01:00:30.849676 #3874292]  INFO -- : checking for __builtin_assume_aligned... yes
I, [2024-11-25T01:00:30.920984 #3874292]  INFO -- : checking for __builtin_bswap16... yes
I, [2024-11-25T01:00:30.977426 #3874292]  INFO -- : checking for __builtin_bswap32... yes
I, [2024-11-25T01:00:31.033109 #3874292]  INFO -- : checking for __builtin_bswap64... yes
I, [2024-11-25T01:00:31.089580 #3874292]  INFO -- : checking for __builtin_popcount... yes
I, [2024-11-25T01:00:31.145304 #3874292]  INFO -- : checking for __builtin_popcountll... yes
I, [2024-11-25T01:00:31.196672 #3874292]  INFO -- : checking for __builtin_clz... yes
I, [2024-11-25T01:00:31.247826 #3874292]  INFO -- : checking for __builtin_clzl... yes
I, [2024-11-25T01:00:31.299576 #3874292]  INFO -- : checking for __builtin_clzll... yes
I, [2024-11-25T01:00:31.353157 #3874292]  INFO -- : checking for __builtin_ctz... yes
I, [2024-11-25T01:00:31.405626 #3874292]  INFO -- : checking for __builtin_ctzll... yes
I, [2024-11-25T01:00:31.456435 #3874292]  INFO -- : checking for __builtin_constant_p... yes
I, [2024-11-25T01:00:31.509715 #3874292]  INFO -- : checking for __builtin_choose_expr... yes
I, [2024-11-25T01:00:31.562330 #3874292]  INFO -- : checking for __builtin_choose_expr_constant_p... yes
I, [2024-11-25T01:00:31.616681 #3874292]  INFO -- : checking for __builtin_types_compatible_p... yes
I, [2024-11-25T01:00:31.678453 #3874292]  INFO -- : checking for __builtin_trap... yes
I, [2024-11-25T01:00:31.730573 #3874292]  INFO -- : checking for __builtin_expect... yes
I, [2024-11-25T01:00:31.783962 #3874292]  INFO -- : checking for __builtin_add_overflow... yes
I, [2024-11-25T01:00:31.836995 #3874292]  INFO -- : checking for __builtin_add_overflow_p... yes
I, [2024-11-25T01:00:31.889669 #3874292]  INFO -- : checking for __builtin_add_overflow with long long arguments... yes
I, [2024-11-25T01:00:31.942032 #3874292]  INFO -- : checking for __builtin_sub_overflow... yes
I, [2024-11-25T01:00:31.993837 #3874292]  INFO -- : checking for __builtin_sub_overflow_p... yes
I, [2024-11-25T01:00:32.053576 #3874292]  INFO -- : checking for __builtin_sub_overflow with long long arguments... yes
I, [2024-11-25T01:00:32.120618 #3874292]  INFO -- : checking for __builtin_mul_overflow... yes
I, [2024-11-25T01:00:32.194665 #3874292]  INFO -- : checking for __builtin_mul_overflow_p... yes
I, [2024-11-25T01:00:32.270541 #3874292]  INFO -- : checking for __builtin_mul_overflow with long long arguments... yes
I, [2024-11-25T01:00:32.283099 #3874292]  INFO -- : checking whether qsort_r is GNU version... yes
I, [2024-11-25T01:00:32.352696 #3874292]  INFO -- : checking whether qsort_r is BSD version... no
I, [2024-11-25T01:00:32.468605 #3874292]  INFO -- : checking whether atan2 handles Inf as C99... yes
I, [2024-11-25T01:00:32.548993 #3874292]  INFO -- : checking for clock_getres... yes
I, [2024-11-25T01:00:32.624685 #3874292]  INFO -- : checking for timer_create in -lrt... yes
I, [2024-11-25T01:00:32.741582 #3874292]  INFO -- : checking for timer_settime in -lrt... yes
I, [2024-11-25T01:00:32.756254 #3874292]  INFO -- : checking for unsetenv returns a value... yes
I, [2024-11-25T01:00:32.769687 #3874292]  INFO -- : checking whether struct tm is in sys/time.h or time.h... time.h
I, [2024-11-25T01:00:32.783713 #3874292]  INFO -- : checking for struct tm.tm_zone... yes
I, [2024-11-25T01:00:32.796434 #3874292]  INFO -- : checking for struct tm.tm_gmtoff... yes
I, [2024-11-25T01:00:32.877489 #3874292]  INFO -- : checking for external int daylight... yes
I, [2024-11-25T01:00:32.994586 #3874292]  INFO -- : checking for negative time_t for gmtime(3)... yes
I, [2024-11-25T01:00:33.090384 #3874292]  INFO -- : checking for localtime(3) overflow correctly... yes
I, [2024-11-25T01:00:33.188547 #3874292]  INFO -- : checking for sig_t... yes
I, [2024-11-25T01:00:33.199678 #3874292]  INFO -- : checking whether right shift preserve sign bit... yes
I, [2024-11-25T01:00:33.212206 #3874292]  INFO -- : checking whether _SC_CLK_TCK is supported... yes
I, [2024-11-25T01:00:33.217341 #3874292]  INFO -- : checking stack growing direction on x86_64... -1
I, [2024-11-25T01:00:33.217405 #3874292]  INFO -- : checking native coroutine implementation for x86_64-linux... amd64
I, [2024-11-25T01:00:33.229625 #3874292]  INFO -- : checking whether pthread_t is scalar type... yes
I, [2024-11-25T01:00:33.313093 #3874292]  INFO -- : checking for sched_yield... yes
I, [2024-11-25T01:00:33.394463 #3874292]  INFO -- : checking for pthread_attr_setinheritsched... yes
I, [2024-11-25T01:00:33.487773 #3874292]  INFO -- : checking for pthread_attr_get_np... no
I, [2024-11-25T01:00:33.566019 #3874292]  INFO -- : checking for pthread_attr_getstack... yes
I, [2024-11-25T01:00:33.638212 #3874292]  INFO -- : checking for pthread_attr_getguardsize... yes
I, [2024-11-25T01:00:33.707319 #3874292]  INFO -- : checking for pthread_get_stackaddr_np... no
I, [2024-11-25T01:00:33.770556 #3874292]  INFO -- : checking for pthread_get_stacksize_np... no
I, [2024-11-25T01:00:33.834180 #3874292]  INFO -- : checking for thr_stksegment... no
I, [2024-11-25T01:00:33.921893 #3874292]  INFO -- : checking for pthread_stackseg_np... no
I, [2024-11-25T01:00:33.987835 #3874292]  INFO -- : checking for pthread_getthrds_np... no
I, [2024-11-25T01:00:34.062877 #3874292]  INFO -- : checking for pthread_condattr_setclock... yes
I, [2024-11-25T01:00:34.142357 #3874292]  INFO -- : checking for pthread_setname_np... yes
I, [2024-11-25T01:00:34.227164 #3874292]  INFO -- : checking for pthread_set_name_np... no
I, [2024-11-25T01:00:34.286346 #3874292]  INFO -- : checking for pthread_sigmask... yes
I, [2024-11-25T01:00:34.342310 #3874292]  INFO -- : checking for pthread_getattr_np... yes
I, [2024-11-25T01:00:34.350812 #3874292]  INFO -- : checking arguments of pthread_setname_np... (pthread_self(), name)
I, [2024-11-25T01:00:34.412353 #3874292]  INFO -- : checking for thread-local storage specifier... _Thread_local
I, [2024-11-25T01:00:34.503821 #3874292]  INFO -- : checking if mcontext_t is a pointer... no
I, [2024-11-25T01:00:34.591351 #3874292]  INFO -- : checking for getcontext... yes
I, [2024-11-25T01:00:34.665247 #3874292]  INFO -- : checking for setcontext... yes
I, [2024-11-25T01:00:35.801674 #3874292]  INFO -- : checking if fork works with pthread... yes
I, [2024-11-25T01:00:35.816420 #3874292]  INFO -- : checking for sys/user.h... yes
I, [2024-11-25T01:00:35.892106 #3874292]  INFO -- : checking whether PAGE_SIZE is compile-time const... no
I, [2024-11-25T01:00:35.912081 #3874292]  INFO -- : checking ioctl request type... unsigned long
I, [2024-11-25T01:00:35.926081 #3874292]  INFO -- : checking for elf.h... yes
I, [2024-11-25T01:00:36.024452 #3874292]  INFO -- : checking for elf_abi.h... no
I, [2024-11-25T01:00:36.105663 #3874292]  INFO -- : checking for uncompress in -lz... yes
I, [2024-11-25T01:00:36.191062 #3874292]  INFO -- : checking for mach-o/loader.h... no
I, [2024-11-25T01:00:36.191730 #3874292]  INFO -- : checking whether OS depend dynamic link works... yes
I, [2024-11-25T01:00:36.277711 #3874292]  INFO -- : checking for backtrace... yes
I, [2024-11-25T01:00:36.423048 #3874292]  INFO -- : checking for broken backtrace... no
I, [2024-11-25T01:00:36.442137 #3874292]  INFO -- : checking for valgrind/memcheck.h... yes
I, [2024-11-25T01:00:36.528324 #3874292]  INFO -- : checking for strip flags... -S -x
I, [2024-11-25T01:00:36.658672 #3874292]  INFO -- : checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
I, [2024-11-25T01:00:36.721127 #3874292]  INFO -- : checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
I, [2024-11-25T01:00:36.727727 #3874292]  INFO -- : checking whether wrapper for LD_LIBRARY_PATH is needed... no
I, [2024-11-25T01:00:36.732007 #3874292]  INFO -- : checking whether dtrace USDT is available... no
I, [2024-11-25T01:00:36.840224 #3874292]  INFO -- : checking for __builtin_setjmp... yes
I, [2024-11-25T01:00:36.887314 #3874292]  INFO -- : checking for _setjmpex as a macro or function... no
I, [2024-11-25T01:00:36.900696 #3874292]  INFO -- : checking for _setjmp as a macro or function... yes
I, [2024-11-25T01:00:36.902634 #3874292]  INFO -- : checking for setjmp type... __builtin_setjmp
I, [2024-11-25T01:00:36.902767 #3874292]  INFO -- : checking if building with shared GC support... no
I, [2024-11-25T01:00:36.903126 #3874292]  INFO -- : checking for rustc... rustc
I, [2024-11-25T01:00:36.971722 #3874292]  INFO -- : checking whether rustc works for YJIT... yes
I, [2024-11-25T01:00:36.987189 #3874292]  INFO -- : checking for prefix of external symbols... NONE
I, [2024-11-25T01:00:37.079252 #3874292]  INFO -- : checking for default symbols in empty shared library... 
I, [2024-11-25T01:00:37.086219 #3874292]  INFO -- : checking if make is GNU make... yes
I, [2024-11-25T01:00:37.149214 #3874292]  INFO -- : .ext/include/x86_64-linux/ruby/config.h updated
I, [2024-11-25T01:00:37.181453 #3874292]  INFO -- : configure: ruby library version = 3.4.0+1
I, [2024-11-25T01:00:37.328410 #3874292]  INFO -- : configure: creating ./config.status
I, [2024-11-25T01:00:37.430651 #3874292]  INFO -- : config.status: creating GNUmakefile
I, [2024-11-25T01:00:37.446088 #3874292]  INFO -- : config.status: creating Makefile
I, [2024-11-25T01:00:37.568974 #3874292]  INFO -- : ---
I, [2024-11-25T01:00:37.569042 #3874292]  INFO -- : Configuration summary for ruby version 3.4.0
I, [2024-11-25T01:00:37.569064 #3874292]  INFO -- : 
I, [2024-11-25T01:00:37.572911 #3874292]  INFO -- :    * Installation prefix: /tmp/ruby/install/trunk-random1
I, [2024-11-25T01:00:37.577033 #3874292]  INFO -- :    * exec prefix:         ${prefix}
I, [2024-11-25T01:00:37.580976 #3874292]  INFO -- :    * arch:                x86_64-linux
I, [2024-11-25T01:00:37.584838 #3874292]  INFO -- :    * site arch:           ${arch}
I, [2024-11-25T01:00:37.589170 #3874292]  INFO -- :    * RUBY_BASE_NAME:      ruby
I, [2024-11-25T01:00:37.592840 #3874292]  INFO -- :    * enable shared:       yes
I, [2024-11-25T01:00:37.596398 #3874292]  INFO -- :    * ruby lib prefix:     ${libdir}/${RUBY_BASE_NAME}
I, [2024-11-25T01:00:37.600109 #3874292]  INFO -- :    * site libraries path: ${rubylibprefix}/${sitearch}
I, [2024-11-25T01:00:37.604432 #3874292]  INFO -- :    * vendor path:         ${rubylibprefix}/vendor_ruby
I, [2024-11-25T01:00:37.608843 #3874292]  INFO -- :    * target OS:           linux
I, [2024-11-25T01:00:37.612911 #3874292]  INFO -- :    * compiler:            gcc
I, [2024-11-25T01:00:37.616808 #3874292]  INFO -- :    * with thread:         pthread
I, [2024-11-25T01:00:37.620550 #3874292]  INFO -- :    * with coroutine:      amd64
I, [2024-11-25T01:00:37.624518 #3874292]  INFO -- :    * with shared GC:      no
I, [2024-11-25T01:00:37.628307 #3874292]  INFO -- :    * enable shared libs:  yes
I, [2024-11-25T01:00:37.632142 #3874292]  INFO -- :    * dynamic library ext: so
I, [2024-11-25T01:00:37.635836 #3874292]  INFO -- :    * CFLAGS:              ${hardenflags}  ${optflags} ${debugflags} \
I, [2024-11-25T01:00:37.635916 #3874292]  INFO -- :                           ${warnflags}
I, [2024-11-25T01:00:37.639973 #3874292]  INFO -- :    * LDFLAGS:             -L. -fstack-protector-strong -rdynamic \
I, [2024-11-25T01:00:37.640067 #3874292]  INFO -- :                           -Wl,-export-dynamic -Wl,--no-as-needed
I, [2024-11-25T01:00:37.643914 #3874292]  INFO -- :    * DLDFLAGS:            -Wl,--compress-debug-sections=zlib
I, [2024-11-25T01:00:37.648220 #3874292]  INFO -- :    * optflags:            -O3 -fno-fast-math
I, [2024-11-25T01:00:37.652703 #3874292]  INFO -- :    * debugflags:          -ggdb3
I, [2024-11-25T01:00:37.662988 #3874292]  INFO -- :    * warnflags:           -Wall -Wextra -Wdeprecated-declarations \
I, [2024-11-25T01:00:37.663066 #3874292]  INFO -- :                           -Wdiv-by-zero -Wduplicated-cond \
I, [2024-11-25T01:00:37.663085 #3874292]  INFO -- :                           -Wimplicit-function-declaration -Wimplicit-int \
I, [2024-11-25T01:00:37.663101 #3874292]  INFO -- :                           -Wpointer-arith -Wwrite-strings \
I, [2024-11-25T01:00:37.663117 #3874292]  INFO -- :                           -Wold-style-definition -Wimplicit-fallthrough=0 \
I, [2024-11-25T01:00:37.663131 #3874292]  INFO -- :                           -Wmissing-noreturn -Wno-cast-function-type \
I, [2024-11-25T01:00:37.663145 #3874292]  INFO -- :                           -Wno-constant-logical-operand -Wno-long-long \
I, [2024-11-25T01:00:37.663159 #3874292]  INFO -- :                           -Wno-missing-field-initializers \
I, [2024-11-25T01:00:37.663173 #3874292]  INFO -- :                           -Wno-overlength-strings \
I, [2024-11-25T01:00:37.663187 #3874292]  INFO -- :                           -Wno-packed-bitfield-compat \
I, [2024-11-25T01:00:37.663202 #3874292]  INFO -- :                           -Wno-parentheses-equality -Wno-self-assign \
I, [2024-11-25T01:00:37.663216 #3874292]  INFO -- :                           -Wno-tautological-compare -Wno-unused-parameter \
I, [2024-11-25T01:00:37.663230 #3874292]  INFO -- :                           -Wno-unused-value -Wsuggest-attribute=format \
I, [2024-11-25T01:00:37.663244 #3874292]  INFO -- :                           -Wsuggest-attribute=noreturn -Wunused-variable \
I, [2024-11-25T01:00:37.663259 #3874292]  INFO -- :                           -Wmisleading-indentation -Wundef
I, [2024-11-25T01:00:37.667397 #3874292]  INFO -- :    * hardenflags:         -fstack-protector-strong -U_FORTIFY_SOURCE \
I, [2024-11-25T01:00:37.667487 #3874292]  INFO -- :                           -D_FORTIFY_SOURCE=2
I, [2024-11-25T01:00:37.671902 #3874292]  INFO -- :    * strip command:       strip -S -x
I, [2024-11-25T01:00:37.676606 #3874292]  INFO -- :    * install doc:         no
I, [2024-11-25T01:00:37.681302 #3874292]  INFO -- :    * YJIT support:        yes
I, [2024-11-25T01:00:37.685728 #3874292]  INFO -- :    * RJIT support:        yes
I, [2024-11-25T01:00:37.690011 #3874292]  INFO -- :    * man page type:       man
I, [2024-11-25T01:00:37.694358 #3874292]  INFO -- :    * BASERUBY -v:         ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) \
I, [2024-11-25T01:00:37.694428 #3874292]  INFO -- :                           [x86_64-linux-gnu]
I, [2024-11-25T01:00:37.694634 #3874292]  INFO -- : 
I, [2024-11-25T01:00:37.694662 #3874292]  INFO -- : ---
I, [2024-11-25T01:00:37.750952 #3874292]  INFO -- : $$$[end] "/tmp/ruby/src/trunk-random1/configure --prefix=/tmp/ruby/install/trunk-random1 --disable-install-doc --enable-shared" exit with 0.
I, [2024-11-25T01:00:37.751261 #3874292]  INFO -- : $$$[beg] make update-download -j4
I, [2024-11-25T01:00:38.077892 #3874292]  INFO -- : tool/config.guess already exists
I, [2024-11-25T01:00:38.077965 #3874292]  INFO -- : tool/config.sub already exists
I, [2024-11-25T01:00:38.084393 #3874292]  INFO -- : Downloading bundled gem minitest-5.25.2...
I, [2024-11-25T01:00:38.084660 #3874292]  INFO -- : Downloading bundled gem power_assert-2.0.4...
I, [2024-11-25T01:00:38.084887 #3874292]  INFO -- : Downloading bundled gem rake-13.2.1...
I, [2024-11-25T01:00:38.085217 #3874292]  INFO -- : Downloading bundled gem test-unit-3.6.2...
I, [2024-11-25T01:00:38.472615 #3874292]  INFO -- : Downloading bundled gem rexml-3.3.9...
I, [2024-11-25T01:00:38.510700 #3874292]  INFO -- : Downloading bundled gem rss-0.3.1...
I, [2024-11-25T01:00:38.512762 #3874292]  INFO -- : Downloading bundled gem net-ftp-0.3.8...
I, [2024-11-25T01:00:38.518728 #3874292]  INFO -- : Downloading bundled gem net-imap-0.5.1...
I, [2024-11-25T01:00:38.864528 #3874292]  INFO -- : Downloading bundled gem net-pop-0.1.2...
I, [2024-11-25T01:00:38.882773 #3874292]  INFO -- : Downloading bundled gem net-smtp-0.5.0...
I, [2024-11-25T01:00:38.882846 #3874292]  INFO -- : Downloading bundled gem matrix-0.4.2...
I, [2024-11-25T01:00:38.915175 #3874292]  INFO -- : Downloading bundled gem prime-0.1.3...
I, [2024-11-25T01:00:39.235482 #3874292]  INFO -- : Downloading bundled gem rbs-3.6.1...
I, [2024-11-25T01:00:39.250866 #3874292]  INFO -- : Downloading bundled gem racc-1.8.1...
I, [2024-11-25T01:00:39.254006 #3874292]  INFO -- : Downloading bundled gem mutex_m-0.3.0...
I, [2024-11-25T01:00:39.289239 #3874292]  INFO -- : Downloading bundled gem getoptlong-0.2.1...
I, [2024-11-25T01:00:39.613088 #3874292]  INFO -- : Downloading bundled gem base64-0.2.0...
I, [2024-11-25T01:00:39.625486 #3874292]  INFO -- : Downloading bundled gem bigdecimal-3.1.8...
I, [2024-11-25T01:00:39.655833 #3874292]  INFO -- : Downloading bundled gem observer-0.1.2...
I, [2024-11-25T01:00:39.701422 #3874292]  INFO -- : Downloading bundled gem abbrev-0.1.2...
I, [2024-11-25T01:00:39.903248 #3874292]  INFO -- : Downloading bundled gem resolv-replace-0.1.1...
I, [2024-11-25T01:00:39.983669 #3874292]  INFO -- : Downloading bundled gem rinda-0.2.0...
I, [2024-11-25T01:00:39.998370 #3874292]  INFO -- : Downloading bundled gem drb-2.2.1...
I, [2024-11-25T01:00:40.029603 #3874292]  INFO -- : Downloading bundled gem nkf-0.2.0...
I, [2024-11-25T01:00:40.184402 #3874292]  INFO -- : Downloading bundled gem syslog-0.1.2...
I, [2024-11-25T01:00:40.311422 #3874292]  INFO -- : Downloading bundled gem csv-3.3.0...
I, [2024-11-25T01:00:40.334928 #3874292]  INFO -- : Downloading bundled gem repl_type_completor-0.1.7...
I, [2024-11-25T01:00:40.405746 #3874292]  INFO -- : /usr/bin/mkdir -p /tmp/ruby/src/trunk-random1/.bundle/.timestamp
I, [2024-11-25T01:00:40.407625 #3874292]  INFO -- : /usr/bin/mkdir -p /tmp/ruby/src/trunk-random1/gems/src
I, [2024-11-25T01:00:40.411045 #3874292]  INFO -- : Cloning https://github.com/ruby/typeprof
E, [2024-11-25T01:00:40.412997 #3874292] ERROR -- : Cloning into '/tmp/ruby/src/trunk-random1/gems/src/typeprof'...
I, [2024-11-25T01:00:40.528042 #3874292]  INFO -- : Cloning https://github.com/ruby/debug
E, [2024-11-25T01:00:40.529892 #3874292] ERROR -- : Cloning into '/tmp/ruby/src/trunk-random1/gems/src/debug'...
I, [2024-11-25T01:00:41.842692 #3874292]  INFO -- : Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
I, [2024-11-25T01:00:41.845779 #3874292]  INFO -- : echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/debug.revision -
I, [2024-11-25T01:00:41.850945 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/.bundle/.timestamp/debug.revision updated
I, [2024-11-25T01:00:41.863068 #3874292]  INFO -- : Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
I, [2024-11-25T01:00:42.036546 #3874292]  INFO -- : Building debug@9c4279598e9e0376657b3813bf76a206f1f97beb to /tmp/ruby/src/trunk-random1/gems/debug-1.9.2.gem
I, [2024-11-25T01:00:42.329854 #3874292]  INFO -- :   Successfully built RubyGem
I, [2024-11-25T01:00:42.329916 #3874292]  INFO -- :   Name: debug
I, [2024-11-25T01:00:42.329935 #3874292]  INFO -- :   Version: 1.9.2
I, [2024-11-25T01:00:42.329950 #3874292]  INFO -- :   File: debug-1.9.2.gem
E, [2024-11-25T01:00:42.395826 #3874292] ERROR -- : From https://github.com/ruby/typeprof
E, [2024-11-25T01:00:42.395918 #3874292] ERROR -- :  * branch            167263ca3a634b61df0445f1a6b3e259a5d47f94 -> FETCH_HEAD
E, [2024-11-25T01:00:42.417833 #3874292] ERROR -- : HEAD is now at 167263c Add typeprof.gemspec
I, [2024-11-25T01:00:42.418909 #3874292]  INFO -- : echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
I, [2024-11-25T01:00:42.424508 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision updated
I, [2024-11-25T01:00:42.628192 #3874292]  INFO -- : Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk-random1/gems/typeprof-0.21.11.gem
I, [2024-11-25T01:00:42.929683 #3874292]  INFO -- :   Successfully built RubyGem
I, [2024-11-25T01:00:42.929759 #3874292]  INFO -- :   Name: typeprof
I, [2024-11-25T01:00:42.929783 #3874292]  INFO -- :   Version: 0.30.0
I, [2024-11-25T01:00:42.929802 #3874292]  INFO -- :   File: typeprof-0.30.0.gem
I, [2024-11-25T01:00:43.114123 #3874292]  INFO -- : $$$[end] "make update-download -j4" exit with 0.
I, [2024-11-25T01:00:43.114213 #3874292]  INFO -- : $$$[beg] make update-src      -j4
I, [2024-11-25T01:00:43.895659 #3874292]  INFO -- : Already up to date.
I, [2024-11-25T01:00:43.917201 #3874292]  INFO -- : Latest commit hash = 30fda41139
I, [2024-11-25T01:00:43.919845 #3874292]  INFO -- : $$$[end] "make update-src      -j4" exit with 0.
I, [2024-11-25T01:00:43.920083 #3874292]  INFO -- : $$$[beg] make after-update    -j4
I, [2024-11-25T01:00:44.050814 #3874292]  INFO -- : generating id.h
I, [2024-11-25T01:00:44.061742 #3874292]  INFO -- : generating optinsn.inc
I, [2024-11-25T01:00:44.061835 #3874292]  INFO -- : generating optunifs.inc
I, [2024-11-25T01:00:44.062076 #3874292]  INFO -- : generating insns.inc
I, [2024-11-25T01:00:44.104448 #3874292]  INFO -- : id.h updated
I, [2024-11-25T01:00:44.108485 #3874292]  INFO -- : generating insns_info.inc
I, [2024-11-25T01:00:44.129182 #3874292]  INFO -- : generating vmtc.inc
I, [2024-11-25T01:00:44.139660 #3874292]  INFO -- : generating vm.inc
I, [2024-11-25T01:00:44.145520 #3874292]  INFO -- : generating node_name.inc
I, [2024-11-25T01:00:44.168395 #3874292]  INFO -- : generating known_errors.inc
I, [2024-11-25T01:00:44.208895 #3874292]  INFO -- : known_errors.inc updated
I, [2024-11-25T01:00:44.212593 #3874292]  INFO -- : generating vm_call_iseq_optimized.inc
I, [2024-11-25T01:00:44.256626 #3874292]  INFO -- : vm_call_iseq_optimized.inc updated
I, [2024-11-25T01:00:44.259534 #3874292]  INFO -- : /usr/bin/mkdir -p /tmp/ruby/src/trunk-random1/enc/jis
E, [2024-11-25T01:00:44.263408 #3874292] ERROR -- : + cp /tmp/ruby/src/trunk-random1/enc/jis/props.h.blt /tmp/ruby/src/trunk-random1/enc/jis/props.h
I, [2024-11-25T01:00:44.265781 #3874292]  INFO -- : /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-random1/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-random1/probes.d > probes.dmyh
I, [2024-11-25T01:00:44.301320 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/revision.h updated
I, [2024-11-25T01:00:44.799217 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/lib/ruby_vm/rjit/instruction.rb
I, [2024-11-25T01:00:44.815021 #3874292]  INFO -- : generating parse.c
I, [2024-11-25T01:00:44.861982 #3874292]  INFO -- : copying lex.c
I, [2024-11-25T01:00:44.871085 #3874292]  INFO -- : generating id.c
I, [2024-11-25T01:00:44.886092 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/ast.rbinc
I, [2024-11-25T01:00:44.913136 #3874292]  INFO -- : id.c updated
I, [2024-11-25T01:00:44.916653 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/dir.rbinc
I, [2024-11-25T01:00:44.931146 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/gc.rbinc
I, [2024-11-25T01:00:44.942635 #3874292]  INFO -- : generating enc/trans/newline.c ...
I, [2024-11-25T01:00:44.947649 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/numeric.rbinc
I, [2024-11-25T01:00:44.957664 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/io.rbinc
I, [2024-11-25T01:00:44.977410 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/marshal.rbinc
I, [2024-11-25T01:00:44.997786 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/rjit.rbinc
I, [2024-11-25T01:00:45.016635 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/rjit_c.rbinc
I, [2024-11-25T01:00:45.019677 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/pack.rbinc
I, [2024-11-25T01:00:45.039324 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/trace_point.rbinc
I, [2024-11-25T01:00:45.064352 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/warning.rbinc
I, [2024-11-25T01:00:45.081782 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/array.rbinc
I, [2024-11-25T01:00:45.107997 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/hash.rbinc
I, [2024-11-25T01:00:45.124788 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/kernel.rbinc
I, [2024-11-25T01:00:45.147994 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/ractor.rbinc
I, [2024-11-25T01:00:45.167202 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/symbol.rbinc
I, [2024-11-25T01:00:45.169202 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/timev.rbinc
I, [2024-11-25T01:00:45.197794 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/thread_sync.rbinc
I, [2024-11-25T01:00:45.209372 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/nilclass.rbinc
I, [2024-11-25T01:00:45.216615 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/prelude.rbinc
I, [2024-11-25T01:00:45.240015 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/gem_prelude.rbinc
I, [2024-11-25T01:00:45.256750 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/yjit_hook.rbinc
I, [2024-11-25T01:00:45.257843 #3874292]  INFO -- : making /tmp/ruby/src/trunk-random1/yjit.rbinc
I, [2024-11-25T01:00:45.290807 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/ext/ripper/ripper.c
I, [2024-11-25T01:00:45.299092 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof/sizes.c
I, [2024-11-25T01:00:45.301890 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
I, [2024-11-25T01:00:45.302602 #3874292]  INFO -- : extracting ripper.y from ../../parse.y
I, [2024-11-25T01:00:45.304353 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof'
I, [2024-11-25T01:00:45.329638 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof/limits.c
I, [2024-11-25T01:00:45.340117 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof'
I, [2024-11-25T01:00:45.363610 #3874292]  INFO -- : sizes.c updated
I, [2024-11-25T01:00:45.366667 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof'
I, [2024-11-25T01:00:45.375088 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/socket'
I, [2024-11-25T01:00:45.376189 #3874292]  INFO -- : generating constant definitions
I, [2024-11-25T01:00:45.384216 #3874292]  INFO -- : limits.c updated
I, [2024-11-25T01:00:45.387955 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof'
I, [2024-11-25T01:00:45.394311 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/etc'
I, [2024-11-25T01:00:45.395141 #3874292]  INFO -- : generating constant definitions
I, [2024-11-25T01:00:45.443127 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/etc'
I, [2024-11-25T01:00:45.447135 #3874292]  INFO -- : generating miniprelude.c
I, [2024-11-25T01:00:45.453306 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/socket'
I, [2024-11-25T01:00:45.600607 #3874292]  INFO -- : generating eventids1.c from ../../parse.y
I, [2024-11-25T01:00:45.714400 #3874292]  INFO -- : generating eventids1.h from ../../parse.y
I, [2024-11-25T01:00:45.720403 #3874292]  INFO -- : miniprelude.c updated
I, [2024-11-25T01:00:45.727473 #3874292]  INFO -- : generating x86_64-linux-fake.rb
I, [2024-11-25T01:00:45.824486 #3874292]  INFO -- : generating eventids2table.c from ./eventids2.c
I, [2024-11-25T01:00:45.870805 #3874292]  INFO -- : compiling compiler ripper.y
I, [2024-11-25T01:00:45.909761 #3874292]  INFO -- : x86_64-linux-fake.rb updated
I, [2024-11-25T01:00:45.915107 #3874292]  INFO -- : generating ripper_init.c from ./ripper_init.c.tmpl
I, [2024-11-25T01:00:45.978997 #3874292]  INFO -- : /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
I, [2024-11-25T01:00:45.984196 #3874292]  INFO -- : rbconfig.rb updated
I, [2024-11-25T01:00:45.988109 #3874292]  INFO -- : generating enc.mk
I, [2024-11-25T01:00:46.409108 #3874292]  INFO -- : making srcs under enc
I, [2024-11-25T01:00:46.444025 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:00:46.445088 #3874292]  INFO -- : generating table from enc/trans/big5.c
I, [2024-11-25T01:00:46.446112 #3874292]  INFO -- : generating table from enc/trans/cesu_8.c
I, [2024-11-25T01:00:46.520553 #3874292]  INFO -- : generating enc/trans/cesu_8.c ...
I, [2024-11-25T01:00:46.525108 #3874292]  INFO -- : generating table from enc/trans/chinese.c
I, [2024-11-25T01:00:47.844641 #3874292]  INFO -- : generating enc/trans/chinese.c ...
I, [2024-11-25T01:00:47.852669 #3874292]  INFO -- : generating table from enc/trans/ebcdic.c
I, [2024-11-25T01:00:47.936762 #3874292]  INFO -- : generating enc/trans/ebcdic.c ...
I, [2024-11-25T01:00:47.944805 #3874292]  INFO -- : generating table from enc/trans/emoji.c
I, [2024-11-25T01:00:48.349620 #3874292]  INFO -- : generating enc/trans/emoji.c ...
I, [2024-11-25T01:00:48.355952 #3874292]  INFO -- : generating table from enc/trans/emoji_iso2022_kddi.c
I, [2024-11-25T01:00:49.129910 #3874292]  INFO -- : generating enc/trans/emoji_iso2022_kddi.c ...
I, [2024-11-25T01:00:49.141045 #3874292]  INFO -- : generating table from enc/trans/emoji_sjis_docomo.c
I, [2024-11-25T01:00:49.969725 #3874292]  INFO -- : generating enc/trans/emoji_sjis_docomo.c ...
I, [2024-11-25T01:00:49.978538 #3874292]  INFO -- : generating table from enc/trans/emoji_sjis_kddi.c
I, [2024-11-25T01:00:50.826596 #3874292]  INFO -- : generating enc/trans/emoji_sjis_kddi.c ...
I, [2024-11-25T01:00:50.836172 #3874292]  INFO -- : generating table from enc/trans/emoji_sjis_softbank.c
I, [2024-11-25T01:00:51.602754 #3874292]  INFO -- : generating enc/trans/emoji_sjis_softbank.c ...
I, [2024-11-25T01:00:51.610880 #3874292]  INFO -- : generating table from enc/trans/escape.c
I, [2024-11-25T01:00:51.680183 #3874292]  INFO -- : generating enc/trans/escape.c ...
I, [2024-11-25T01:00:51.686093 #3874292]  INFO -- : generating table from enc/trans/gb18030.c
I, [2024-11-25T01:00:52.240874 #3874292]  INFO -- : generating enc/trans/big5.c ...
I, [2024-11-25T01:00:52.264115 #3874292]  INFO -- : generating table from enc/trans/gbk.c
I, [2024-11-25T01:00:53.048644 #3874292]  INFO -- : generating table from enc/trans/iso2022.c
I, [2024-11-25T01:00:53.115816 #3874292]  INFO -- : generating enc/trans/iso2022.c ...
I, [2024-11-25T01:00:53.121263 #3874292]  INFO -- : generating table from enc/trans/japanese.c
I, [2024-11-25T01:00:53.198464 #3874292]  INFO -- : generating enc/trans/japanese.c ...
I, [2024-11-25T01:00:53.203737 #3874292]  INFO -- : generating table from enc/trans/japanese_euc.c
I, [2024-11-25T01:00:53.560979 #3874292]  INFO -- : generating enc/trans/gbk.c ...
I, [2024-11-25T01:00:53.575204 #3874292]  INFO -- : generating table from enc/trans/japanese_sjis.c
I, [2024-11-25T01:00:53.930567 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
I, [2024-11-25T01:00:53.931669 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/ext/ripper/ripper_init.c
I, [2024-11-25T01:00:53.938913 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
I, [2024-11-25T01:00:53.939009 #3874292]  INFO -- : make[1]: Nothing to be done for 'src'.
I, [2024-11-25T01:00:53.939058 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
I, [2024-11-25T01:00:53.941034 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/ext/ripper/eventids1.h
I, [2024-11-25T01:00:53.948192 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
I, [2024-11-25T01:00:53.948289 #3874292]  INFO -- : make[1]: Nothing to be done for 'src'.
I, [2024-11-25T01:00:53.948353 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
I, [2024-11-25T01:00:53.950433 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/ext/ripper/eventids1.c
I, [2024-11-25T01:00:53.960427 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
I, [2024-11-25T01:00:53.960540 #3874292]  INFO -- : make[1]: Nothing to be done for 'src'.
I, [2024-11-25T01:00:53.960596 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
I, [2024-11-25T01:00:53.962460 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/ext/ripper/eventids2table.c
I, [2024-11-25T01:00:53.970025 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/src/trunk-random1/ext/ripper'
I, [2024-11-25T01:00:53.970123 #3874292]  INFO -- : make[1]: Nothing to be done for 'src'.
I, [2024-11-25T01:00:53.970174 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/src/trunk-random1/ext/ripper'
I, [2024-11-25T01:00:53.977554 #3874292]  INFO -- : generating table from enc/trans/korean.c
I, [2024-11-25T01:00:54.804577 #3874292]  INFO -- : generating enc/trans/gb18030.c ...
I, [2024-11-25T01:00:54.826101 #3874292]  INFO -- : generating table from enc/trans/single_byte.c
I, [2024-11-25T01:00:54.994051 #3874292]  INFO -- : generating enc/trans/japanese_sjis.c ...
I, [2024-11-25T01:00:55.004081 #3874292]  INFO -- : generating table from enc/trans/utf8_mac.c
I, [2024-11-25T01:00:55.455372 #3874292]  INFO -- : generating enc/trans/single_byte.c ...
I, [2024-11-25T01:00:55.461954 #3874292]  INFO -- : generating table from enc/trans/utf_16_32.c
I, [2024-11-25T01:00:55.540421 #3874292]  INFO -- : generating enc/trans/korean.c ...
I, [2024-11-25T01:00:55.558903 #3874292]  INFO -- : generating enc/trans/utf_16_32.c ...
I, [2024-11-25T01:00:56.472962 #3874292]  INFO -- : generating enc/trans/utf8_mac.c ...
I, [2024-11-25T01:00:56.705190 #3874292]  INFO -- : generating enc/trans/japanese_euc.c ...
I, [2024-11-25T01:00:56.717148 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:00:56.916542 #3874292]  INFO -- : Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
I, [2024-11-25T01:00:56.918003 #3874292]  INFO -- : Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
I, [2024-11-25T01:00:56.923610 #3874292]  INFO -- : /usr/bin/mkdir -p /tmp/ruby/src/trunk-random1/.bundle/gems
I, [2024-11-25T01:00:56.928310 #3874292]  INFO -- : echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
I, [2024-11-25T01:00:56.928949 #3874292]  INFO -- : echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/debug.revision -
I, [2024-11-25T01:00:56.943497 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
I, [2024-11-25T01:00:56.944593 #3874292]  INFO -- : Extracting bundle gem minitest-5.25.2...
I, [2024-11-25T01:00:56.948356 #3874292]  INFO -- : Extracting bundle gem power_assert-2.0.4...
I, [2024-11-25T01:00:56.963454 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/.bundle/.timestamp/debug.revision unchanged
I, [2024-11-25T01:00:56.964330 #3874292]  INFO -- : Extracting bundle gem rake-13.2.1...
I, [2024-11-25T01:00:56.980471 #3874292]  INFO -- : Extracting bundle gem test-unit-3.6.2...
I, [2024-11-25T01:00:57.276797 #3874292]  INFO -- : Unpacked gems/power_assert-2.0.4.gem
I, [2024-11-25T01:00:57.288472 #3874292]  INFO -- : Extracting bundle gem rexml-3.3.9...
I, [2024-11-25T01:00:57.308244 #3874292]  INFO -- : Unpacked gems/test-unit-3.6.2.gem
I, [2024-11-25T01:00:57.315606 #3874292]  INFO -- : Unpacked gems/minitest-5.25.2.gem
I, [2024-11-25T01:00:57.316756 #3874292]  INFO -- : Extracting bundle gem rss-0.3.1...
I, [2024-11-25T01:00:57.328130 #3874292]  INFO -- : Extracting bundle gem net-ftp-0.3.8...
I, [2024-11-25T01:00:57.387438 #3874292]  INFO -- : Unpacked gems/rake-13.2.1.gem
I, [2024-11-25T01:00:57.390715 #3874292]  INFO -- : Extracting bundle gem net-imap-0.5.1...
I, [2024-11-25T01:00:57.669356 #3874292]  INFO -- : Unpacked gems/rss-0.3.1.gem
I, [2024-11-25T01:00:57.677646 #3874292]  INFO -- : Extracting bundle gem net-pop-0.1.2...
I, [2024-11-25T01:00:57.682771 #3874292]  INFO -- : Unpacked gems/rexml-3.3.9.gem
I, [2024-11-25T01:00:57.691066 #3874292]  INFO -- : Extracting bundle gem net-smtp-0.5.0...
I, [2024-11-25T01:00:57.767829 #3874292]  INFO -- : Unpacked gems/net-imap-0.5.1.gem
I, [2024-11-25T01:00:57.775167 #3874292]  INFO -- : Unpacked gems/net-ftp-0.3.8.gem
I, [2024-11-25T01:00:57.781423 #3874292]  INFO -- : Extracting bundle gem matrix-0.4.2...
I, [2024-11-25T01:00:57.796339 #3874292]  INFO -- : Extracting bundle gem prime-0.1.3...
I, [2024-11-25T01:00:57.985660 #3874292]  INFO -- : Unpacked gems/net-pop-0.1.2.gem
I, [2024-11-25T01:00:58.000421 #3874292]  INFO -- : Extracting bundle gem rbs-3.6.1...
I, [2024-11-25T01:00:58.092575 #3874292]  INFO -- : Unpacked gems/net-smtp-0.5.0.gem
I, [2024-11-25T01:00:58.100424 #3874292]  INFO -- : Extracting bundle gem racc-1.8.1...
I, [2024-11-25T01:00:58.131554 #3874292]  INFO -- : Unpacked gems/prime-0.1.3.gem
I, [2024-11-25T01:00:58.142109 #3874292]  INFO -- : Unpacked gems/matrix-0.4.2.gem
I, [2024-11-25T01:00:58.160566 #3874292]  INFO -- : Extracting bundle gem mutex_m-0.3.0...
I, [2024-11-25T01:00:58.164725 #3874292]  INFO -- : Extracting bundle gem getoptlong-0.2.1...
I, [2024-11-25T01:00:58.544407 #3874292]  INFO -- : Unpacked gems/racc-1.8.1.gem
I, [2024-11-25T01:00:58.560695 #3874292]  INFO -- : Extracting bundle gem base64-0.2.0...
I, [2024-11-25T01:00:58.579301 #3874292]  INFO -- : Unpacked gems/getoptlong-0.2.1.gem
I, [2024-11-25T01:00:58.596388 #3874292]  INFO -- : Extracting bundle gem bigdecimal-3.1.8...
I, [2024-11-25T01:00:58.668664 #3874292]  INFO -- : Unpacked gems/mutex_m-0.3.0.gem
I, [2024-11-25T01:00:58.676968 #3874292]  INFO -- : Extracting bundle gem observer-0.1.2...
I, [2024-11-25T01:00:58.812331 #3874292]  INFO -- : Unpacked gems/rbs-3.6.1.gem
I, [2024-11-25T01:00:58.848445 #3874292]  INFO -- : Extracting bundle gem abbrev-0.1.2...
I, [2024-11-25T01:00:58.947136 #3874292]  INFO -- : Unpacked gems/base64-0.2.0.gem
I, [2024-11-25T01:00:58.960481 #3874292]  INFO -- : Extracting bundle gem resolv-replace-0.1.1...
I, [2024-11-25T01:00:58.971047 #3874292]  INFO -- : Unpacked gems/observer-0.1.2.gem
I, [2024-11-25T01:00:58.979241 #3874292]  INFO -- : Extracting bundle gem rinda-0.2.0...
I, [2024-11-25T01:00:59.006136 #3874292]  INFO -- : Unpacked gems/bigdecimal-3.1.8.gem
I, [2024-11-25T01:00:59.014292 #3874292]  INFO -- : Extracting bundle gem drb-2.2.1...
I, [2024-11-25T01:00:59.224163 #3874292]  INFO -- : Unpacked gems/abbrev-0.1.2.gem
I, [2024-11-25T01:00:59.236523 #3874292]  INFO -- : Extracting bundle gem nkf-0.2.0...
I, [2024-11-25T01:00:59.277636 #3874292]  INFO -- : Unpacked gems/rinda-0.2.0.gem
I, [2024-11-25T01:00:59.285880 #3874292]  INFO -- : Extracting bundle gem syslog-0.1.2...
I, [2024-11-25T01:00:59.349380 #3874292]  INFO -- : Unpacked gems/drb-2.2.1.gem
I, [2024-11-25T01:00:59.364584 #3874292]  INFO -- : Extracting bundle gem csv-3.3.0...
I, [2024-11-25T01:00:59.447215 #3874292]  INFO -- : Unpacked gems/resolv-replace-0.1.1.gem
I, [2024-11-25T01:00:59.468499 #3874292]  INFO -- : Extracting bundle gem repl_type_completor-0.1.7...
I, [2024-11-25T01:00:59.569369 #3874292]  INFO -- : Unpacked gems/nkf-0.2.0.gem
I, [2024-11-25T01:00:59.577940 #3874292]  INFO -- : Unpacked gems/syslog-0.1.2.gem
I, [2024-11-25T01:00:59.671436 #3874292]  INFO -- : Unpacked gems/csv-3.3.0.gem
I, [2024-11-25T01:00:59.791453 #3874292]  INFO -- : Unpacked gems/repl_type_completor-0.1.7.gem
I, [2024-11-25T01:00:59.831439 #3874292]  INFO -- : Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk-random1/gems/typeprof-0.21.11.gem
I, [2024-11-25T01:00:59.831532 #3874292]  INFO -- : Extracting bundle gem debug-1.9.2...
I, [2024-11-25T01:01:00.137252 #3874292]  INFO -- : Unpacked gems/debug-1.9.2.gem
I, [2024-11-25T01:01:00.193295 #3874292]  INFO -- :   Successfully built RubyGem
I, [2024-11-25T01:01:00.193361 #3874292]  INFO -- :   Name: typeprof
I, [2024-11-25T01:01:00.193382 #3874292]  INFO -- :   Version: 0.30.0
I, [2024-11-25T01:01:00.193398 #3874292]  INFO -- :   File: typeprof-0.30.0.gem
I, [2024-11-25T01:01:00.201720 #3874292]  INFO -- : Extracting bundle gem typeprof-0.21.11...
I, [2024-11-25T01:01:00.432655 #3874292]  INFO -- : Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby.
I, [2024-11-25T01:01:00.546226 #3874292]  INFO -- : Unpacked gems/typeprof-0.30.0.gem
I, [2024-11-25T01:01:00.554721 #3874292]  INFO -- : $$$[end] "make after-update    -j4" exit with 0.
I, [2024-11-25T01:01:00.555141 #3874292]  INFO -- : $$$[beg] make miniruby -j4
I, [2024-11-25T01:01:00.800323 #3874292]  INFO -- : 	BASERUBY = /usr/bin/ruby --disable=gems
I, [2024-11-25T01:01:00.800415 #3874292]  INFO -- : 	CC = gcc
I, [2024-11-25T01:01:00.800436 #3874292]  INFO -- : 	LD = ld
I, [2024-11-25T01:01:00.800450 #3874292]  INFO -- : 	LDSHARED = gcc -shared
I, [2024-11-25T01:01:00.800468 #3874292]  INFO -- : 	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   -fPIC 
I, [2024-11-25T01:01:00.800484 #3874292]  INFO -- : 	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
I, [2024-11-25T01:01:00.800501 #3874292]  INFO -- : 	CPPFLAGS =   
I, [2024-11-25T01:01:00.800516 #3874292]  INFO -- : 	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
I, [2024-11-25T01:01:00.800530 #3874292]  INFO -- : 	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
I, [2024-11-25T01:01:00.800544 #3874292]  INFO -- : 	LANG = C.UTF-8
I, [2024-11-25T01:01:00.800558 #3874292]  INFO -- : 	LC_ALL = 
I, [2024-11-25T01:01:00.800571 #3874292]  INFO -- : 	LC_CTYPE = 
I, [2024-11-25T01:01:00.800587 #3874292]  INFO -- : 	MFLAGS = -j4 --jobserver-auth=4,5
I, [2024-11-25T01:01:00.800604 #3874292]  INFO -- : 	RUSTC = rustc
I, [2024-11-25T01:01:00.800623 #3874292]  INFO -- : 	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
I, [2024-11-25T01:01:00.811193 #3874292]  INFO -- : gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
I, [2024-11-25T01:01:00.811289 #3874292]  INFO -- : Copyright (C) 2023 Free Software Foundation, Inc.
I, [2024-11-25T01:01:00.811312 #3874292]  INFO -- : This is free software; see the source for copying conditions.  There is NO
I, [2024-11-25T01:01:00.811332 #3874292]  INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I, [2024-11-25T01:01:00.811350 #3874292]  INFO -- : 
I, [2024-11-25T01:01:00.833381 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/main.c
I, [2024-11-25T01:01:00.859437 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/dmydln.c
I, [2024-11-25T01:01:00.870834 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/miniinit.c
I, [2024-11-25T01:01:00.880426 #3874292]  INFO -- : making dummy probes.h
I, [2024-11-25T01:01:00.900505 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ast.c
I, [2024-11-25T01:01:00.916510 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/bignum.c
I, [2024-11-25T01:01:00.924793 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/class.c
I, [2024-11-25T01:01:00.956512 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/compar.c
I, [2024-11-25T01:01:00.992477 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/compile.c
I, [2024-11-25T01:01:01.008456 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/complex.c
I, [2024-11-25T01:01:01.032600 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/cont.c
I, [2024-11-25T01:01:01.078009 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/debug.c
I, [2024-11-25T01:01:01.091452 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/debug_counter.c
I, [2024-11-25T01:01:01.103448 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/dir.c
I, [2024-11-25T01:01:01.115446 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/dln_find.c
I, [2024-11-25T01:01:01.128397 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/encoding.c
I, [2024-11-25T01:01:01.156487 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enum.c
I, [2024-11-25T01:01:01.181881 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enumerator.c
I, [2024-11-25T01:01:01.185834 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/error.c
I, [2024-11-25T01:01:01.227444 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/eval.c
I, [2024-11-25T01:01:01.252420 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/file.c
I, [2024-11-25T01:01:01.276358 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/gc.c
I, [2024-11-25T01:01:01.286228 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/hash.c
I, [2024-11-25T01:01:01.312991 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/inits.c
I, [2024-11-25T01:01:01.336415 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/imemo.c
I, [2024-11-25T01:01:01.352465 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/io.c
I, [2024-11-25T01:01:01.368390 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/io_buffer.c
I, [2024-11-25T01:01:01.385224 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/iseq.c
I, [2024-11-25T01:01:01.412716 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/load.c
I, [2024-11-25T01:01:01.432374 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/marshal.c
I, [2024-11-25T01:01:01.440332 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/math.c
I, [2024-11-25T01:01:01.467532 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/memory_view.c
I, [2024-11-25T01:01:01.480520 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/rjit.c
I, [2024-11-25T01:01:01.488383 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/rjit_c.c
I, [2024-11-25T01:01:01.514244 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/node.c
I, [2024-11-25T01:01:01.537484 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/node_dump.c
I, [2024-11-25T01:01:01.549336 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/numeric.c
I, [2024-11-25T01:01:01.553223 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/object.c
I, [2024-11-25T01:01:01.599987 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/pack.c
I, [2024-11-25T01:01:01.639582 #3874292]  INFO -- : compiling parse.c
I, [2024-11-25T01:01:01.663464 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/parser_st.c
I, [2024-11-25T01:01:01.686208 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/proc.c
I, [2024-11-25T01:01:01.697753 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/process.c
I, [2024-11-25T01:01:01.744405 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ractor.c
I, [2024-11-25T01:01:01.772439 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/random.c
I, [2024-11-25T01:01:01.808520 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/range.c
I, [2024-11-25T01:01:01.844376 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/rational.c
I, [2024-11-25T01:01:01.864543 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/re.c
I, [2024-11-25T01:01:01.888755 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/regcomp.c
I, [2024-11-25T01:01:01.919639 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/regenc.c
I, [2024-11-25T01:01:01.932535 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/regerror.c
I, [2024-11-25T01:01:01.947564 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/regexec.c
I, [2024-11-25T01:01:01.964471 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/regparse.c
I, [2024-11-25T01:01:01.980558 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/regsyntax.c
I, [2024-11-25T01:01:02.008444 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ruby.c
I, [2024-11-25T01:01:02.024522 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ruby_parser.c
I, [2024-11-25T01:01:02.080515 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/scheduler.c
I, [2024-11-25T01:01:02.093175 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/shape.c
I, [2024-11-25T01:01:02.120511 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/signal.c
I, [2024-11-25T01:01:02.148619 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/sprintf.c
I, [2024-11-25T01:01:02.165201 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/st.c
I, [2024-11-25T01:01:02.185290 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/strftime.c
I, [2024-11-25T01:01:02.206523 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/string.c
I, [2024-11-25T01:01:02.228499 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/struct.c
I, [2024-11-25T01:01:02.264480 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/symbol.c
I, [2024-11-25T01:01:02.280510 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/thread.c
I, [2024-11-25T01:01:02.321741 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/time.c
I, [2024-11-25T01:01:02.329436 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/transcode.c
I, [2024-11-25T01:01:02.360544 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/util.c
I, [2024-11-25T01:01:02.372471 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/variable.c
I, [2024-11-25T01:01:02.395301 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/version.c
I, [2024-11-25T01:01:02.445056 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/vm.c
I, [2024-11-25T01:01:02.555300 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/vm_backtrace.c
I, [2024-11-25T01:01:02.585016 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/vm_dump.c
I, [2024-11-25T01:01:02.614129 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/vm_sync.c
I, [2024-11-25T01:01:02.658738 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/vm_trace.c
I, [2024-11-25T01:01:02.721729 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/weakmap.c
I, [2024-11-25T01:01:02.795460 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/yjit.c
I, [2024-11-25T01:01:02.916545 #3874292]  INFO -- : building Rust YJIT (release mode)
I, [2024-11-25T01:01:03.156573 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/missing/setproctitle.c
I, [2024-11-25T01:01:03.176514 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/addr2line.c
I, [2024-11-25T01:01:03.196583 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/array.c
I, [2024-11-25T01:01:03.220433 #3874292]  INFO -- : compiling prism/api_node.c
I, [2024-11-25T01:01:03.267442 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/api_pack.c
I, [2024-11-25T01:01:03.300452 #3874292]  INFO -- : compiling prism/diagnostic.c
I, [2024-11-25T01:01:03.327460 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/encoding.c
I, [2024-11-25T01:01:03.360509 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/extension.c
I, [2024-11-25T01:01:03.402151 #3874292]  INFO -- : compiling prism/node.c
I, [2024-11-25T01:01:09.614575 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/options.c
I, [2024-11-25T01:01:09.640514 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/pack.c
I, [2024-11-25T01:01:09.680639 #3874292]  INFO -- : compiling prism/prettyprint.c
I, [2024-11-25T01:01:09.712474 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/regexp.c
I, [2024-11-25T01:01:09.744611 #3874292]  INFO -- : compiling prism/serialize.c
I, [2024-11-25T01:01:11.420603 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/static_literals.c
I, [2024-11-25T01:01:11.440556 #3874292]  INFO -- : compiling prism/token_type.c
I, [2024-11-25T01:01:11.455469 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/util/pm_buffer.c
I, [2024-11-25T01:01:11.496456 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/util/pm_char.c
I, [2024-11-25T01:01:11.516417 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/util/pm_constant_pool.c
I, [2024-11-25T01:01:11.549375 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/util/pm_integer.c
I, [2024-11-25T01:01:11.575441 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/util/pm_list.c
I, [2024-11-25T01:01:11.604399 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/util/pm_memchr.c
I, [2024-11-25T01:01:11.632574 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/util/pm_newline_list.c
I, [2024-11-25T01:01:11.652492 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/util/pm_string.c
I, [2024-11-25T01:01:11.680641 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/util/pm_strncasecmp.c
I, [2024-11-25T01:01:11.700622 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/util/pm_strpbrk.c
I, [2024-11-25T01:01:11.720780 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism/prism.c
I, [2024-11-25T01:01:11.768517 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/prism_init.c
I, [2024-11-25T01:01:11.803529 #3874292]  INFO -- : assembling /tmp/ruby/src/trunk-random1/coroutine/amd64/Context.S
I, [2024-11-25T01:01:11.824505 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/ascii.c
I, [2024-11-25T01:01:11.856692 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/us_ascii.c
I, [2024-11-25T01:01:11.880693 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/unicode.c
I, [2024-11-25T01:01:11.924507 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/utf_8.c
I, [2024-11-25T01:01:11.956481 #3874292]  INFO -- : compiling enc/trans/newline.c
I, [2024-11-25T01:01:35.783013 #3874292]  INFO -- : touch yjit/target/release/libyjit.a
I, [2024-11-25T01:01:35.784982 #3874292]  INFO -- : partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
I, [2024-11-25T01:01:38.132713 #3874292]  INFO -- : linking miniruby
I, [2024-11-25T01:01:39.532055 #3874292]  INFO -- : $$$[end] "make miniruby -j4" exit with 0.
I, [2024-11-25T01:01:39.532267 #3874292]  INFO -- : $$$[beg] make ruby -j4
I, [2024-11-25T01:01:39.635668 #3874292]  INFO -- : 	BASERUBY = /usr/bin/ruby --disable=gems
I, [2024-11-25T01:01:39.635753 #3874292]  INFO -- : 	CC = gcc
I, [2024-11-25T01:01:39.635773 #3874292]  INFO -- : 	LD = ld
I, [2024-11-25T01:01:39.635790 #3874292]  INFO -- : 	LDSHARED = gcc -shared
I, [2024-11-25T01:01:39.635808 #3874292]  INFO -- : 	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   -fPIC 
I, [2024-11-25T01:01:39.635841 #3874292]  INFO -- : 	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
I, [2024-11-25T01:01:39.635860 #3874292]  INFO -- : 	CPPFLAGS =   
I, [2024-11-25T01:01:39.635876 #3874292]  INFO -- : 	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
I, [2024-11-25T01:01:39.635892 #3874292]  INFO -- : 	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
I, [2024-11-25T01:01:39.635907 #3874292]  INFO -- : 	LANG = C.UTF-8
I, [2024-11-25T01:01:39.635923 #3874292]  INFO -- : 	LC_ALL = 
I, [2024-11-25T01:01:39.635939 #3874292]  INFO -- : 	LC_CTYPE = 
I, [2024-11-25T01:01:39.635954 #3874292]  INFO -- : 	MFLAGS = -j4 --jobserver-auth=4,5
I, [2024-11-25T01:01:39.635969 #3874292]  INFO -- : 	RUSTC = rustc
I, [2024-11-25T01:01:39.635985 #3874292]  INFO -- : 	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
I, [2024-11-25T01:01:39.660815 #3874292]  INFO -- : gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
I, [2024-11-25T01:01:39.660892 #3874292]  INFO -- : Copyright (C) 2023 Free Software Foundation, Inc.
I, [2024-11-25T01:01:39.660911 #3874292]  INFO -- : This is free software; see the source for copying conditions.  There is NO
I, [2024-11-25T01:01:39.660928 #3874292]  INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I, [2024-11-25T01:01:39.660945 #3874292]  INFO -- : 
I, [2024-11-25T01:01:39.678857 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/dln.c
I, [2024-11-25T01:01:39.681181 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/localeinit.c
I, [2024-11-25T01:01:39.682659 #3874292]  INFO -- : creating verconf.h
I, [2024-11-25T01:01:39.778055 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/dmyext.c
I, [2024-11-25T01:01:39.778563 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/dmyenc.c
I, [2024-11-25T01:01:39.821268 #3874292]  INFO -- : verconf.h updated
I, [2024-11-25T01:01:39.825537 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/loadpath.c
I, [2024-11-25T01:01:40.118580 #3874292]  INFO -- : builtin_binary.inc updated
I, [2024-11-25T01:01:40.124846 #3874292]  INFO -- : 5893ade8b90fdbf37d3c8eb7f62fa5c4931e3153a44fa88ae082138ee4b773f6  builtin_binary.inc
I, [2024-11-25T01:01:40.126728 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/builtin.c
I, [2024-11-25T01:01:40.151818 #3874292]  INFO -- : linking static-library libruby-static.a
I, [2024-11-25T01:01:48.801478 #3874292]  INFO -- : linking shared-library libruby.so.3.4.0
I, [2024-11-25T01:01:53.157764 #3874292]  INFO -- : linking ruby
I, [2024-11-25T01:01:53.250941 #3874292]  INFO -- : $$$[end] "make ruby -j4" exit with 0.
I, [2024-11-25T01:01:53.251160 #3874292]  INFO -- : $$$[beg] make all -j4
I, [2024-11-25T01:01:53.416312 #3874292]  INFO -- : 	BASERUBY = /usr/bin/ruby --disable=gems
I, [2024-11-25T01:01:53.416403 #3874292]  INFO -- : 	CC = gcc
I, [2024-11-25T01:01:53.416423 #3874292]  INFO -- : 	LD = ld
I, [2024-11-25T01:01:53.416438 #3874292]  INFO -- : 	LDSHARED = gcc -shared
I, [2024-11-25T01:01:53.416456 #3874292]  INFO -- : 	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   -fPIC 
I, [2024-11-25T01:01:53.416491 #3874292]  INFO -- : 	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
I, [2024-11-25T01:01:53.416512 #3874292]  INFO -- : 	CPPFLAGS =   
I, [2024-11-25T01:01:53.416531 #3874292]  INFO -- : 	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
I, [2024-11-25T01:01:53.416549 #3874292]  INFO -- : 	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
I, [2024-11-25T01:01:53.416567 #3874292]  INFO -- : 	LANG = C.UTF-8
I, [2024-11-25T01:01:53.416586 #3874292]  INFO -- : 	LC_ALL = 
I, [2024-11-25T01:01:53.416603 #3874292]  INFO -- : 	LC_CTYPE = 
I, [2024-11-25T01:01:53.416619 #3874292]  INFO -- : 	MFLAGS = -j4 --jobserver-auth=4,5
I, [2024-11-25T01:01:53.416635 #3874292]  INFO -- : 	RUSTC = rustc
I, [2024-11-25T01:01:53.416651 #3874292]  INFO -- : 	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
I, [2024-11-25T01:01:53.444167 #3874292]  INFO -- : gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
I, [2024-11-25T01:01:53.444245 #3874292]  INFO -- : Copyright (C) 2023 Free Software Foundation, Inc.
I, [2024-11-25T01:01:53.444269 #3874292]  INFO -- : This is free software; see the source for copying conditions.  There is NO
I, [2024-11-25T01:01:53.444287 #3874292]  INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I, [2024-11-25T01:01:53.444303 #3874292]  INFO -- : 
I, [2024-11-25T01:01:53.564122 #3874292]  INFO -- : generating encdb.h
I, [2024-11-25T01:01:53.575398 #3874292]  INFO -- : generating enc.mk
I, [2024-11-25T01:01:53.585640 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/array_spec.so
I, [2024-11-25T01:01:53.586299 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/basic_object_spec.so
I, [2024-11-25T01:01:53.638634 #3874292]  INFO -- : encdb.h updated
I, [2024-11-25T01:01:53.642916 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/bignum_spec.so
I, [2024-11-25T01:01:53.871758 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/binding_spec.so
I, [2024-11-25T01:01:53.995969 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/boolean_spec.so
I, [2024-11-25T01:01:54.060747 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
I, [2024-11-25T01:01:54.192566 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/class_spec.so
I, [2024-11-25T01:01:54.250444 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
I, [2024-11-25T01:01:54.298894 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/complex_spec.so
I, [2024-11-25T01:01:54.345023 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/constants_spec.so
I, [2024-11-25T01:01:54.560376 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/data_spec.so
I, [2024-11-25T01:01:54.636756 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/debug_spec.so
I, [2024-11-25T01:01:54.706525 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/encoding_spec.so
I, [2024-11-25T01:01:54.840124 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/enumerator_spec.so
I, [2024-11-25T01:01:54.872133 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/exception_spec.so
I, [2024-11-25T01:01:55.032815 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/fiber_spec.so
I, [2024-11-25T01:01:55.242436 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/file_spec.so
I, [2024-11-25T01:01:55.252512 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/fixnum_spec.so
I, [2024-11-25T01:01:55.417977 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/float_spec.so
I, [2024-11-25T01:01:55.457708 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/gc_spec.so
I, [2024-11-25T01:01:55.561477 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/hash_spec.so
I, [2024-11-25T01:01:55.561924 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/globals_spec.so
I, [2024-11-25T01:01:55.752555 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/integer_spec.so
I, [2024-11-25T01:01:55.839596 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/io_spec.so
I, [2024-11-25T01:01:55.927847 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/kernel_spec.so
I, [2024-11-25T01:01:55.964554 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/language_spec.so
I, [2024-11-25T01:01:56.129623 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/marshal_spec.so
I, [2024-11-25T01:01:56.281187 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/module_spec.so
I, [2024-11-25T01:01:56.397695 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
I, [2024-11-25T01:01:56.427640 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/mutex_spec.so
I, [2024-11-25T01:01:56.650500 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/numeric_spec.so
I, [2024-11-25T01:01:56.691373 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/object_spec.so
I, [2024-11-25T01:01:56.728935 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/proc_spec.so
I, [2024-11-25T01:01:56.748495 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/range_spec.so
I, [2024-11-25T01:01:57.033664 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/rational_spec.so
I, [2024-11-25T01:01:57.071025 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/rbasic_spec.so
I, [2024-11-25T01:01:57.126198 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/regexp_spec.so
I, [2024-11-25T01:01:57.366314 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/st_spec.so
I, [2024-11-25T01:01:57.398394 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/string_spec.so
I, [2024-11-25T01:01:57.401063 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/struct_spec.so
I, [2024-11-25T01:01:57.457396 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/symbol_spec.so
I, [2024-11-25T01:01:57.712556 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/thread_spec.so
I, [2024-11-25T01:01:57.715686 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/time_spec.so
I, [2024-11-25T01:01:57.879209 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/tracepoint_spec.so
I, [2024-11-25T01:01:57.993353 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/typed_data_spec.so
I, [2024-11-25T01:01:58.039773 #3874292]  INFO -- : building spec/ruby/optional/capi/ext/util_spec.so
I, [2024-11-25T01:01:58.159560 #3874292]  INFO -- : making enc
I, [2024-11-25T01:01:58.207142 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:01:58.209121 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/encdb.c
I, [2024-11-25T01:01:58.229897 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/big5.c
I, [2024-11-25T01:01:58.242484 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/cesu_8.c
I, [2024-11-25T01:01:58.255730 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/cp949.c
I, [2024-11-25T01:01:58.268245 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/emacs_mule.c
I, [2024-11-25T01:01:58.278104 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/euc_jp.c
I, [2024-11-25T01:01:58.281048 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/euc_kr.c
I, [2024-11-25T01:01:58.292869 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/euc_tw.c
I, [2024-11-25T01:01:58.305145 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/gb2312.c
I, [2024-11-25T01:01:58.316633 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/gb18030.c
I, [2024-11-25T01:01:58.328433 #3874292]  INFO -- : making srcs under enc
I, [2024-11-25T01:01:58.328943 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/gbk.c
I, [2024-11-25T01:01:58.341113 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_1.c
I, [2024-11-25T01:01:58.353954 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_2.c
I, [2024-11-25T01:01:58.366328 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_3.c
I, [2024-11-25T01:01:58.382077 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_4.c
I, [2024-11-25T01:01:58.388722 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_5.c
I, [2024-11-25T01:01:58.396067 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_6.c
I, [2024-11-25T01:01:58.403970 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_7.c
I, [2024-11-25T01:01:58.404823 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:01:58.404869 #3874292]  INFO -- : make[1]: Nothing to be done for 'srcs'.
I, [2024-11-25T01:01:58.404892 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:01:58.406477 #3874292]  INFO -- : generating transdb.h
I, [2024-11-25T01:01:58.414512 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_8.c
I, [2024-11-25T01:01:58.417555 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_9.c
I, [2024-11-25T01:01:58.429386 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_10.c
I, [2024-11-25T01:01:58.432816 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_11.c
I, [2024-11-25T01:01:58.444671 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_13.c
I, [2024-11-25T01:01:58.448722 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_14.c
I, [2024-11-25T01:01:58.460975 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_15.c
I, [2024-11-25T01:01:58.463582 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/iso_8859_16.c
I, [2024-11-25T01:01:58.479316 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/koi8_r.c
I, [2024-11-25T01:01:58.479796 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/koi8_u.c
I, [2024-11-25T01:01:58.492283 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/shift_jis.c
I, [2024-11-25T01:01:58.494869 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/utf_16be.c
I, [2024-11-25T01:01:58.508522 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/utf_16le.c
I, [2024-11-25T01:01:58.524738 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/utf_32be.c
I, [2024-11-25T01:01:58.541832 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/utf_32le.c
I, [2024-11-25T01:01:58.558685 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/windows_31j.c
I, [2024-11-25T01:01:58.645280 #3874292]  INFO -- : transdb.h updated
I, [2024-11-25T01:01:58.652657 #3874292]  INFO -- : generating makefiles ext/configure-ext.mk
I, [2024-11-25T01:01:58.730332 #3874292]  INFO -- : ext/configure-ext.mk updated
I, [2024-11-25T01:01:58.733993 #3874292]  INFO -- : making trans
I, [2024-11-25T01:01:58.781013 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:01:58.782144 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/transdb.c
I, [2024-11-25T01:01:58.804593 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/big5.c
I, [2024-11-25T01:01:58.866190 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/windows_1250.c
I, [2024-11-25T01:01:58.885558 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/windows_1251.c
I, [2024-11-25T01:01:58.901279 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/windows_1252.c
I, [2024-11-25T01:01:58.917150 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/windows_1253.c
I, [2024-11-25T01:01:58.933006 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/windows_1254.c
I, [2024-11-25T01:01:58.949653 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/windows_1257.c
I, [2024-11-25T01:01:58.966085 #3874292]  INFO -- : linking encoding encdb.so
I, [2024-11-25T01:01:59.049515 #3874292]  INFO -- : linking encoding big5.so
I, [2024-11-25T01:01:59.050911 #3874292]  INFO -- : linking encoding cesu_8.so
I, [2024-11-25T01:01:59.126246 #3874292]  INFO -- : linking encoding cp949.so
I, [2024-11-25T01:01:59.126496 #3874292]  INFO -- : linking encoding emacs_mule.so
I, [2024-11-25T01:01:59.133635 #3874292]  INFO -- : linking encoding euc_jp.so
I, [2024-11-25T01:01:59.203442 #3874292]  INFO -- : linking encoding euc_kr.so
I, [2024-11-25T01:01:59.207986 #3874292]  INFO -- : linking encoding euc_tw.so
I, [2024-11-25T01:01:59.209793 #3874292]  INFO -- : linking encoding gb2312.so
I, [2024-11-25T01:01:59.283942 #3874292]  INFO -- : linking encoding gb18030.so
I, [2024-11-25T01:01:59.284338 #3874292]  INFO -- : linking encoding gbk.so
I, [2024-11-25T01:01:59.289796 #3874292]  INFO -- : linking encoding iso_8859_1.so
I, [2024-11-25T01:01:59.362863 #3874292]  INFO -- : linking encoding iso_8859_2.so
I, [2024-11-25T01:01:59.369263 #3874292]  INFO -- : linking encoding iso_8859_3.so
I, [2024-11-25T01:01:59.371111 #3874292]  INFO -- : linking encoding iso_8859_4.so
I, [2024-11-25T01:01:59.446198 #3874292]  INFO -- : linking encoding iso_8859_5.so
I, [2024-11-25T01:01:59.451046 #3874292]  INFO -- : linking encoding iso_8859_6.so
I, [2024-11-25T01:01:59.456390 #3874292]  INFO -- : linking encoding iso_8859_7.so
I, [2024-11-25T01:01:59.530499 #3874292]  INFO -- : linking encoding iso_8859_8.so
I, [2024-11-25T01:01:59.537393 #3874292]  INFO -- : linking encoding iso_8859_9.so
I, [2024-11-25T01:01:59.544815 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/cesu_8.c
I, [2024-11-25T01:01:59.609278 #3874292]  INFO -- : linking encoding iso_8859_10.so
I, [2024-11-25T01:01:59.617927 #3874292]  INFO -- : linking encoding iso_8859_11.so
I, [2024-11-25T01:01:59.626229 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/cesu_8.c ...
I, [2024-11-25T01:01:59.632922 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/chinese.c
I, [2024-11-25T01:01:59.694149 #3874292]  INFO -- : linking encoding iso_8859_13.so
I, [2024-11-25T01:01:59.704815 #3874292]  INFO -- : linking encoding iso_8859_14.so
I, [2024-11-25T01:01:59.778964 #3874292]  INFO -- : linking encoding iso_8859_15.so
I, [2024-11-25T01:01:59.788596 #3874292]  INFO -- : linking encoding iso_8859_16.so
I, [2024-11-25T01:01:59.867624 #3874292]  INFO -- : linking encoding koi8_r.so
I, [2024-11-25T01:01:59.885477 #3874292]  INFO -- : linking encoding koi8_u.so
I, [2024-11-25T01:01:59.947258 #3874292]  INFO -- : linking encoding shift_jis.so
I, [2024-11-25T01:01:59.961480 #3874292]  INFO -- : linking encoding utf_16be.so
I, [2024-11-25T01:02:00.021289 #3874292]  INFO -- : linking encoding utf_16le.so
I, [2024-11-25T01:02:00.055725 #3874292]  INFO -- : linking encoding utf_32be.so
I, [2024-11-25T01:02:00.101021 #3874292]  INFO -- : linking encoding utf_32le.so
I, [2024-11-25T01:02:00.130683 #3874292]  INFO -- : linking encoding windows_31j.so
I, [2024-11-25T01:02:00.176858 #3874292]  INFO -- : linking encoding windows_1250.so
I, [2024-11-25T01:02:00.208180 #3874292]  INFO -- : linking encoding windows_1251.so
I, [2024-11-25T01:02:00.257770 #3874292]  INFO -- : linking encoding windows_1252.so
I, [2024-11-25T01:02:00.289379 #3874292]  INFO -- : linking encoding windows_1253.so
I, [2024-11-25T01:02:00.328579 #3874292]  INFO -- : linking encoding windows_1254.so
I, [2024-11-25T01:02:00.374968 #3874292]  INFO -- : linking encoding windows_1257.so
I, [2024-11-25T01:02:00.412370 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/ebcdic.c
I, [2024-11-25T01:02:00.457997 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:02:00.461001 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:02:00.501660 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/ebcdic.c ...
I, [2024-11-25T01:02:00.507752 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/emoji.c
I, [2024-11-25T01:02:00.545180 #3874292]  INFO -- : configuring -test-/RUBY_ALIGNOF
I, [2024-11-25T01:02:00.559962 #3874292]  INFO -- : configuring -test-/abi
I, [2024-11-25T01:02:00.565411 #3874292]  INFO -- : configuring -test-/arith_seq/beg_len_step
I, [2024-11-25T01:02:00.572259 #3874292]  INFO -- : configuring -test-/arith_seq/extract
I, [2024-11-25T01:02:00.576406 #3874292]  INFO -- : configuring -test-/array/concat
I, [2024-11-25T01:02:00.580426 #3874292]  INFO -- : configuring -test-/array/resize
I, [2024-11-25T01:02:00.586385 #3874292]  INFO -- : configuring -test-/asan
I, [2024-11-25T01:02:00.589553 #3874292]  INFO -- : configuring -test-/bignum
I, [2024-11-25T01:02:00.598726 #3874292]  INFO -- : configuring -test-/bug-14834
I, [2024-11-25T01:02:00.605170 #3874292]  INFO -- : configuring -test-/bug-3571
I, [2024-11-25T01:02:00.609699 #3874292]  INFO -- : configuring -test-/bug-5832
I, [2024-11-25T01:02:00.613656 #3874292]  INFO -- : configuring -test-/bug_reporter
I, [2024-11-25T01:02:00.617610 #3874292]  INFO -- : configuring -test-/class
I, [2024-11-25T01:02:00.624099 #3874292]  INFO -- : configuring -test-/cxxanyargs
I, [2024-11-25T01:02:00.635449 #3874292]  INFO -- : configuring -test-/debug
I, [2024-11-25T01:02:00.635523 #3874292]  INFO -- : configuring -test-/dln/empty
I, [2024-11-25T01:02:00.641019 #3874292]  INFO -- : configuring -test-/econv
I, [2024-11-25T01:02:00.645926 #3874292]  INFO -- : configuring -test-/ensure_and_callcc
I, [2024-11-25T01:02:00.650297 #3874292]  INFO -- : configuring -test-/enumerator_kw
I, [2024-11-25T01:02:00.654957 #3874292]  INFO -- : configuring -test-/eval
I, [2024-11-25T01:02:00.657187 #3874292]  INFO -- : configuring -test-/exception
I, [2024-11-25T01:02:00.664367 #3874292]  INFO -- : configuring -test-/fatal
I, [2024-11-25T01:02:00.671693 #3874292]  INFO -- : configuring -test-/file
I, [2024-11-25T01:02:00.832017 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/emoji.c ...
I, [2024-11-25T01:02:00.838267 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/emoji_iso2022_kddi.c
I, [2024-11-25T01:02:00.879577 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/chinese.c ...
I, [2024-11-25T01:02:00.890481 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_docomo.c
I, [2024-11-25T01:02:01.482178 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/emoji_iso2022_kddi.c ...
I, [2024-11-25T01:02:01.490847 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_kddi.c
I, [2024-11-25T01:02:01.695005 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_docomo.c ...
I, [2024-11-25T01:02:01.703270 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_softbank.c
I, [2024-11-25T01:02:02.255755 #3874292]  INFO -- : configuring -test-/float
I, [2024-11-25T01:02:02.262024 #3874292]  INFO -- : configuring -test-/funcall
I, [2024-11-25T01:02:02.266961 #3874292]  INFO -- : configuring -test-/gvl/call_without_gvl
I, [2024-11-25T01:02:02.267523 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_kddi.c ...
I, [2024-11-25T01:02:02.271122 #3874292]  INFO -- : configuring -test-/hash
I, [2024-11-25T01:02:02.276206 #3874292]  INFO -- : configuring -test-/integer
I, [2024-11-25T01:02:02.276319 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/escape.c
I, [2024-11-25T01:02:02.283913 #3874292]  INFO -- : configuring -test-/iseq_load
I, [2024-11-25T01:02:02.287990 #3874292]  INFO -- : configuring -test-/iter
I, [2024-11-25T01:02:02.292080 #3874292]  INFO -- : configuring -test-/load/dot.dot
I, [2024-11-25T01:02:02.296773 #3874292]  INFO -- : configuring -test-/load/protect
I, [2024-11-25T01:02:02.299450 #3874292]  INFO -- : configuring -test-/load/resolve_symbol_resolver
I, [2024-11-25T01:02:02.301711 #3874292]  INFO -- : configuring -test-/load/resolve_symbol_target
I, [2024-11-25T01:02:02.303504 #3874292]  INFO -- : configuring -test-/load/stringify_symbols
I, [2024-11-25T01:02:02.305336 #3874292]  INFO -- : configuring -test-/load/stringify_target
I, [2024-11-25T01:02:02.307155 #3874292]  INFO -- : configuring -test-/marshal/compat
I, [2024-11-25T01:02:02.310411 #3874292]  INFO -- : configuring -test-/marshal/internal_ivar
I, [2024-11-25T01:02:02.313700 #3874292]  INFO -- : configuring -test-/marshal/usr
I, [2024-11-25T01:02:02.317678 #3874292]  INFO -- : configuring -test-/memory_status
I, [2024-11-25T01:02:02.319906 #3874292]  INFO -- : configuring -test-/memory_view
I, [2024-11-25T01:02:02.324143 #3874292]  INFO -- : configuring -test-/method
I, [2024-11-25T01:02:02.330469 #3874292]  INFO -- : configuring -test-/notimplement
I, [2024-11-25T01:02:02.335026 #3874292]  INFO -- : configuring -test-/num2int
I, [2024-11-25T01:02:02.338890 #3874292]  INFO -- : configuring -test-/path_to_class
I, [2024-11-25T01:02:02.342889 #3874292]  INFO -- : configuring -test-/popen_deadlock
I, [2024-11-25T01:02:02.343591 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/escape.c ...
I, [2024-11-25T01:02:02.346032 #3874292]  INFO -- : configuring -test-/postponed_job
I, [2024-11-25T01:02:02.348447 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/gb18030.c
I, [2024-11-25T01:02:02.350101 #3874292]  INFO -- : configuring -test-/printf
I, [2024-11-25T01:02:02.353247 #3874292]  INFO -- : configuring -test-/proc
I, [2024-11-25T01:02:02.357011 #3874292]  INFO -- : configuring -test-/public_header_warnings
I, [2024-11-25T01:02:02.388303 #3874292]  INFO -- : configuring -test-/random
I, [2024-11-25T01:02:02.394839 #3874292]  INFO -- : configuring -test-/rational
I, [2024-11-25T01:02:02.399452 #3874292]  INFO -- : configuring -test-/rb_call_super_kw
I, [2024-11-25T01:02:02.403244 #3874292]  INFO -- : configuring -test-/recursion
I, [2024-11-25T01:02:02.407027 #3874292]  INFO -- : configuring -test-/regexp
I, [2024-11-25T01:02:02.413772 #3874292]  INFO -- : configuring -test-/scan_args
I, [2024-11-25T01:02:02.418575 #3874292]  INFO -- : configuring -test-/st/foreach
I, [2024-11-25T01:02:02.422509 #3874292]  INFO -- : configuring -test-/st/numhash
I, [2024-11-25T01:02:02.426275 #3874292]  INFO -- : configuring -test-/st/update
I, [2024-11-25T01:02:02.430075 #3874292]  INFO -- : configuring -test-/string
I, [2024-11-25T01:02:02.445105 #3874292]  INFO -- : configuring -test-/struct
I, [2024-11-25T01:02:02.450946 #3874292]  INFO -- : configuring -test-/symbol
I, [2024-11-25T01:02:02.535874 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_softbank.c ...
I, [2024-11-25T01:02:02.544926 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/gbk.c
I, [2024-11-25T01:02:02.928408 #3874292]  INFO -- : configuring -test-/thread/id
I, [2024-11-25T01:02:03.223592 #3874292]  INFO -- : configuring -test-/thread/instrumentation
I, [2024-11-25T01:02:03.228207 #3874292]  INFO -- : configuring -test-/thread/lock_native_thread
I, [2024-11-25T01:02:03.230869 #3874292]  INFO -- : configuring -test-/thread_fd
I, [2024-11-25T01:02:03.234783 #3874292]  INFO -- : configuring -test-/time
I, [2024-11-25T01:02:03.239958 #3874292]  INFO -- : configuring -test-/tracepoint
I, [2024-11-25T01:02:03.245294 #3874292]  INFO -- : configuring -test-/typeddata
I, [2024-11-25T01:02:03.248797 #3874292]  INFO -- : configuring -test-/vm
I, [2024-11-25T01:02:03.253048 #3874292]  INFO -- : configuring -test-/wait
I, [2024-11-25T01:02:03.337518 #3874292]  INFO -- : configuring cgi/escape
I, [2024-11-25T01:02:03.418028 #3874292]  INFO -- : configuring continuation
I, [2024-11-25T01:02:03.503310 #3874292]  INFO -- : configuring coverage
I, [2024-11-25T01:02:03.590762 #3874292]  INFO -- : configuring date
I, [2024-11-25T01:02:03.775609 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/gbk.c ...
I, [2024-11-25T01:02:03.787214 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/iso2022.c
I, [2024-11-25T01:02:03.874557 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/iso2022.c ...
I, [2024-11-25T01:02:03.879575 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/japanese.c
I, [2024-11-25T01:02:03.945735 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/japanese.c ...
I, [2024-11-25T01:02:03.950597 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/japanese_euc.c
I, [2024-11-25T01:02:04.536745 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/big5.c ...
I, [2024-11-25T01:02:04.557349 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/japanese_sjis.c
I, [2024-11-25T01:02:05.325815 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/gb18030.c ...
I, [2024-11-25T01:02:05.367444 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/korean.c
I, [2024-11-25T01:02:05.982146 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/japanese_sjis.c ...
I, [2024-11-25T01:02:06.016357 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/single_byte.c
I, [2024-11-25T01:02:06.659989 #3874292]  INFO -- : configuring digest
I, [2024-11-25T01:02:06.665016 #3874292]  INFO -- : configuring digest/bubblebabble
I, [2024-11-25T01:02:06.669934 #3874292]  INFO -- : configuring digest/md5
I, [2024-11-25T01:02:06.885602 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/single_byte.c ...
I, [2024-11-25T01:02:06.904457 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/utf8_mac.c
I, [2024-11-25T01:02:07.615430 #3874292]  INFO -- : configuring digest/rmd160
I, [2024-11-25T01:02:07.789110 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/korean.c ...
I, [2024-11-25T01:02:07.812689 #3874292]  INFO -- : generating table from /tmp/ruby/src/trunk-random1/enc/trans/utf_16_32.c
I, [2024-11-25T01:02:07.947462 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/utf_16_32.c ...
I, [2024-11-25T01:02:07.971983 #3874292]  INFO -- : linking transcoder transdb.so
I, [2024-11-25T01:02:07.979458 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/japanese_euc.c ...
I, [2024-11-25T01:02:08.003447 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/big5.c
I, [2024-11-25T01:02:08.082969 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/cesu_8.c
I, [2024-11-25T01:02:08.116420 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/chinese.c
I, [2024-11-25T01:02:08.148518 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/ebcdic.c
I, [2024-11-25T01:02:08.192593 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/emoji.c
I, [2024-11-25T01:02:08.227442 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/emoji_iso2022_kddi.c
I, [2024-11-25T01:02:08.252163 #3874292]  INFO -- : configuring erb/escape
I, [2024-11-25T01:02:08.269260 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_docomo.c
I, [2024-11-25T01:02:08.306745 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_kddi.c
I, [2024-11-25T01:02:08.311339 #3874292]  INFO -- : configuring digest/sha1
I, [2024-11-25T01:02:08.334413 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/emoji_sjis_softbank.c
I, [2024-11-25T01:02:08.365561 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/escape.c
I, [2024-11-25T01:02:08.400481 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/gb18030.c
I, [2024-11-25T01:02:08.432433 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/gbk.c
I, [2024-11-25T01:02:08.433802 #3874292]  INFO -- : configuring etc
I, [2024-11-25T01:02:08.464498 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/iso2022.c
I, [2024-11-25T01:02:08.527442 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/japanese.c
I, [2024-11-25T01:02:08.556441 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/japanese_euc.c
I, [2024-11-25T01:02:08.608602 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/japanese_sjis.c
I, [2024-11-25T01:02:08.636458 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/korean.c
I, [2024-11-25T01:02:08.704482 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/single_byte.c
I, [2024-11-25T01:02:08.752604 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/utf_16_32.c
I, [2024-11-25T01:02:08.779554 #3874292]  INFO -- : linking transcoder big5.so
I, [2024-11-25T01:02:08.795109 #3874292]  INFO -- : configuring digest/sha2
I, [2024-11-25T01:02:08.943669 #3874292]  INFO -- : linking transcoder cesu_8.so
I, [2024-11-25T01:02:09.073136 #3874292]  INFO -- : linking transcoder chinese.so
I, [2024-11-25T01:02:09.228564 #3874292]  INFO -- : linking transcoder ebcdic.so
I, [2024-11-25T01:02:09.360482 #3874292]  INFO -- : linking transcoder emoji.so
I, [2024-11-25T01:02:09.448506 #3874292]  INFO -- : linking transcoder emoji_iso2022_kddi.so
I, [2024-11-25T01:02:09.459441 #3874292]  INFO -- : generating /tmp/ruby/src/trunk-random1/enc/trans/utf8_mac.c ...
I, [2024-11-25T01:02:09.487441 #3874292]  INFO -- : linking transcoder emoji_sjis_docomo.so
I, [2024-11-25T01:02:09.519807 #3874292]  INFO -- : configuring fcntl
I, [2024-11-25T01:02:09.593026 #3874292]  INFO -- : linking transcoder emoji_sjis_kddi.so
I, [2024-11-25T01:02:09.618982 #3874292]  INFO -- : configuring fiddle
I, [2024-11-25T01:02:09.619977 #3874292]  INFO -- : linking transcoder emoji_sjis_softbank.so
I, [2024-11-25T01:02:09.736520 #3874292]  INFO -- : linking transcoder escape.so
I, [2024-11-25T01:02:09.768490 #3874292]  INFO -- : linking transcoder gb18030.so
I, [2024-11-25T01:02:09.880684 #3874292]  INFO -- : linking transcoder gbk.so
I, [2024-11-25T01:02:09.932519 #3874292]  INFO -- : linking transcoder iso2022.so
I, [2024-11-25T01:02:10.004331 #3874292]  INFO -- : linking transcoder japanese.so
I, [2024-11-25T01:02:10.214701 #3874292]  INFO -- : linking transcoder japanese_euc.so
I, [2024-11-25T01:02:10.227318 #3874292]  INFO -- : linking transcoder japanese_sjis.so
I, [2024-11-25T01:02:10.363476 #3874292]  INFO -- : linking transcoder korean.so
I, [2024-11-25T01:02:10.388780 #3874292]  INFO -- : linking transcoder single_byte.so
I, [2024-11-25T01:02:10.495462 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/utf8_mac.c
I, [2024-11-25T01:02:10.573535 #3874292]  INFO -- : linking transcoder utf_16_32.so
I, [2024-11-25T01:02:10.764319 #3874292]  INFO -- : configuring io/console
I, [2024-11-25T01:02:10.897504 #3874292]  INFO -- : linking transcoder utf8_mac.so
I, [2024-11-25T01:02:11.064215 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:02:11.072475 #3874292]  INFO -- : making encs
I, [2024-11-25T01:02:11.242491 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:02:11.242594 #3874292]  INFO -- : make[1]: Nothing to be done for 'encs'.
I, [2024-11-25T01:02:11.242650 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:02:11.359783 #3874292]  INFO -- : configuring json
I, [2024-11-25T01:02:11.364663 #3874292]  INFO -- : configuring json/generator
I, [2024-11-25T01:02:11.912544 #3874292]  INFO -- : configuring json/parser
I, [2024-11-25T01:02:18.994111 #3874292]  INFO -- : configuring monitor
I, [2024-11-25T01:02:19.104163 #3874292]  INFO -- : configuring objspace
I, [2024-11-25T01:02:19.231113 #3874292]  INFO -- : configuring openssl
I, [2024-11-25T01:02:20.840167 #3874292]  INFO -- : configuring pathname
I, [2024-11-25T01:02:20.944612 #3874292]  INFO -- : configuring psych
I, [2024-11-25T01:02:22.154940 #3874292]  INFO -- : configuring pty
I, [2024-11-25T01:02:23.263367 #3874292]  INFO -- : configuring rbconfig/sizeof
I, [2024-11-25T01:02:25.050246 #3874292]  INFO -- : configuring ripper
I, [2024-11-25T01:02:25.177776 #3874292]  INFO -- : configuring rubyvm
I, [2024-11-25T01:02:25.309983 #3874292]  INFO -- : configuring socket
I, [2024-11-25T01:02:26.572781 #3874292]  INFO -- : configuring io/nonblock
I, [2024-11-25T01:02:27.082188 #3874292]  INFO -- : configuring stringio
I, [2024-11-25T01:02:27.239439 #3874292]  INFO -- : configuring strscan
I, [2024-11-25T01:02:29.278788 #3874292]  INFO -- : configuring io/wait
I, [2024-11-25T01:02:32.529204 #3874292]  INFO -- : configuring zlib
I, [2024-11-25T01:02:33.869885 #3874292]  INFO -- : configuring bigdecimal-3.1.8/ext/bigdecimal
I, [2024-11-25T01:02:34.200766 #3874292]  INFO -- : configuring debug-1.9.2/ext/debug
I, [2024-11-25T01:02:34.284188 #3874292]  INFO -- : configuring nkf-0.2.0/ext/nkf
I, [2024-11-25T01:02:34.339916 #3874292]  INFO -- : configuring racc-1.8.1/ext/racc/cparse
I, [2024-11-25T01:02:34.397801 #3874292]  INFO -- : configuring rbs-3.6.1/ext/rbs_extension
I, [2024-11-25T01:02:34.724477 #3874292]  INFO -- : configuring syslog-0.1.2/ext/syslog
I, [2024-11-25T01:02:57.852552 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:02:57.854060 #3874292]  INFO -- : generating makefile exts.mk
I, [2024-11-25T01:02:57.907428 #3874292]  INFO -- : exts.mk updated
I, [2024-11-25T01:02:57.913868 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:02:57.918263 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/abi'
I, [2024-11-25T01:02:57.919107 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/RUBY_ALIGNOF'
I, [2024-11-25T01:02:57.919306 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/abi/abi.c
I, [2024-11-25T01:02:57.919851 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/RUBY_ALIGNOF/c.c
I, [2024-11-25T01:02:57.920764 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/arith_seq/beg_len_step'
I, [2024-11-25T01:02:57.920798 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/arith_seq/extract'
I, [2024-11-25T01:02:57.921540 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/arith_seq/extract/extract.c
I, [2024-11-25T01:02:57.921694 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
I, [2024-11-25T01:02:57.928522 #3874292]  INFO -- : linking shared-object -test-/abi.so
I, [2024-11-25T01:02:57.933552 #3874292]  INFO -- : linking shared-object -test-/RUBY_ALIGNOF.so
I, [2024-11-25T01:02:57.938107 #3874292]  INFO -- : linking shared-object -test-/arith_seq/beg_len_step.so
I, [2024-11-25T01:02:57.938385 #3874292]  INFO -- : linking shared-object -test-/arith_seq/extract.so
I, [2024-11-25T01:02:57.993707 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/abi'
I, [2024-11-25T01:02:57.999307 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/arith_seq/beg_len_step'
I, [2024-11-25T01:02:57.999463 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/arith_seq/extract'
I, [2024-11-25T01:02:58.000718 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/array/concat'
I, [2024-11-25T01:02:58.001583 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/array/concat/to_ary_concat.c
I, [2024-11-25T01:02:58.002180 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/asan'
I, [2024-11-25T01:02:58.002996 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/asan/asan.c
I, [2024-11-25T01:02:58.005519 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/array/resize'
I, [2024-11-25T01:02:58.006500 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/array/resize/resize.c
I, [2024-11-25T01:02:58.009365 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/RUBY_ALIGNOF'
I, [2024-11-25T01:02:58.016311 #3874292]  INFO -- : linking shared-object -test-/asan.so
I, [2024-11-25T01:02:58.017261 #3874292]  INFO -- : linking shared-object -test-/array/to_ary_concat.so
I, [2024-11-25T01:02:58.020658 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/bignum'
I, [2024-11-25T01:02:58.021479 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/big2str.c
I, [2024-11-25T01:02:58.021846 #3874292]  INFO -- : linking shared-object -test-/array/resize.so
I, [2024-11-25T01:02:58.034345 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/bigzero.c
I, [2024-11-25T01:02:58.049969 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/div.c
I, [2024-11-25T01:02:58.062442 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/init.c
I, [2024-11-25T01:02:58.070242 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/asan'
I, [2024-11-25T01:02:58.074105 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/intpack.c
I, [2024-11-25T01:02:58.076967 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-14834'
I, [2024-11-25T01:02:58.077975 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bug-14834/bug-14834.c
I, [2024-11-25T01:02:58.083815 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/array/resize'
I, [2024-11-25T01:02:58.087833 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/mul.c
I, [2024-11-25T01:02:58.090638 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-3571'
I, [2024-11-25T01:02:58.091177 #3874292]  INFO -- : linking shared-object -test-/bug_14834.so
I, [2024-11-25T01:02:58.091413 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bug-3571/bug.c
I, [2024-11-25T01:02:58.095720 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/array/concat'
I, [2024-11-25T01:02:58.099061 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bignum/str2big.c
I, [2024-11-25T01:02:58.102457 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-5832'
I, [2024-11-25T01:02:58.103412 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bug-5832/bug.c
I, [2024-11-25T01:02:58.106034 #3874292]  INFO -- : linking shared-object -test-/bug_3571.so
I, [2024-11-25T01:02:58.114911 #3874292]  INFO -- : linking shared-object -test-/bignum.so
I, [2024-11-25T01:02:58.116480 #3874292]  INFO -- : linking shared-object -test-/bug_5832.so
I, [2024-11-25T01:02:58.144086 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-14834'
I, [2024-11-25T01:02:58.149465 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug_reporter'
I, [2024-11-25T01:02:58.150519 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/bug_reporter/bug_reporter.c
I, [2024-11-25T01:02:58.163415 #3874292]  INFO -- : linking shared-object -test-/bug_reporter.so
I, [2024-11-25T01:02:58.177004 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-3571'
I, [2024-11-25T01:02:58.184099 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/class'
I, [2024-11-25T01:02:58.184977 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/class/class2name.c
I, [2024-11-25T01:02:58.185351 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug-5832'
I, [2024-11-25T01:02:58.189814 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/bignum'
I, [2024-11-25T01:02:58.195342 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/dln/empty'
I, [2024-11-25T01:02:58.196250 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/dln/empty/empty.c
I, [2024-11-25T01:02:58.196322 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/debug'
I, [2024-11-25T01:02:58.197190 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/debug/init.c
I, [2024-11-25T01:02:58.199280 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/class/init.c
I, [2024-11-25T01:02:58.211453 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/debug/inspector.c
I, [2024-11-25T01:02:58.213802 #3874292]  INFO -- : linking shared-object -test-/dln/empty.so
I, [2024-11-25T01:02:58.215107 #3874292]  INFO -- : linking shared-object -test-/class.so
I, [2024-11-25T01:02:58.220620 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/bug_reporter'
I, [2024-11-25T01:02:58.223043 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/econv'
I, [2024-11-25T01:02:58.223820 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/econv/append.c
I, [2024-11-25T01:02:58.226728 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/debug/profile_frames.c
I, [2024-11-25T01:02:58.236682 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/econv/init.c
I, [2024-11-25T01:02:58.243759 #3874292]  INFO -- : linking shared-object -test-/debug.so
I, [2024-11-25T01:02:58.250133 #3874292]  INFO -- : linking shared-object -test-/econv.so
I, [2024-11-25T01:02:58.285031 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/dln/empty'
I, [2024-11-25T01:02:58.288457 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/ensure_and_callcc'
I, [2024-11-25T01:02:58.289626 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/ensure_and_callcc/ensure_and_callcc.c
I, [2024-11-25T01:02:58.293061 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/class'
I, [2024-11-25T01:02:58.300378 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/enumerator_kw'
I, [2024-11-25T01:02:58.301424 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/enumerator_kw/enumerator_kw.c
I, [2024-11-25T01:02:58.305889 #3874292]  INFO -- : linking shared-object -test-/ensure_and_callcc.so
I, [2024-11-25T01:02:58.314926 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/debug'
I, [2024-11-25T01:02:58.317725 #3874292]  INFO -- : linking shared-object -test-/enumerator_kw.so
I, [2024-11-25T01:02:58.317999 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/eval'
I, [2024-11-25T01:02:58.318873 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/eval/eval.c
I, [2024-11-25T01:02:58.326966 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/econv'
I, [2024-11-25T01:02:58.334589 #3874292]  INFO -- : linking shared-object -test-/eval.so
I, [2024-11-25T01:02:58.335733 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/exception'
I, [2024-11-25T01:02:58.336662 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/exception/dataerror.c
I, [2024-11-25T01:02:58.351784 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/exception/enc_raise.c
I, [2024-11-25T01:02:58.367468 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/ensure_and_callcc'
I, [2024-11-25T01:02:58.367558 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/exception/ensured.c
I, [2024-11-25T01:02:58.375818 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/fatal'
I, [2024-11-25T01:02:58.376383 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/enumerator_kw'
I, [2024-11-25T01:02:58.376863 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/fatal/init.c
I, [2024-11-25T01:02:58.381072 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/exception/init.c
I, [2024-11-25T01:02:58.385667 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/file'
I, [2024-11-25T01:02:58.386600 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/file/fs.c
I, [2024-11-25T01:02:58.390261 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/fatal/invalid.c
I, [2024-11-25T01:02:58.395707 #3874292]  INFO -- : linking shared-object -test-/exception.so
I, [2024-11-25T01:02:58.396806 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/eval'
I, [2024-11-25T01:02:58.401128 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/fatal/rb_fatal.c
I, [2024-11-25T01:02:58.402950 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/file/init.c
I, [2024-11-25T01:02:58.404452 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/float'
I, [2024-11-25T01:02:58.405410 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/float/init.c
I, [2024-11-25T01:02:58.416999 #3874292]  INFO -- : linking shared-object -test-/fatal.so
I, [2024-11-25T01:02:58.417082 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/file/newline_conv.c
I, [2024-11-25T01:02:58.419656 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/float/nextafter.c
I, [2024-11-25T01:02:58.432352 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/file/stat.c
I, [2024-11-25T01:02:58.432419 #3874292]  INFO -- : linking shared-object -test-/float.so
I, [2024-11-25T01:02:58.447885 #3874292]  INFO -- : linking shared-object -test-/file.so
I, [2024-11-25T01:02:58.483069 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/fatal'
I, [2024-11-25T01:02:58.484779 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/exception'
I, [2024-11-25T01:02:58.490410 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/gvl/call_without_gvl'
I, [2024-11-25T01:02:58.491332 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
I, [2024-11-25T01:02:58.496759 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/funcall'
I, [2024-11-25T01:02:58.497922 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/funcall/funcall.c
I, [2024-11-25T01:02:58.507270 #3874292]  INFO -- : linking shared-object -test-/gvl/call_without_gvl.so
I, [2024-11-25T01:02:58.508034 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/float'
I, [2024-11-25T01:02:58.514003 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/hash'
I, [2024-11-25T01:02:58.514150 #3874292]  INFO -- : linking shared-object -test-/funcall.so
I, [2024-11-25T01:02:58.514841 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/hash/delete.c
I, [2024-11-25T01:02:58.528286 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/file'
I, [2024-11-25T01:02:58.529763 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/hash/init.c
I, [2024-11-25T01:02:58.536126 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/integer'
I, [2024-11-25T01:02:58.537189 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/integer/core_ext.c
I, [2024-11-25T01:02:58.546590 #3874292]  INFO -- : linking shared-object -test-/hash.so
I, [2024-11-25T01:02:58.556218 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/integer/init.c
I, [2024-11-25T01:02:58.564744 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/gvl/call_without_gvl'
I, [2024-11-25T01:02:58.569024 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/integer/my_integer.c
I, [2024-11-25T01:02:58.570673 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/iseq_load'
I, [2024-11-25T01:02:58.571402 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/iseq_load/iseq_load.c
I, [2024-11-25T01:02:58.582129 #3874292]  INFO -- : linking shared-object -test-/integer.so
I, [2024-11-25T01:02:58.584283 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/funcall'
I, [2024-11-25T01:02:58.584630 #3874292]  INFO -- : linking shared-object -test-/iseq_load.so
I, [2024-11-25T01:02:58.592481 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/iter'
I, [2024-11-25T01:02:58.593442 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/iter/break.c
I, [2024-11-25T01:02:58.608857 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/iter/init.c
I, [2024-11-25T01:02:58.623248 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/iter/yield.c
I, [2024-11-25T01:02:58.625873 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/hash'
I, [2024-11-25T01:02:58.632807 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/dot.dot'
I, [2024-11-25T01:02:58.633818 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/dot.dot/dot.dot.c
I, [2024-11-25T01:02:58.638355 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/iseq_load'
I, [2024-11-25T01:02:58.639553 #3874292]  INFO -- : linking shared-object -test-/iter.so
I, [2024-11-25T01:02:58.644207 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/protect'
I, [2024-11-25T01:02:58.645026 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/protect/protect.c
I, [2024-11-25T01:02:58.651799 #3874292]  INFO -- : linking shared-object -test-/load/dot.dot.so
I, [2024-11-25T01:02:58.659630 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/integer'
I, [2024-11-25T01:02:58.662745 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/resolve_symbol_resolver'
I, [2024-11-25T01:02:58.662862 #3874292]  INFO -- : linking shared-object -test-/load/protect.so
I, [2024-11-25T01:02:58.663659 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
I, [2024-11-25T01:02:58.680542 #3874292]  INFO -- : linking shared-object -test-/load/resolve_symbol_resolver.so
I, [2024-11-25T01:02:58.717782 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/dot.dot'
I, [2024-11-25T01:02:58.718212 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/iter'
I, [2024-11-25T01:02:58.721087 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/resolve_symbol_target'
I, [2024-11-25T01:02:58.721764 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/stringify_symbols'
I, [2024-11-25T01:02:58.722062 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
I, [2024-11-25T01:02:58.722625 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/stringify_symbols/stringify_symbols.c
I, [2024-11-25T01:02:58.728494 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/protect'
I, [2024-11-25T01:02:58.732063 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/stringify_target'
I, [2024-11-25T01:02:58.733040 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/load/stringify_target/stringify_target.c
I, [2024-11-25T01:02:58.735173 #3874292]  INFO -- : linking shared-object -test-/load/resolve_symbol_target.so
I, [2024-11-25T01:02:58.738013 #3874292]  INFO -- : linking shared-object -test-/load/stringify_symbols.so
I, [2024-11-25T01:02:58.740010 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/resolve_symbol_resolver'
I, [2024-11-25T01:02:58.745477 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/compat'
I, [2024-11-25T01:02:58.746201 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/marshal/compat/usrcompat.c
I, [2024-11-25T01:02:58.747528 #3874292]  INFO -- : linking shared-object -test-/load/stringify_target.so
I, [2024-11-25T01:02:58.760971 #3874292]  INFO -- : linking shared-object -test-/marshal/compat.so
I, [2024-11-25T01:02:58.806169 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/stringify_target'
I, [2024-11-25T01:02:58.810638 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/resolve_symbol_target'
I, [2024-11-25T01:02:58.811899 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/internal_ivar'
I, [2024-11-25T01:02:58.812792 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/marshal/internal_ivar/internal_ivar.c
I, [2024-11-25T01:02:58.813530 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/load/stringify_symbols'
I, [2024-11-25T01:02:58.814382 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/compat'
I, [2024-11-25T01:02:58.817787 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/usr'
I, [2024-11-25T01:02:58.818690 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/marshal/usr/usrmarshal.c
I, [2024-11-25T01:02:58.820147 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/memory_view'
I, [2024-11-25T01:02:58.821068 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/memory_view/memory_view.c
I, [2024-11-25T01:02:58.821467 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/method'
I, [2024-11-25T01:02:58.822217 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/method/arity.c
I, [2024-11-25T01:02:58.826911 #3874292]  INFO -- : linking shared-object -test-/marshal/internal_ivar.so
I, [2024-11-25T01:02:58.832861 #3874292]  INFO -- : linking shared-object -test-/marshal/usr.so
I, [2024-11-25T01:02:58.833033 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/method/init.c
I, [2024-11-25T01:02:58.837329 #3874292]  INFO -- : linking shared-object -test-/memory_view.so
I, [2024-11-25T01:02:58.846104 #3874292]  INFO -- : linking shared-object -test-/method.so
I, [2024-11-25T01:02:58.894113 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/usr'
I, [2024-11-25T01:02:58.896895 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/memory_view'
I, [2024-11-25T01:02:58.897125 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/marshal/internal_ivar'
I, [2024-11-25T01:02:58.900293 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/notimplement'
I, [2024-11-25T01:02:58.901221 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/notimplement/bug.c
I, [2024-11-25T01:02:58.903228 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/num2int'
I, [2024-11-25T01:02:58.903918 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/path_to_class'
I, [2024-11-25T01:02:58.904136 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/num2int/num2int.c
I, [2024-11-25T01:02:58.904886 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/path_to_class/path_to_class.c
I, [2024-11-25T01:02:58.914097 #3874292]  INFO -- : linking shared-object -test-/notimplement.so
I, [2024-11-25T01:02:58.917420 #3874292]  INFO -- : linking shared-object -test-/num2int.so
I, [2024-11-25T01:02:58.921334 #3874292]  INFO -- : linking shared-object -test-/path_to_class.so
I, [2024-11-25T01:02:58.921787 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/method'
I, [2024-11-25T01:02:58.929545 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/popen_deadlock'
I, [2024-11-25T01:02:58.930464 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
I, [2024-11-25T01:02:58.950245 #3874292]  INFO -- : linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
I, [2024-11-25T01:02:58.970033 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/num2int'
I, [2024-11-25T01:02:58.976681 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/postponed_job'
I, [2024-11-25T01:02:58.976788 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/notimplement'
I, [2024-11-25T01:02:58.977699 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/postponed_job/postponed_job.c
I, [2024-11-25T01:02:58.983130 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/printf'
I, [2024-11-25T01:02:58.984244 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/printf/printf.c
I, [2024-11-25T01:02:58.988492 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/path_to_class'
I, [2024-11-25T01:02:58.990729 #3874292]  INFO -- : linking shared-object -test-/postponed_job.so
I, [2024-11-25T01:02:58.996743 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/proc'
I, [2024-11-25T01:02:58.997730 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/proc/init.c
I, [2024-11-25T01:02:59.000979 #3874292]  INFO -- : linking shared-object -test-/printf.so
I, [2024-11-25T01:02:59.012002 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/proc/receiver.c
I, [2024-11-25T01:02:59.014994 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/popen_deadlock'
I, [2024-11-25T01:02:59.026606 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/proc/super.c
I, [2024-11-25T01:02:59.028018 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/random'
I, [2024-11-25T01:02:59.028916 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/random/bad_version.c
I, [2024-11-25T01:02:59.042786 #3874292]  INFO -- : linking shared-object -test-/proc.so
I, [2024-11-25T01:02:59.043591 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/random/init.c
I, [2024-11-25T01:02:59.048918 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/postponed_job'
I, [2024-11-25T01:02:59.057210 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/rational'
I, [2024-11-25T01:02:59.058229 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/rational/rat.c
I, [2024-11-25T01:02:59.058281 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/random/loop.c
I, [2024-11-25T01:02:59.062728 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/printf'
I, [2024-11-25T01:02:59.068291 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/rb_call_super_kw'
I, [2024-11-25T01:02:59.069366 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
I, [2024-11-25T01:02:59.074418 #3874292]  INFO -- : linking shared-object -test-/random.so
I, [2024-11-25T01:02:59.082000 #3874292]  INFO -- : linking shared-object -test-/rational.so
I, [2024-11-25T01:02:59.082509 #3874292]  INFO -- : linking shared-object -test-/rb_call_super_kw.so
I, [2024-11-25T01:02:59.114987 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/proc'
I, [2024-11-25T01:02:59.120984 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/recursion'
I, [2024-11-25T01:02:59.122058 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/recursion/recursion.c
I, [2024-11-25T01:02:59.135475 #3874292]  INFO -- : linking shared-object -test-/recursion.so
I, [2024-11-25T01:02:59.137085 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/rb_call_super_kw'
I, [2024-11-25T01:02:59.142905 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/regexp'
I, [2024-11-25T01:02:59.143640 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/regexp/init.c
I, [2024-11-25T01:02:59.155117 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/regexp/parse_depth_limit.c
I, [2024-11-25T01:02:59.157309 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/random'
I, [2024-11-25T01:02:59.159857 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/rational'
I, [2024-11-25T01:02:59.164175 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/scan_args'
I, [2024-11-25T01:02:59.165287 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/scan_args/scan_args.c
I, [2024-11-25T01:02:59.166645 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/foreach'
I, [2024-11-25T01:02:59.167390 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/st/foreach/foreach.c
I, [2024-11-25T01:02:59.167795 #3874292]  INFO -- : linking shared-object -test-/regexp.so
I, [2024-11-25T01:02:59.181215 #3874292]  INFO -- : linking shared-object -test-/scan_args.so
I, [2024-11-25T01:02:59.182669 #3874292]  INFO -- : linking shared-object -test-/st/foreach.so
I, [2024-11-25T01:02:59.184924 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/recursion'
I, [2024-11-25T01:02:59.191545 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/numhash'
I, [2024-11-25T01:02:59.192346 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/st/numhash/numhash.c
I, [2024-11-25T01:02:59.205579 #3874292]  INFO -- : linking shared-object -test-/st/numhash.so
I, [2024-11-25T01:02:59.229038 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/regexp'
I, [2024-11-25T01:02:59.234621 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/update'
I, [2024-11-25T01:02:59.235679 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/st/update/update.c
I, [2024-11-25T01:02:59.244244 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/foreach'
I, [2024-11-25T01:02:59.249546 #3874292]  INFO -- : linking shared-object -test-/st/update.so
I, [2024-11-25T01:02:59.254413 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/scan_args'
I, [2024-11-25T01:02:59.257689 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/numhash'
I, [2024-11-25T01:02:59.259533 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/string'
I, [2024-11-25T01:02:59.260422 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/capacity.c
I, [2024-11-25T01:02:59.264125 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/struct'
I, [2024-11-25T01:02:59.264471 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/symbol'
I, [2024-11-25T01:02:59.265067 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/struct/data.c
I, [2024-11-25T01:02:59.265359 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/symbol/init.c
I, [2024-11-25T01:02:59.275785 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/coderange.c
I, [2024-11-25T01:02:59.279364 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/symbol/type.c
I, [2024-11-25T01:02:59.279464 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/struct/duplicate.c
I, [2024-11-25T01:02:59.291455 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/cstr.c
I, [2024-11-25T01:02:59.293887 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/struct/init.c
I, [2024-11-25T01:02:59.294841 #3874292]  INFO -- : linking shared-object -test-/symbol.so
I, [2024-11-25T01:02:59.305563 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/st/update'
I, [2024-11-25T01:02:59.307633 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/ellipsize.c
I, [2024-11-25T01:02:59.307797 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/struct/len.c
I, [2024-11-25T01:02:59.309009 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/id'
I, [2024-11-25T01:02:59.309850 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/thread/id/id.c
I, [2024-11-25T01:02:59.321925 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/enc_associate.c
I, [2024-11-25T01:02:59.322361 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/struct/member.c
I, [2024-11-25T01:02:59.326423 #3874292]  INFO -- : linking shared-object -test-/thread/id.so
I, [2024-11-25T01:02:59.337029 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/enc_dummy.c
I, [2024-11-25T01:02:59.337469 #3874292]  INFO -- : linking shared-object -test-/struct.so
I, [2024-11-25T01:02:59.352646 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/enc_str_buf_cat.c
I, [2024-11-25T01:02:59.359174 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/symbol'
I, [2024-11-25T01:02:59.364828 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/instrumentation'
I, [2024-11-25T01:02:59.365865 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/thread/instrumentation/instrumentation.c
I, [2024-11-25T01:02:59.368573 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/fstring.c
I, [2024-11-25T01:02:59.379201 #3874292]  INFO -- : linking shared-object -test-/thread/instrumentation.so
I, [2024-11-25T01:02:59.384229 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/init.c
I, [2024-11-25T01:02:59.394724 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/id'
I, [2024-11-25T01:02:59.398294 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/lock_native_thread'
I, [2024-11-25T01:02:59.399311 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/thread/lock_native_thread/lock_native_thread.c
I, [2024-11-25T01:02:59.399359 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/modify.c
I, [2024-11-25T01:02:59.415209 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/new.c
I, [2024-11-25T01:02:59.415628 #3874292]  INFO -- : linking shared-object -test-/thread/lock_native_thread.so
I, [2024-11-25T01:02:59.420380 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/struct'
I, [2024-11-25T01:02:59.427728 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread_fd'
I, [2024-11-25T01:02:59.428660 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/thread_fd/thread_fd.c
I, [2024-11-25T01:02:59.430759 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/nofree.c
I, [2024-11-25T01:02:59.432413 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/instrumentation'
I, [2024-11-25T01:02:59.433683 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/normalize.c
I, [2024-11-25T01:02:59.442421 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/qsort.c
I, [2024-11-25T01:02:59.444404 #3874292]  INFO -- : linking shared-object -test-/thread_fd.so
I, [2024-11-25T01:02:59.447487 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/rb_interned_str.c
I, [2024-11-25T01:02:59.457780 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/rb_str_dup.c
I, [2024-11-25T01:02:59.459201 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/string/set_len.c
I, [2024-11-25T01:02:59.473146 #3874292]  INFO -- : linking shared-object -test-/string.so
I, [2024-11-25T01:02:59.478553 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread/lock_native_thread'
I, [2024-11-25T01:02:59.479525 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/time'
I, [2024-11-25T01:02:59.480390 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/time/init.c
I, [2024-11-25T01:02:59.486281 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/tracepoint'
I, [2024-11-25T01:02:59.487260 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/tracepoint/gc_hook.c
I, [2024-11-25T01:02:59.492091 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/time/leap_second.c
I, [2024-11-25T01:02:59.502262 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/tracepoint/tracepoint.c
I, [2024-11-25T01:02:59.504722 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/thread_fd'
I, [2024-11-25T01:02:59.507681 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/time/new.c
I, [2024-11-25T01:02:59.510195 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/typeddata'
I, [2024-11-25T01:02:59.511129 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/typeddata/typeddata.c
I, [2024-11-25T01:02:59.518602 #3874292]  INFO -- : linking shared-object -test-/tracepoint.so
I, [2024-11-25T01:02:59.520631 #3874292]  INFO -- : linking shared-object -test-/time.so
I, [2024-11-25T01:02:59.524056 #3874292]  INFO -- : linking shared-object -test-/typeddata.so
I, [2024-11-25T01:02:59.582069 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/typeddata'
I, [2024-11-25T01:02:59.586574 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/tracepoint'
I, [2024-11-25T01:02:59.587926 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/vm'
I, [2024-11-25T01:02:59.588739 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/vm/at_exit.c
I, [2024-11-25T01:02:59.592579 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/-test-/wait'
I, [2024-11-25T01:02:59.593597 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/-test-/wait/wait.c
I, [2024-11-25T01:02:59.603754 #3874292]  INFO -- : linking shared-object -test-/vm/at_exit.so
I, [2024-11-25T01:02:59.607014 #3874292]  INFO -- : linking shared-object -test-/wait.so
I, [2024-11-25T01:02:59.607949 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/time'
I, [2024-11-25T01:02:59.615507 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/cgi/escape'
I, [2024-11-25T01:02:59.616530 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/cgi/escape/escape.c
I, [2024-11-25T01:02:59.621938 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/string'
I, [2024-11-25T01:02:59.633786 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/continuation'
I, [2024-11-25T01:02:59.634742 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/continuation/continuation.c
I, [2024-11-25T01:02:59.637322 #3874292]  INFO -- : linking shared-object cgi/escape.so
I, [2024-11-25T01:02:59.650924 #3874292]  INFO -- : linking shared-object continuation.so
I, [2024-11-25T01:02:59.663508 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/vm'
I, [2024-11-25T01:02:59.670231 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/-test-/wait'
I, [2024-11-25T01:02:59.670685 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
I, [2024-11-25T01:02:59.672010 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/coverage/coverage.c
I, [2024-11-25T01:02:59.680185 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
I, [2024-11-25T01:02:59.681531 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/date/date_core.c
I, [2024-11-25T01:02:59.697709 #3874292]  INFO -- : installing default coverage libraries
I, [2024-11-25T01:02:59.701265 #3874292]  INFO -- : linking shared-object coverage.so
I, [2024-11-25T01:02:59.705248 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/date/date_parse.c
I, [2024-11-25T01:02:59.721843 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/cgi/escape'
I, [2024-11-25T01:02:59.728484 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/continuation'
I, [2024-11-25T01:02:59.728950 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
I, [2024-11-25T01:02:59.729643 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/digest/digest.c
I, [2024-11-25T01:02:59.731298 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/erb/escape'
I, [2024-11-25T01:02:59.732380 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/erb/escape/escape.c
I, [2024-11-25T01:02:59.750565 #3874292]  INFO -- : linking shared-object erb/escape.so
I, [2024-11-25T01:02:59.752583 #3874292]  INFO -- : linking shared-object digest.so
I, [2024-11-25T01:02:59.772226 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
I, [2024-11-25T01:02:59.778563 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/etc'
I, [2024-11-25T01:02:59.779715 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/etc/etc.c
I, [2024-11-25T01:02:59.794708 #3874292]  INFO -- : linking shared-object etc.so
I, [2024-11-25T01:02:59.806096 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/erb/escape'
I, [2024-11-25T01:02:59.811765 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fcntl'
I, [2024-11-25T01:02:59.812813 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/fcntl/fcntl.c
I, [2024-11-25T01:02:59.827559 #3874292]  INFO -- : linking shared-object fcntl.so
I, [2024-11-25T01:02:59.830934 #3874292]  INFO -- : installing digest libraries
I, [2024-11-25T01:02:59.839600 #3874292]  INFO -- : installing default digest libraries
I, [2024-11-25T01:02:59.844234 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
I, [2024-11-25T01:02:59.855734 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
I, [2024-11-25T01:02:59.856901 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/fiddle/closure.c
I, [2024-11-25T01:02:59.865805 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/etc'
I, [2024-11-25T01:02:59.873764 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
I, [2024-11-25T01:02:59.874531 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/fiddle/conversions.c
I, [2024-11-25T01:02:59.874632 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/io/console/console.c
I, [2024-11-25T01:02:59.881229 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fcntl'
I, [2024-11-25T01:02:59.886942 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/nonblock'
I, [2024-11-25T01:02:59.887862 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c
I, [2024-11-25T01:02:59.891331 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/fiddle/fiddle.c
I, [2024-11-25T01:02:59.896452 #3874292]  INFO -- : linking shared-object io/console.so
I, [2024-11-25T01:02:59.904042 #3874292]  INFO -- : linking shared-object io/nonblock.so
I, [2024-11-25T01:02:59.907966 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/fiddle/function.c
I, [2024-11-25T01:02:59.925887 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/fiddle/handle.c
I, [2024-11-25T01:02:59.943907 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/fiddle/memory_view.c
I, [2024-11-25T01:02:59.957858 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/fiddle/pinned.c
I, [2024-11-25T01:02:59.970300 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/fiddle/pointer.c
I, [2024-11-25T01:02:59.973270 #3874292]  INFO -- : installing default console libraries
I, [2024-11-25T01:02:59.974932 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
I, [2024-11-25T01:02:59.980600 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/wait'
I, [2024-11-25T01:02:59.981592 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/io/wait/wait.c
I, [2024-11-25T01:02:59.982653 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/nonblock'
I, [2024-11-25T01:02:59.988068 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/date/date_strftime.c
I, [2024-11-25T01:02:59.990511 #3874292]  INFO -- : linking shared-object fiddle.so
I, [2024-11-25T01:02:59.994346 #3874292]  INFO -- : linking shared-object io/wait.so
I, [2024-11-25T01:03:00.001035 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/date/date_strptime.c
I, [2024-11-25T01:03:00.024109 #3874292]  INFO -- : installing default date_core libraries
I, [2024-11-25T01:03:00.033379 #3874292]  INFO -- : installing default fiddle libraries
I, [2024-11-25T01:03:00.053459 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/wait'
I, [2024-11-25T01:03:00.056714 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
I, [2024-11-25T01:03:00.061227 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
I, [2024-11-25T01:03:00.062072 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/monitor/monitor.c
I, [2024-11-25T01:03:00.078479 #3874292]  INFO -- : installing default monitor libraries
I, [2024-11-25T01:03:00.080908 #3874292]  INFO -- : linking shared-object monitor.so
I, [2024-11-25T01:03:00.106826 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
I, [2024-11-25T01:03:00.118476 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
I, [2024-11-25T01:03:00.119611 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/objspace/object_tracing.c
I, [2024-11-25T01:03:00.122737 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
I, [2024-11-25T01:03:00.136766 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
I, [2024-11-25T01:03:00.139238 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/objspace/objspace.c
I, [2024-11-25T01:03:00.142458 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
I, [2024-11-25T01:03:00.143417 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/pathname/pathname.c
I, [2024-11-25T01:03:00.146371 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
I, [2024-11-25T01:03:00.147297 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/openssl_missing.c
I, [2024-11-25T01:03:00.159084 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/objspace/objspace_dump.c
I, [2024-11-25T01:03:00.160983 #3874292]  INFO -- : installing default pathname libraries
I, [2024-11-25T01:03:00.164103 #3874292]  INFO -- : linking shared-object pathname.so
I, [2024-11-25T01:03:00.164184 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl.c
I, [2024-11-25T01:03:00.180369 #3874292]  INFO -- : linking shared-object objspace.so
I, [2024-11-25T01:03:00.189019 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_asn1.c
I, [2024-11-25T01:03:00.209165 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_bio.c
I, [2024-11-25T01:03:00.226655 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_bn.c
I, [2024-11-25T01:03:00.245434 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
I, [2024-11-25T01:03:00.249406 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_cipher.c
I, [2024-11-25T01:03:00.253568 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
I, [2024-11-25T01:03:00.254611 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/psych/psych.c
I, [2024-11-25T01:03:00.266103 #3874292]  INFO -- : installing default objspace libraries
I, [2024-11-25T01:03:00.266920 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/psych/psych_emitter.c
I, [2024-11-25T01:03:00.267793 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
I, [2024-11-25T01:03:00.268955 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/psych/psych_parser.c
I, [2024-11-25T01:03:00.275715 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_config.c
I, [2024-11-25T01:03:00.279816 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/psych/psych_to_ruby.c
I, [2024-11-25T01:03:00.281278 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/psych/psych_yaml_tree.c
I, [2024-11-25T01:03:00.295735 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_digest.c
I, [2024-11-25T01:03:00.301242 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_engine.c
I, [2024-11-25T01:03:00.314985 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_hmac.c
I, [2024-11-25T01:03:00.322781 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_kdf.c
I, [2024-11-25T01:03:00.336313 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_ns_spki.c
I, [2024-11-25T01:03:00.345573 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_ocsp.c
I, [2024-11-25T01:03:00.356568 #3874292]  INFO -- : linking shared-object psych.so
I, [2024-11-25T01:03:00.358379 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkcs12.c
I, [2024-11-25T01:03:00.371005 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkcs7.c
I, [2024-11-25T01:03:00.392973 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkey.c
I, [2024-11-25T01:03:00.393672 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkey_dh.c
I, [2024-11-25T01:03:00.411951 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkey_dsa.c
I, [2024-11-25T01:03:00.419485 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkey_ec.c
I, [2024-11-25T01:03:00.427045 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
I, [2024-11-25T01:03:00.429838 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_pkey_rsa.c
I, [2024-11-25T01:03:00.434061 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
I, [2024-11-25T01:03:00.435086 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/pty/pty.c
I, [2024-11-25T01:03:00.446576 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_provider.c
I, [2024-11-25T01:03:00.448530 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_rand.c
I, [2024-11-25T01:03:00.454248 #3874292]  INFO -- : installing default pty libraries
I, [2024-11-25T01:03:00.457301 #3874292]  INFO -- : linking shared-object pty.so
I, [2024-11-25T01:03:00.466838 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_ssl.c
I, [2024-11-25T01:03:00.476335 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rbconfig/sizeof'
I, [2024-11-25T01:03:00.477411 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof/sizes.c
I, [2024-11-25T01:03:00.487304 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_ssl_session.c
I, [2024-11-25T01:03:00.493659 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/rbconfig/sizeof/limits.c
I, [2024-11-25T01:03:00.509453 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_ts.c
I, [2024-11-25T01:03:00.511290 #3874292]  INFO -- : linking shared-object rbconfig/sizeof.so
I, [2024-11-25T01:03:00.522895 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
I, [2024-11-25T01:03:00.530007 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509.c
I, [2024-11-25T01:03:00.534976 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
I, [2024-11-25T01:03:00.536098 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/ripper/eventids1.c
I, [2024-11-25T01:03:00.552684 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/ripper/eventids2.c
I, [2024-11-25T01:03:00.552820 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509attr.c
I, [2024-11-25T01:03:00.571632 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509cert.c
I, [2024-11-25T01:03:00.571701 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/ripper/ripper.c
I, [2024-11-25T01:03:00.585609 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rbconfig/sizeof'
I, [2024-11-25T01:03:00.591738 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
I, [2024-11-25T01:03:00.592253 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509crl.c
I, [2024-11-25T01:03:00.598096 #3874292]  INFO -- : installing default libraries
I, [2024-11-25T01:03:00.599721 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
I, [2024-11-25T01:03:00.610979 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509ext.c
I, [2024-11-25T01:03:00.612646 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
I, [2024-11-25T01:03:00.613477 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/init.c
I, [2024-11-25T01:03:00.628857 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/constants.c
I, [2024-11-25T01:03:00.634601 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509name.c
I, [2024-11-25T01:03:00.645480 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/basicsocket.c
I, [2024-11-25T01:03:00.659597 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509req.c
I, [2024-11-25T01:03:00.660667 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/socket.c
I, [2024-11-25T01:03:00.676439 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/ipsocket.c
I, [2024-11-25T01:03:00.684239 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509revoked.c
I, [2024-11-25T01:03:00.692594 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/tcpsocket.c
I, [2024-11-25T01:03:00.707765 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/tcpserver.c
I, [2024-11-25T01:03:00.707964 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/openssl/ossl_x509store.c
I, [2024-11-25T01:03:00.726938 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/sockssocket.c
I, [2024-11-25T01:03:00.738571 #3874292]  INFO -- : linking shared-object openssl.so
I, [2024-11-25T01:03:00.746342 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/udpsocket.c
I, [2024-11-25T01:03:00.767475 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/unixsocket.c
I, [2024-11-25T01:03:00.788631 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/unixserver.c
I, [2024-11-25T01:03:00.811318 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/option.c
I, [2024-11-25T01:03:00.834963 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/ancdata.c
I, [2024-11-25T01:03:00.859334 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/raddrinfo.c
I, [2024-11-25T01:03:00.883080 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/socket/ifaddr.c
I, [2024-11-25T01:03:00.923038 #3874292]  INFO -- : installing default socket libraries
I, [2024-11-25T01:03:00.926552 #3874292]  INFO -- : linking shared-object socket.so
I, [2024-11-25T01:03:01.143294 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
I, [2024-11-25T01:03:01.148924 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/stringio'
I, [2024-11-25T01:03:01.149962 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/stringio/stringio.c
I, [2024-11-25T01:03:01.164605 #3874292]  INFO -- : linking shared-object stringio.so
I, [2024-11-25T01:03:01.232451 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/stringio'
I, [2024-11-25T01:03:01.237895 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/strscan'
I, [2024-11-25T01:03:01.238903 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/strscan/strscan.c
I, [2024-11-25T01:03:01.251644 #3874292]  INFO -- : installing default openssl libraries
I, [2024-11-25T01:03:01.252544 #3874292]  INFO -- : linking shared-object strscan.so
I, [2024-11-25T01:03:01.266187 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
I, [2024-11-25T01:03:01.271670 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/zlib'
I, [2024-11-25T01:03:01.272701 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/zlib/zlib.c
I, [2024-11-25T01:03:01.288487 #3874292]  INFO -- : linking shared-object zlib.so
I, [2024-11-25T01:03:01.313808 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/strscan'
I, [2024-11-25T01:03:01.317048 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
I, [2024-11-25T01:03:01.320845 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c
I, [2024-11-25T01:03:01.340411 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c
I, [2024-11-25T01:03:01.378943 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/zlib'
I, [2024-11-25T01:03:01.382144 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
I, [2024-11-25T01:03:01.385662 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug/debug.c
I, [2024-11-25T01:03:01.397730 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug/iseq_collector.c
I, [2024-11-25T01:03:01.399220 #3874292]  INFO -- : ln -sfT ../../../../../src/trunk-random1/.bundle/gems/bigdecimal-3.1.8/lib ../../../../../.bundle/gems/bigdecimal-3.1.8/lib
I, [2024-11-25T01:03:01.402328 #3874292]  INFO -- : linking shared-object bigdecimal.so
I, [2024-11-25T01:03:01.436077 #3874292]  INFO -- : ln -sfT ../../../../../src/trunk-random1/.bundle/gems/debug-1.9.2/lib ../../../../../.bundle/gems/debug-1.9.2/lib
I, [2024-11-25T01:03:01.438943 #3874292]  INFO -- : linking shared-object debug/debug.so
I, [2024-11-25T01:03:01.497147 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
I, [2024-11-25T01:03:01.497678 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
I, [2024-11-25T01:03:01.500240 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
I, [2024-11-25T01:03:01.501530 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.1/ext/racc/cparse'
I, [2024-11-25T01:03:01.504207 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c
I, [2024-11-25T01:03:01.504834 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c
I, [2024-11-25T01:03:01.544151 #3874292]  INFO -- : ln -sfT ../../../../../src/trunk-random1/.bundle/gems/racc-1.8.1/lib ../../../../../../.bundle/gems/racc-1.8.1/lib
I, [2024-11-25T01:03:01.546793 #3874292]  INFO -- : linking shared-object racc/cparse.so
I, [2024-11-25T01:03:01.599677 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.1/ext/racc/cparse'
I, [2024-11-25T01:03:01.602773 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
I, [2024-11-25T01:03:01.606100 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension/constants.c
I, [2024-11-25T01:03:01.617882 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension/lexer.c
I, [2024-11-25T01:03:01.676229 #3874292]  INFO -- : ln -sfT ../../../../../src/trunk-random1/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib
I, [2024-11-25T01:03:01.678851 #3874292]  INFO -- : linking shared-object nkf.so
I, [2024-11-25T01:03:01.749795 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
I, [2024-11-25T01:03:01.753831 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
I, [2024-11-25T01:03:01.757258 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c
I, [2024-11-25T01:03:01.803232 #3874292]  INFO -- : ln -sfT ../../../../../src/trunk-random1/.bundle/gems/syslog-0.1.2/lib ../../../../../.bundle/gems/syslog-0.1.2/lib
I, [2024-11-25T01:03:01.806197 #3874292]  INFO -- : linking shared-object syslog.so
I, [2024-11-25T01:03:01.880182 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
I, [2024-11-25T01:03:01.881408 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension/lexstate.c
I, [2024-11-25T01:03:01.897788 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension/location.c
I, [2024-11-25T01:03:01.914170 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension/main.c
I, [2024-11-25T01:03:01.929882 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parser.c
E, [2024-11-25T01:03:01.943749 #3874292] ERROR -- : /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parser.c:57:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration]
E, [2024-11-25T01:03:01.944002 #3874292] ERROR -- :    57 | static void inline melt_array(VALUE *array) {
E, [2024-11-25T01:03:01.944030 #3874292] ERROR -- :       | ^~~~~~
E, [2024-11-25T01:03:01.944049 #3874292] ERROR -- : cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
E, [2024-11-25T01:03:01.944066 #3874292] ERROR -- : cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
E, [2024-11-25T01:03:01.944085 #3874292] ERROR -- : cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
I, [2024-11-25T01:03:01.948240 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parserstate.c
I, [2024-11-25T01:03:01.963629 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension/ruby_objs.c
I, [2024-11-25T01:03:01.980044 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension/unescape.c
I, [2024-11-25T01:03:02.037506 #3874292]  INFO -- : ln -sfT ../../../../../src/trunk-random1/.bundle/gems/rbs-3.6.1/lib ../../../../../.bundle/gems/rbs-3.6.1/lib
I, [2024-11-25T01:03:02.046334 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/bubblebabble'
I, [2024-11-25T01:03:02.047451 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/digest/bubblebabble/bubblebabble.c
I, [2024-11-25T01:03:02.065591 #3874292]  INFO -- : linking shared-object digest/bubblebabble.so
I, [2024-11-25T01:03:02.138170 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/bubblebabble'
I, [2024-11-25T01:03:02.147027 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/md5'
I, [2024-11-25T01:03:02.148060 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/digest/md5/md5init.c
I, [2024-11-25T01:03:02.263025 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/digest/md5/md5.c
I, [2024-11-25T01:03:02.276313 #3874292]  INFO -- : linking shared-object date_core.so
I, [2024-11-25T01:03:02.279971 #3874292]  INFO -- : linking shared-object digest/md5.so
I, [2024-11-25T01:03:02.361032 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/md5'
I, [2024-11-25T01:03:02.368724 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/rmd160'
I, [2024-11-25T01:03:02.369907 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/digest/rmd160/rmd160init.c
I, [2024-11-25T01:03:02.384948 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/digest/rmd160/rmd160.c
I, [2024-11-25T01:03:02.400777 #3874292]  INFO -- : linking shared-object digest/rmd160.so
I, [2024-11-25T01:03:02.415407 #3874292]  INFO -- : linking shared-object rbs_extension.so
I, [2024-11-25T01:03:02.445004 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
I, [2024-11-25T01:03:02.450780 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha1'
I, [2024-11-25T01:03:02.451694 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/digest/sha1/sha1init.c
I, [2024-11-25T01:03:02.463274 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/digest/sha1/sha1.c
I, [2024-11-25T01:03:02.476080 #3874292]  INFO -- : linking shared-object digest/sha1.so
I, [2024-11-25T01:03:02.486174 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/rmd160'
I, [2024-11-25T01:03:02.494201 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
I, [2024-11-25T01:03:02.495299 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/digest/sha2/sha2init.c
I, [2024-11-25T01:03:02.511557 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/digest/sha2/sha2.c
I, [2024-11-25T01:03:02.532686 #3874292]  INFO -- : linking shared-object digest/sha2.so
I, [2024-11-25T01:03:02.532751 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha1'
I, [2024-11-25T01:03:02.539602 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json/generator'
I, [2024-11-25T01:03:02.540302 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/json/generator/generator.c
I, [2024-11-25T01:03:02.541315 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
I, [2024-11-25T01:03:02.549547 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json/parser'
I, [2024-11-25T01:03:02.550558 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/json/parser/parser.c
I, [2024-11-25T01:03:02.557433 #3874292]  INFO -- : linking shared-object json/ext/generator.so
I, [2024-11-25T01:03:02.615560 #3874292]  INFO -- : installing default sha2 libraries
I, [2024-11-25T01:03:02.617652 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
I, [2024-11-25T01:03:02.621854 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/ext/ripper/ripper_init.c
I, [2024-11-25T01:03:02.646328 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json/generator'
I, [2024-11-25T01:03:02.650881 #3874292]  INFO -- : checking /tmp/ruby/src/trunk-random1/parse.y and /tmp/ruby/src/trunk-random1/ext/ripper/eventids2.c
I, [2024-11-25T01:03:02.659634 #3874292]  INFO -- : installing default ripper libraries
I, [2024-11-25T01:03:03.567486 #3874292]  INFO -- : linking shared-object json/ext/parser.so
I, [2024-11-25T01:03:03.629422 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json/parser'
I, [2024-11-25T01:03:14.383959 #3874292]  INFO -- : linking shared-object ripper.so
I, [2024-11-25T01:03:14.580990 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
I, [2024-11-25T01:03:14.617855 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:14.830271 #3874292]  INFO -- : linking ruby
I, [2024-11-25T01:03:14.892912 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:14.894189 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:14.898925 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:14.899005 #3874292]  INFO -- : make[1]: Nothing to be done for 'note'.
I, [2024-11-25T01:03:14.899026 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:14.901509 #3874292]  INFO -- : $$$[end] "make all -j4" exit with 0.
I, [2024-11-25T01:03:14.901717 #3874292]  INFO -- : $$$[beg] make install -j4
I, [2024-11-25T01:03:15.051253 #3874292]  INFO -- : Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94
I, [2024-11-25T01:03:15.051623 #3874292]  INFO -- : Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb
I, [2024-11-25T01:03:15.060197 #3874292]  INFO -- : 	BASERUBY = /usr/bin/ruby --disable=gems
I, [2024-11-25T01:03:15.060274 #3874292]  INFO -- : 	CC = gcc
I, [2024-11-25T01:03:15.060291 #3874292]  INFO -- : 	LD = ld
I, [2024-11-25T01:03:15.060306 #3874292]  INFO -- : 	LDSHARED = gcc -shared
I, [2024-11-25T01:03:15.060323 #3874292]  INFO -- : 	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   -fPIC 
I, [2024-11-25T01:03:15.060355 #3874292]  INFO -- : 	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
I, [2024-11-25T01:03:15.060371 #3874292]  INFO -- : 	CPPFLAGS =   
I, [2024-11-25T01:03:15.060385 #3874292]  INFO -- : 	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
I, [2024-11-25T01:03:15.060406 #3874292]  INFO -- : 	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
I, [2024-11-25T01:03:15.060420 #3874292]  INFO -- : 	LANG = C.UTF-8
I, [2024-11-25T01:03:15.060434 #3874292]  INFO -- : 	LC_ALL = 
I, [2024-11-25T01:03:15.060447 #3874292]  INFO -- : 	LC_CTYPE = 
I, [2024-11-25T01:03:15.060460 #3874292]  INFO -- : 	MFLAGS = -j4 --jobserver-auth=4,5
I, [2024-11-25T01:03:15.060474 #3874292]  INFO -- : 	RUSTC = rustc
I, [2024-11-25T01:03:15.060487 #3874292]  INFO -- : 	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
I, [2024-11-25T01:03:15.181246 #3874292]  INFO -- : echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
I, [2024-11-25T01:03:15.181401 #3874292]  INFO -- : echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/debug.revision -
I, [2024-11-25T01:03:15.184188 #3874292]  INFO -- : generating enc.mk
I, [2024-11-25T01:03:15.186080 #3874292]  INFO -- : gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
I, [2024-11-25T01:03:15.186137 #3874292]  INFO -- : Copyright (C) 2023 Free Software Foundation, Inc.
I, [2024-11-25T01:03:15.186160 #3874292]  INFO -- : This is free software; see the source for copying conditions.  There is NO
I, [2024-11-25T01:03:15.186179 #3874292]  INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I, [2024-11-25T01:03:15.186197 #3874292]  INFO -- : 
I, [2024-11-25T01:03:15.186218 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
I, [2024-11-25T01:03:15.186365 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/.bundle/.timestamp/debug.revision unchanged
I, [2024-11-25T01:03:15.596078 #3874292]  INFO -- : making srcs under enc
I, [2024-11-25T01:03:15.596176 #3874292]  INFO -- : making enc
I, [2024-11-25T01:03:15.648548 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:15.648652 #3874292]  INFO -- : make[1]: Nothing to be done for 'enc'.
I, [2024-11-25T01:03:15.648714 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:15.671279 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:15.671356 #3874292]  INFO -- : make[1]: Nothing to be done for 'srcs'.
I, [2024-11-25T01:03:15.671410 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:15.672918 #3874292]  INFO -- : generating transdb.h
I, [2024-11-25T01:03:15.792018 #3874292]  INFO -- : Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /tmp/ruby/src/trunk-random1/gems/typeprof-0.21.11.gem
I, [2024-11-25T01:03:15.885756 #3874292]  INFO -- : transdb.h updated
I, [2024-11-25T01:03:15.889854 #3874292]  INFO -- : generating makefiles ext/configure-ext.mk
I, [2024-11-25T01:03:15.889916 #3874292]  INFO -- : making trans
I, [2024-11-25T01:03:15.931336 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:15.932388 #3874292]  INFO -- : compiling /tmp/ruby/src/trunk-random1/enc/trans/transdb.c
I, [2024-11-25T01:03:15.942683 #3874292]  INFO -- : ext/configure-ext.mk unchanged
I, [2024-11-25T01:03:15.950273 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:15.999867 #3874292]  INFO -- : linking transcoder transdb.so
I, [2024-11-25T01:03:16.063120 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:16.079142 #3874292]  INFO -- : making encs
I, [2024-11-25T01:03:16.085716 #3874292]  INFO -- :   Successfully built RubyGem
I, [2024-11-25T01:03:16.085780 #3874292]  INFO -- :   Name: typeprof
I, [2024-11-25T01:03:16.085798 #3874292]  INFO -- :   Version: 0.30.0
I, [2024-11-25T01:03:16.085813 #3874292]  INFO -- :   File: typeprof-0.30.0.gem
I, [2024-11-25T01:03:16.094189 #3874292]  INFO -- : Extracting bundle gem typeprof-0.21.11...
I, [2024-11-25T01:03:16.185902 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:16.185994 #3874292]  INFO -- : make[1]: Nothing to be done for 'encs'.
I, [2024-11-25T01:03:16.186061 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:16.249078 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
I, [2024-11-25T01:03:16.252993 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
I, [2024-11-25T01:03:16.254417 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
I, [2024-11-25T01:03:16.255949 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
I, [2024-11-25T01:03:16.262050 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
I, [2024-11-25T01:03:16.271429 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
I, [2024-11-25T01:03:16.278848 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
I, [2024-11-25T01:03:16.279368 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
I, [2024-11-25T01:03:16.285012 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
I, [2024-11-25T01:03:16.289223 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
I, [2024-11-25T01:03:16.292977 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
I, [2024-11-25T01:03:16.298457 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
I, [2024-11-25T01:03:16.299656 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
I, [2024-11-25T01:03:16.304315 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
I, [2024-11-25T01:03:16.306644 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
I, [2024-11-25T01:03:16.306974 #3874292]  INFO -- : Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby.
I, [2024-11-25T01:03:16.313731 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
I, [2024-11-25T01:03:16.314992 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
I, [2024-11-25T01:03:16.319393 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
I, [2024-11-25T01:03:16.327425 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
I, [2024-11-25T01:03:16.328362 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
I, [2024-11-25T01:03:16.332993 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
I, [2024-11-25T01:03:16.340013 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
I, [2024-11-25T01:03:16.355865 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
I, [2024-11-25T01:03:16.357356 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
I, [2024-11-25T01:03:16.359951 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
I, [2024-11-25T01:03:16.364652 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
I, [2024-11-25T01:03:16.369932 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
I, [2024-11-25T01:03:16.378671 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
I, [2024-11-25T01:03:16.384687 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
I, [2024-11-25T01:03:16.391017 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
I, [2024-11-25T01:03:16.395586 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
I, [2024-11-25T01:03:16.399906 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
I, [2024-11-25T01:03:16.400522 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
I, [2024-11-25T01:03:16.414063 #3874292]  INFO -- : Unpacked gems/typeprof-0.30.0.gem
I, [2024-11-25T01:03:16.426644 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.1/ext/racc/cparse'
I, [2024-11-25T01:03:16.433726 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
I, [2024-11-25T01:03:16.439268 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
I, [2024-11-25T01:03:16.440544 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
I, [2024-11-25T01:03:16.443756 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
I, [2024-11-25T01:03:16.445580 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
I, [2024-11-25T01:03:16.468933 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.1/ext/racc/cparse'
I, [2024-11-25T01:03:16.477382 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
I, [2024-11-25T01:03:16.480982 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
I, [2024-11-25T01:03:16.489646 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
I, [2024-11-25T01:03:16.496025 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
I, [2024-11-25T01:03:16.535055 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:16.749483 #3874292]  INFO -- : make[2]: 'ruby' is up to date.
I, [2024-11-25T01:03:16.749567 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:16.750528 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:16.756463 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:16.756544 #3874292]  INFO -- : make[1]: Nothing to be done for 'note'.
I, [2024-11-25T01:03:16.756571 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:16.757012 #3874292]  INFO -- : ./miniruby -I/tmp/ruby/src/trunk-random1/lib -I. -I.ext/common  /tmp/ruby/src/trunk-random1/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-random1/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
I, [2024-11-25T01:03:16.914771 #3874292]  INFO -- : installing binary commands:         /tmp/ruby/install/trunk-random1/bin
I, [2024-11-25T01:03:16.915758 #3874292]  INFO -- : installing base libraries:          /tmp/ruby/install/trunk-random1/lib
I, [2024-11-25T01:03:16.944016 #3874292]  INFO -- : installing arch files:              /tmp/ruby/install/trunk-random1/lib/ruby/3.4.0+1/x86_64-linux
I, [2024-11-25T01:03:16.944440 #3874292]  INFO -- : installing pkgconfig data:          /tmp/ruby/install/trunk-random1/lib/pkgconfig
I, [2024-11-25T01:03:16.944697 #3874292]  INFO -- : installing extension objects:       /tmp/ruby/install/trunk-random1/lib/ruby/3.4.0+1/x86_64-linux
I, [2024-11-25T01:03:16.989093 #3874292]  INFO -- : installing extension objects:       /tmp/ruby/install/trunk-random1/lib/ruby/site_ruby/3.4.0+1/x86_64-linux
I, [2024-11-25T01:03:16.989242 #3874292]  INFO -- : installing extension objects:       /tmp/ruby/install/trunk-random1/lib/ruby/vendor_ruby/3.4.0+1/x86_64-linux
I, [2024-11-25T01:03:16.989562 #3874292]  INFO -- : installing extension headers:       /tmp/ruby/install/trunk-random1/include/ruby-3.4.0+1/x86_64-linux
I, [2024-11-25T01:03:16.990349 #3874292]  INFO -- : installing extension scripts:       /tmp/ruby/install/trunk-random1/lib/ruby/3.4.0+1
I, [2024-11-25T01:03:17.012709 #3874292]  INFO -- : installing extension scripts:       /tmp/ruby/install/trunk-random1/lib/ruby/site_ruby/3.4.0+1
I, [2024-11-25T01:03:17.012848 #3874292]  INFO -- : installing extension scripts:       /tmp/ruby/install/trunk-random1/lib/ruby/vendor_ruby/3.4.0+1
I, [2024-11-25T01:03:17.012870 #3874292]  INFO -- : installing extension headers:       /tmp/ruby/install/trunk-random1/include/ruby-3.4.0+1/ruby
I, [2024-11-25T01:03:17.013210 #3874292]  INFO -- : installing command scripts:         /tmp/ruby/install/trunk-random1/bin
I, [2024-11-25T01:03:17.013594 #3874292]  INFO -- : installing library scripts:         /tmp/ruby/install/trunk-random1/lib/ruby/3.4.0+1
I, [2024-11-25T01:03:17.421735 #3874292]  INFO -- : installing common headers:          /tmp/ruby/install/trunk-random1/include/ruby-3.4.0+1
I, [2024-11-25T01:03:17.468245 #3874292]  INFO -- : installing manpages:                /tmp/ruby/install/trunk-random1/share/man/man1
I, [2024-11-25T01:03:17.483784 #3874292]  INFO -- : installing default gems from lib:   /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.4.0+1
I, [2024-11-25T01:03:17.534534 #3874292]  INFO -- :                                     benchmark 0.4.0
I, [2024-11-25T01:03:17.538100 #3874292]  INFO -- :                                     bundler 2.6.0.dev
I, [2024-11-25T01:03:17.544175 #3874292]  INFO -- :                                     cgi 0.4.1
I, [2024-11-25T01:03:17.545652 #3874292]  INFO -- :                                     delegate 0.4.0
I, [2024-11-25T01:03:17.546928 #3874292]  INFO -- :                                     did_you_mean 1.6.3
I, [2024-11-25T01:03:17.548224 #3874292]  INFO -- :                                     english 0.8.0
I, [2024-11-25T01:03:17.549509 #3874292]  INFO -- :                                     erb 4.0.4
I, [2024-11-25T01:03:17.551876 #3874292]  INFO -- :                                     error_highlight 0.6.0
I, [2024-11-25T01:03:17.553182 #3874292]  INFO -- :                                     fileutils 1.7.3
I, [2024-11-25T01:03:17.554406 #3874292]  INFO -- :                                     find 0.2.0
I, [2024-11-25T01:03:17.555455 #3874292]  INFO -- :                                     forwardable 1.3.3
I, [2024-11-25T01:03:17.556326 #3874292]  INFO -- :                                     ipaddr 1.2.7
I, [2024-11-25T01:03:17.559263 #3874292]  INFO -- :                                     irb 1.14.1
I, [2024-11-25T01:03:17.561537 #3874292]  INFO -- :                                     logger 1.6.1
I, [2024-11-25T01:03:17.562482 #3874292]  INFO -- :                                     net-http 0.5.0
I, [2024-11-25T01:03:17.563489 #3874292]  INFO -- :                                     net-protocol 0.2.2
I, [2024-11-25T01:03:17.564429 #3874292]  INFO -- :                                     open-uri 0.5.0
I, [2024-11-25T01:03:17.565463 #3874292]  INFO -- :                                     open3 0.2.1
I, [2024-11-25T01:03:17.566350 #3874292]  INFO -- :                                     optparse 0.6.0
I, [2024-11-25T01:03:17.567757 #3874292]  INFO -- :                                     ostruct 0.6.1
I, [2024-11-25T01:03:17.568756 #3874292]  INFO -- :                                     pp 0.6.1
I, [2024-11-25T01:03:17.569759 #3874292]  INFO -- :                                     prettyprint 0.2.0
I, [2024-11-25T01:03:17.570722 #3874292]  INFO -- :                                     prism 1.0.0
I, [2024-11-25T01:03:17.571713 #3874292]  INFO -- :                                     pstore 0.1.4
I, [2024-11-25T01:03:17.572569 #3874292]  INFO -- :                                     rdoc 6.8.1
I, [2024-11-25T01:03:17.575110 #3874292]  INFO -- :                                     readline 0.0.4
I, [2024-11-25T01:03:17.576209 #3874292]  INFO -- :                                     reline 0.5.11
I, [2024-11-25T01:03:17.577300 #3874292]  INFO -- :                                     resolv 0.5.0
I, [2024-11-25T01:03:17.578263 #3874292]  INFO -- :                                     ruby2_keywords 0.0.5
I, [2024-11-25T01:03:17.579188 #3874292]  INFO -- :                                     securerandom 0.3.2
I, [2024-11-25T01:03:17.580101 #3874292]  INFO -- :                                     set 1.1.0
I, [2024-11-25T01:03:17.580990 #3874292]  INFO -- :                                     shellwords 0.2.1
I, [2024-11-25T01:03:17.581834 #3874292]  INFO -- :                                     singleton 0.3.0
I, [2024-11-25T01:03:17.582632 #3874292]  INFO -- :                                     syntax_suggest 2.0.2
I, [2024-11-25T01:03:17.584274 #3874292]  INFO -- :                                     tempfile 0.3.1
I, [2024-11-25T01:03:17.585209 #3874292]  INFO -- :                                     time 0.4.1
I, [2024-11-25T01:03:17.588547 #3874292]  INFO -- :                                     timeout 0.4.2
I, [2024-11-25T01:03:17.589726 #3874292]  INFO -- :                                     tmpdir 0.3.0
I, [2024-11-25T01:03:17.590835 #3874292]  INFO -- :                                     tsort 0.2.0
I, [2024-11-25T01:03:17.592254 #3874292]  INFO -- :                                     un 0.3.0
I, [2024-11-25T01:03:17.593494 #3874292]  INFO -- :                                     uri 1.0.2
I, [2024-11-25T01:03:17.594522 #3874292]  INFO -- :                                     weakref 0.1.3
I, [2024-11-25T01:03:17.595513 #3874292]  INFO -- :                                     yaml 0.4.0
I, [2024-11-25T01:03:17.596647 #3874292]  INFO -- : installing default gems from ext:   /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.4.0+1
I, [2024-11-25T01:03:17.619881 #3874292]  INFO -- :                                     date 3.4.0
I, [2024-11-25T01:03:17.621588 #3874292]  INFO -- :                                     digest 3.1.1
I, [2024-11-25T01:03:17.622983 #3874292]  INFO -- :                                     etc 1.4.4
I, [2024-11-25T01:03:17.624522 #3874292]  INFO -- :                                     fcntl 1.2.0
I, [2024-11-25T01:03:17.625953 #3874292]  INFO -- :                                     fiddle 1.1.6.dev
I, [2024-11-25T01:03:17.627390 #3874292]  INFO -- :                                     io-console 0.8.0.beta1
I, [2024-11-25T01:03:17.628625 #3874292]  INFO -- :                                     io-nonblock 0.3.0
I, [2024-11-25T01:03:17.629911 #3874292]  INFO -- :                                     io-wait 0.3.1
I, [2024-11-25T01:03:17.631152 #3874292]  INFO -- :                                     json 2.8.2
I, [2024-11-25T01:03:17.632631 #3874292]  INFO -- :                                     openssl 3.2.0
I, [2024-11-25T01:03:17.634135 #3874292]  INFO -- :                                     pathname 0.4.0
I, [2024-11-25T01:03:17.638796 #3874292]  INFO -- :                                     psych 5.2.0
I, [2024-11-25T01:03:17.640789 #3874292]  INFO -- :                                     stringio 3.1.2.dev
I, [2024-11-25T01:03:17.642603 #3874292]  INFO -- :                                     strscan 3.1.1.dev
I, [2024-11-25T01:03:17.644166 #3874292]  INFO -- :                                     zlib 3.2.0
I, [2024-11-25T01:03:17.645521 #3874292]  INFO -- : installing bundled gems:            /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.4.0+1
I, [2024-11-25T01:03:17.647842 #3874292]  INFO -- :                                     minitest 5.25.2
I, [2024-11-25T01:03:17.673369 #3874292]  INFO -- :                                     power_assert 2.0.4
I, [2024-11-25T01:03:17.682321 #3874292]  INFO -- :                                     rake 13.2.1
I, [2024-11-25T01:03:17.702932 #3874292]  INFO -- :                                     test-unit 3.6.2
I, [2024-11-25T01:03:17.728258 #3874292]  INFO -- :                                     rexml 3.3.9
I, [2024-11-25T01:03:17.751280 #3874292]  INFO -- :                                     rss 0.3.1
I, [2024-11-25T01:03:17.766714 #3874292]  INFO -- :                                     net-ftp 0.3.8
I, [2024-11-25T01:03:17.775932 #3874292]  INFO -- :                                     net-imap 0.5.1
I, [2024-11-25T01:03:17.795229 #3874292]  INFO -- :                                     net-pop 0.1.2
I, [2024-11-25T01:03:17.799699 #3874292]  INFO -- :                                     net-smtp 0.5.0
I, [2024-11-25T01:03:17.806013 #3874292]  INFO -- :                                     matrix 0.4.2
I, [2024-11-25T01:03:17.816271 #3874292]  INFO -- :                                     prime 0.1.3
I, [2024-11-25T01:03:17.837850 #3874292]  INFO -- :                                     rbs 3.6.1
I, [2024-11-25T01:03:17.990672 #3874292]  INFO -- :                                     debug 1.9.2
I, [2024-11-25T01:03:18.006396 #3874292]  INFO -- :                                     racc 1.8.1
I, [2024-11-25T01:03:18.017805 #3874292]  INFO -- :                                     mutex_m 0.3.0
I, [2024-11-25T01:03:18.022618 #3874292]  INFO -- :                                     getoptlong 0.2.1
I, [2024-11-25T01:03:18.028233 #3874292]  INFO -- :                                     base64 0.2.0
I, [2024-11-25T01:03:18.031111 #3874292]  INFO -- :                                     bigdecimal 3.1.8
I, [2024-11-25T01:03:18.038785 #3874292]  INFO -- :                                     observer 0.1.2
I, [2024-11-25T01:03:18.042521 #3874292]  INFO -- :                                     abbrev 0.1.2
I, [2024-11-25T01:03:18.046305 #3874292]  INFO -- :                                     resolv-replace 0.1.1
I, [2024-11-25T01:03:18.050164 #3874292]  INFO -- :                                     rinda 0.2.0
I, [2024-11-25T01:03:18.055976 #3874292]  INFO -- :                                     drb 2.2.1
I, [2024-11-25T01:03:18.065344 #3874292]  INFO -- :                                     nkf 0.2.0
I, [2024-11-25T01:03:18.077289 #3874292]  INFO -- :                                     syslog 0.1.2
I, [2024-11-25T01:03:18.084801 #3874292]  INFO -- :                                     csv 3.3.0
I, [2024-11-25T01:03:18.098700 #3874292]  INFO -- :                                     repl_type_completor 0.1.7
I, [2024-11-25T01:03:18.104394 #3874292]  INFO -- : installing bundled gem cache:       /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.4.0+1/cache
I, [2024-11-25T01:03:18.114416 #3874292]  INFO -- : skipped bundled gems:
I, [2024-11-25T01:03:18.114484 #3874292]  INFO -- :     typeprof-0.30.0.gem             not found in bundled_gems
I, [2024-11-25T01:03:18.120903 #3874292]  INFO -- : $$$[end] "make install -j4" exit with 0.
I, [2024-11-25T01:03:18.121131 #3874292]  INFO -- : $$$[beg] make yes-btest TESTOPTS='-q -j4'
I, [2024-11-25T01:03:46.230679 #3874292]  INFO -- : PASS all 1993 tests
E, [2024-11-25T01:03:46.244377 #3874292] ERROR -- :  
I, [2024-11-25T01:03:46.244529 #3874292]  INFO -- : $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
I, [2024-11-25T01:03:46.244701 #3874292]  INFO -- : $$$[beg] make yes-test-basic TESTS="--test-order=random"
I, [2024-11-25T01:03:46.411794 #3874292]  INFO -- : 	BASERUBY = /usr/bin/ruby --disable=gems
I, [2024-11-25T01:03:46.411926 #3874292]  INFO -- : 	CC = gcc
I, [2024-11-25T01:03:46.411981 #3874292]  INFO -- : 	LD = ld
I, [2024-11-25T01:03:46.412033 #3874292]  INFO -- : 	LDSHARED = gcc -shared
I, [2024-11-25T01:03:46.412100 #3874292]  INFO -- : 	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   -fPIC 
I, [2024-11-25T01:03:46.412162 #3874292]  INFO -- : 	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
I, [2024-11-25T01:03:46.412215 #3874292]  INFO -- : 	CPPFLAGS =   
I, [2024-11-25T01:03:46.412267 #3874292]  INFO -- : 	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
I, [2024-11-25T01:03:46.412318 #3874292]  INFO -- : 	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
I, [2024-11-25T01:03:46.412366 #3874292]  INFO -- : 	LANG = C.UTF-8
I, [2024-11-25T01:03:46.412416 #3874292]  INFO -- : 	LC_ALL = 
I, [2024-11-25T01:03:46.412462 #3874292]  INFO -- : 	LC_CTYPE = 
I, [2024-11-25T01:03:46.412512 #3874292]  INFO -- : 	MFLAGS = 
I, [2024-11-25T01:03:46.412562 #3874292]  INFO -- : 	RUSTC = rustc
I, [2024-11-25T01:03:46.412615 #3874292]  INFO -- : 	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
I, [2024-11-25T01:03:46.417563 #3874292]  INFO -- : gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
I, [2024-11-25T01:03:46.417647 #3874292]  INFO -- : Copyright (C) 2023 Free Software Foundation, Inc.
I, [2024-11-25T01:03:46.417670 #3874292]  INFO -- : This is free software; see the source for copying conditions.  There is NO
I, [2024-11-25T01:03:46.417689 #3874292]  INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I, [2024-11-25T01:03:46.417705 #3874292]  INFO -- : 
I, [2024-11-25T01:03:46.859793 #3874292]  INFO -- : Checking leaked global symbols...none
I, [2024-11-25T01:03:46.939560 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
I, [2024-11-25T01:03:46.939651 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:condition ..OK 2
I, [2024-11-25T01:03:46.939698 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:if/unless ...OK 3
I, [2024-11-25T01:03:46.939844 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:case .....OK 5
I, [2024-11-25T01:03:46.940396 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:while/until ........OK 8
I, [2024-11-25T01:03:46.940680 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:exception ..........OK 10
I, [2024-11-25T01:03:46.942177 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:array .......................................OK 39
I, [2024-11-25T01:03:46.942831 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:hash ...........................OK 27
I, [2024-11-25T01:03:46.945773 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:iterator ...........................................................................................................OK 107
I, [2024-11-25T01:03:46.947456 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:float ................................................................................OK 80
I, [2024-11-25T01:03:46.949625 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:bignum ...............................OK 31
I, [2024-11-25T01:03:46.953180 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:string & char ..............................................................OK 62
I, [2024-11-25T01:03:46.953393 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:assignment ..........OK 10
I, [2024-11-25T01:03:46.953569 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:call ......OK 6
I, [2024-11-25T01:03:46.953882 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:proc .........OK 9
I, [2024-11-25T01:03:47.054255 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:signal ..OK 2
I, [2024-11-25T01:03:47.056338 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:eval ...........................OK 27
I, [2024-11-25T01:03:47.189020 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:system ........OK 8
I, [2024-11-25T01:03:47.189135 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:const .....OK 5
I, [2024-11-25T01:03:47.189298 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:clone .....OK 5
I, [2024-11-25T01:03:47.189530 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:marshal ....OK 4
I, [2024-11-25T01:03:47.189645 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:pack ....OK 4
I, [2024-11-25T01:03:47.189695 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:math ..OK 2
I, [2024-11-25T01:03:47.189821 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:struct ......OK 6
I, [2024-11-25T01:03:47.190043 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:variable ............OK 12
I, [2024-11-25T01:03:47.190104 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:trace ...OK 3
I, [2024-11-25T01:03:47.190268 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:defined? ............OK 12
I, [2024-11-25T01:03:47.190590 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:alias ......OK 6
I, [2024-11-25T01:03:47.192166 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:path .......................OK 23
I, [2024-11-25T01:03:47.283147 #3874292]  INFO -- : /tmp/ruby/src/trunk-random1/basictest/test.rb:gc ....OK 4
I, [2024-11-25T01:03:47.287832 #3874292]  INFO -- : 
I, [2024-11-25T01:03:47.287909 #3874292]  INFO -- : test succeeded
I, [2024-11-25T01:03:47.290285 #3874292]  INFO -- : $$$[end] "make yes-test-basic TESTS=\"--test-order=random\"" exit with 0.
I, [2024-11-25T01:03:47.290448 #3874292]  INFO -- : $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS="--test-order=random"
I, [2024-11-25T01:03:47.525597 #3874292]  INFO -- : 	BASERUBY = /usr/bin/ruby --disable=gems
I, [2024-11-25T01:03:47.525693 #3874292]  INFO -- : 	CC = gcc
I, [2024-11-25T01:03:47.525730 #3874292]  INFO -- : 	LD = ld
I, [2024-11-25T01:03:47.525840 #3874292]  INFO -- : 	LDSHARED = gcc -shared
I, [2024-11-25T01:03:47.525888 #3874292]  INFO -- : 	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   -fPIC 
I, [2024-11-25T01:03:47.525927 #3874292]  INFO -- : 	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
I, [2024-11-25T01:03:47.525959 #3874292]  INFO -- : 	CPPFLAGS =   
I, [2024-11-25T01:03:47.525991 #3874292]  INFO -- : 	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
I, [2024-11-25T01:03:47.526023 #3874292]  INFO -- : 	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
I, [2024-11-25T01:03:47.526054 #3874292]  INFO -- : 	LANG = C.UTF-8
I, [2024-11-25T01:03:47.526085 #3874292]  INFO -- : 	LC_ALL = 
I, [2024-11-25T01:03:47.526115 #3874292]  INFO -- : 	LC_CTYPE = 
I, [2024-11-25T01:03:47.526145 #3874292]  INFO -- : 	MFLAGS = 
I, [2024-11-25T01:03:47.526175 #3874292]  INFO -- : 	RUSTC = rustc
I, [2024-11-25T01:03:47.526208 #3874292]  INFO -- : 	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
I, [2024-11-25T01:03:47.530934 #3874292]  INFO -- : gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
I, [2024-11-25T01:03:47.530999 #3874292]  INFO -- : Copyright (C) 2023 Free Software Foundation, Inc.
I, [2024-11-25T01:03:47.531015 #3874292]  INFO -- : This is free software; see the source for copying conditions.  There is NO
I, [2024-11-25T01:03:47.531031 #3874292]  INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I, [2024-11-25T01:03:47.531046 #3874292]  INFO -- : 
I, [2024-11-25T01:03:47.536655 #3874292]  INFO -- : generating enc.mk
I, [2024-11-25T01:03:47.929183 #3874292]  INFO -- : making enc
I, [2024-11-25T01:03:47.980680 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:47.980757 #3874292]  INFO -- : make[1]: Nothing to be done for 'enc'.
I, [2024-11-25T01:03:47.980779 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:47.982209 #3874292]  INFO -- : making srcs under enc
I, [2024-11-25T01:03:48.055968 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:48.056061 #3874292]  INFO -- : make[1]: Nothing to be done for 'srcs'.
I, [2024-11-25T01:03:48.056111 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:48.058342 #3874292]  INFO -- : generating transdb.h
I, [2024-11-25T01:03:48.284938 #3874292]  INFO -- : transdb.h unchanged
I, [2024-11-25T01:03:48.289835 #3874292]  INFO -- : making trans
I, [2024-11-25T01:03:48.355142 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:48.355238 #3874292]  INFO -- : make[1]: Nothing to be done for 'trans'.
I, [2024-11-25T01:03:48.355264 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:48.360578 #3874292]  INFO -- : making encs
I, [2024-11-25T01:03:48.447288 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:48.447411 #3874292]  INFO -- : make[1]: Nothing to be done for 'encs'.
I, [2024-11-25T01:03:48.447438 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:48.452249 #3874292]  INFO -- : generating makefiles ext/configure-ext.mk
I, [2024-11-25T01:03:48.495269 #3874292]  INFO -- : ext/configure-ext.mk updated
I, [2024-11-25T01:03:48.499785 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:50.955986 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:50.956830 #3874292]  INFO -- : generating makefile exts.mk
I, [2024-11-25T01:03:51.034393 #3874292]  INFO -- : exts.mk unchanged
I, [2024-11-25T01:03:51.043435 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:51.624092 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
I, [2024-11-25T01:03:51.630374 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
I, [2024-11-25T01:03:51.641035 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
I, [2024-11-25T01:03:51.647425 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
I, [2024-11-25T01:03:51.652884 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
I, [2024-11-25T01:03:51.663053 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
I, [2024-11-25T01:03:51.699557 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
I, [2024-11-25T01:03:51.705749 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
I, [2024-11-25T01:03:51.733552 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
I, [2024-11-25T01:03:51.747070 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
I, [2024-11-25T01:03:51.754354 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
I, [2024-11-25T01:03:51.759535 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
I, [2024-11-25T01:03:51.777335 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
I, [2024-11-25T01:03:51.791590 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
I, [2024-11-25T01:03:51.816271 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
I, [2024-11-25T01:03:51.823083 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
I, [2024-11-25T01:03:51.836207 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
I, [2024-11-25T01:03:51.845600 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
I, [2024-11-25T01:03:51.871148 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
I, [2024-11-25T01:03:51.897191 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
I, [2024-11-25T01:03:51.906113 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
I, [2024-11-25T01:03:51.913375 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
I, [2024-11-25T01:03:51.926613 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
I, [2024-11-25T01:03:51.961544 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
I, [2024-11-25T01:03:51.970679 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
I, [2024-11-25T01:03:51.977831 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
I, [2024-11-25T01:03:52.002698 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
I, [2024-11-25T01:03:52.015137 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
I, [2024-11-25T01:03:52.018594 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
I, [2024-11-25T01:03:52.023257 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
I, [2024-11-25T01:03:52.041685 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
I, [2024-11-25T01:03:52.053013 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
I, [2024-11-25T01:03:52.085054 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
I, [2024-11-25T01:03:52.128844 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
I, [2024-11-25T01:03:52.132804 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
I, [2024-11-25T01:03:52.165428 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
I, [2024-11-25T01:03:52.169274 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
I, [2024-11-25T01:03:52.201152 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
I, [2024-11-25T01:03:52.206164 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.1/ext/racc/cparse'
I, [2024-11-25T01:03:52.244860 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.1/ext/racc/cparse'
I, [2024-11-25T01:03:52.251099 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
I, [2024-11-25T01:03:52.290113 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
I, [2024-11-25T01:03:52.295264 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
I, [2024-11-25T01:03:52.334012 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
I, [2024-11-25T01:03:52.391001 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:52.628546 #3874292]  INFO -- : make[2]: 'ruby' is up to date.
I, [2024-11-25T01:03:52.628681 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:52.629965 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:52.635740 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:52.635829 #3874292]  INFO -- : make[1]: Nothing to be done for 'note'.
I, [2024-11-25T01:03:52.635882 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:03:56.575744 #3874292]  INFO -- : Run options: 
I, [2024-11-25T01:03:56.575836 #3874292]  INFO -- :   --seed=30319
I, [2024-11-25T01:03:56.575862 #3874292]  INFO -- :   "--ruby=./miniruby -I/tmp/ruby/src/trunk-random1/lib -I. -I.ext/common  /tmp/ruby/src/trunk-random1/tool/runruby.rb --extout=.ext  -- --disable-gems"
I, [2024-11-25T01:03:56.575884 #3874292]  INFO -- :   --excludes-dir=/tmp/ruby/src/trunk-random1/test/.excludes
I, [2024-11-25T01:03:56.575903 #3874292]  INFO -- :   --name=!/memory_leak/
I, [2024-11-25T01:03:56.575919 #3874292]  INFO -- :   --stderr-on-failure
I, [2024-11-25T01:03:56.575935 #3874292]  INFO -- :   --test-order=random
I, [2024-11-25T01:03:56.575952 #3874292]  INFO -- : 
I, [2024-11-25T01:03:56.575969 #3874292]  INFO -- : # Running tests:
I, [2024-11-25T01:03:56.575986 #3874292]  INFO -- : 
I, [2024-11-25T01:05:41.092754 #3874292]  INFO -- : Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 10 : #<TCPSocket:fd 10, AF_INET6, ::1, 41403>
I, [2024-11-25T01:05:42.072397 #3874292]  INFO -- : Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 10
I, [2024-11-25T01:14:31.671451 #3874292]  INFO -- : Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 32777>
I, [2024-11-25T01:14:35.894594 #3874292]  INFO -- : Closed file descriptor: TestRDocMarkupToHtmlCrossref#test_gen_url: 9
I, [2024-11-25T01:26:25.098591 #3874292]  INFO -- : Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 8 #<File::Stat dev=0x8, ino=2267969779, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
I, [2024-11-25T01:26:36.159510 #3874292]  INFO -- : Finished tests in 1359.817953s, 23.6098 tests/s, 4811.4874 assertions/s.
I, [2024-11-25T01:26:36.159615 #3874292]  INFO -- : 32105 tests, 6542747 assertions, 0 failures, 0 errors, 195 skips
I, [2024-11-25T01:26:36.159639 #3874292]  INFO -- : 
I, [2024-11-25T01:26:36.159657 #3874292]  INFO -- : ruby -v: ruby 3.4.0dev (2024-11-24T23:16:53Z master 30fda41139) +PRISM [x86_64-linux]
I, [2024-11-25T01:26:36.280378 #3874292]  INFO -- : $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 0.
I, [2024-11-25T01:26:36.280601 #3874292]  INFO -- : $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS="--test-order=random"
I, [2024-11-25T01:26:36.624211 #3874292]  INFO -- : 	BASERUBY = /usr/bin/ruby --disable=gems
I, [2024-11-25T01:26:36.624303 #3874292]  INFO -- : 	CC = gcc
I, [2024-11-25T01:26:36.624325 #3874292]  INFO -- : 	LD = ld
I, [2024-11-25T01:26:36.624344 #3874292]  INFO -- : 	LDSHARED = gcc -shared
I, [2024-11-25T01:26:36.624363 #3874292]  INFO -- : 	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   -fPIC 
I, [2024-11-25T01:26:36.624380 #3874292]  INFO -- : 	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/prism -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0  
I, [2024-11-25T01:26:36.624399 #3874292]  INFO -- : 	CPPFLAGS =   
I, [2024-11-25T01:26:36.624415 #3874292]  INFO -- : 	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
I, [2024-11-25T01:26:36.624431 #3874292]  INFO -- : 	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
I, [2024-11-25T01:26:36.624447 #3874292]  INFO -- : 	LANG = C.UTF-8
I, [2024-11-25T01:26:36.624463 #3874292]  INFO -- : 	LC_ALL = 
I, [2024-11-25T01:26:36.624479 #3874292]  INFO -- : 	LC_CTYPE = 
I, [2024-11-25T01:26:36.624495 #3874292]  INFO -- : 	MFLAGS = 
I, [2024-11-25T01:26:36.624509 #3874292]  INFO -- : 	RUSTC = rustc
I, [2024-11-25T01:26:36.624526 #3874292]  INFO -- : 	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
I, [2024-11-25T01:26:36.629491 #3874292]  INFO -- : gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
I, [2024-11-25T01:26:36.629581 #3874292]  INFO -- : Copyright (C) 2023 Free Software Foundation, Inc.
I, [2024-11-25T01:26:36.629601 #3874292]  INFO -- : This is free software; see the source for copying conditions.  There is NO
I, [2024-11-25T01:26:36.629618 #3874292]  INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I, [2024-11-25T01:26:36.629633 #3874292]  INFO -- : 
I, [2024-11-25T01:26:36.635525 #3874292]  INFO -- : generating enc.mk
I, [2024-11-25T01:26:37.090584 #3874292]  INFO -- : making enc
I, [2024-11-25T01:26:37.142740 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:37.142877 #3874292]  INFO -- : make[1]: Nothing to be done for 'enc'.
I, [2024-11-25T01:26:37.142949 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:37.144878 #3874292]  INFO -- : making srcs under enc
I, [2024-11-25T01:26:37.228858 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:37.228964 #3874292]  INFO -- : make[1]: Nothing to be done for 'srcs'.
I, [2024-11-25T01:26:37.229026 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:37.231620 #3874292]  INFO -- : generating transdb.h
I, [2024-11-25T01:26:37.508967 #3874292]  INFO -- : transdb.h unchanged
I, [2024-11-25T01:26:37.513952 #3874292]  INFO -- : making trans
I, [2024-11-25T01:26:37.613954 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:37.614067 #3874292]  INFO -- : make[1]: Nothing to be done for 'trans'.
I, [2024-11-25T01:26:37.614092 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:37.617197 #3874292]  INFO -- : making encs
I, [2024-11-25T01:26:37.724283 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:37.724405 #3874292]  INFO -- : make[1]: Nothing to be done for 'encs'.
I, [2024-11-25T01:26:37.724469 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:37.729810 #3874292]  INFO -- : generating makefiles ext/configure-ext.mk
I, [2024-11-25T01:26:37.799850 #3874292]  INFO -- : ext/configure-ext.mk updated
I, [2024-11-25T01:26:37.805594 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:40.860720 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:40.861819 #3874292]  INFO -- : generating makefile exts.mk
I, [2024-11-25T01:26:40.967150 #3874292]  INFO -- : exts.mk unchanged
I, [2024-11-25T01:26:40.976892 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:41.624656 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
I, [2024-11-25T01:26:41.633013 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
I, [2024-11-25T01:26:41.644758 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
I, [2024-11-25T01:26:41.653853 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
I, [2024-11-25T01:26:41.660306 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
I, [2024-11-25T01:26:41.674219 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
I, [2024-11-25T01:26:41.724146 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
I, [2024-11-25T01:26:41.730748 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
I, [2024-11-25T01:26:41.768657 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
I, [2024-11-25T01:26:41.787230 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
I, [2024-11-25T01:26:41.796203 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
I, [2024-11-25T01:26:41.803499 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
I, [2024-11-25T01:26:41.826518 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
I, [2024-11-25T01:26:41.842760 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
I, [2024-11-25T01:26:41.865925 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
I, [2024-11-25T01:26:41.871774 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
I, [2024-11-25T01:26:41.881018 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
I, [2024-11-25T01:26:41.889222 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
I, [2024-11-25T01:26:41.912608 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
I, [2024-11-25T01:26:41.948114 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
I, [2024-11-25T01:26:41.957465 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
I, [2024-11-25T01:26:41.963923 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
I, [2024-11-25T01:26:41.973741 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
I, [2024-11-25T01:26:42.016719 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
I, [2024-11-25T01:26:42.025657 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
I, [2024-11-25T01:26:42.032833 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
I, [2024-11-25T01:26:42.060756 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
I, [2024-11-25T01:26:42.073496 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
I, [2024-11-25T01:26:42.077421 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
I, [2024-11-25T01:26:42.082724 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
I, [2024-11-25T01:26:42.102819 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
I, [2024-11-25T01:26:42.115112 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
I, [2024-11-25T01:26:42.141338 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
I, [2024-11-25T01:26:42.170668 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
I, [2024-11-25T01:26:42.175071 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
I, [2024-11-25T01:26:42.204142 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.9.2/ext/debug'
I, [2024-11-25T01:26:42.208061 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
I, [2024-11-25T01:26:42.238835 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/nkf-0.2.0/ext/nkf'
I, [2024-11-25T01:26:42.243127 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.1/ext/racc/cparse'
I, [2024-11-25T01:26:42.283972 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.8.1/ext/racc/cparse'
I, [2024-11-25T01:26:42.290229 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
I, [2024-11-25T01:26:42.329913 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.6.1/ext/rbs_extension'
I, [2024-11-25T01:26:42.335462 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
I, [2024-11-25T01:26:42.375580 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/syslog-0.1.2/ext/syslog'
I, [2024-11-25T01:26:42.432349 #3874292]  INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:42.687817 #3874292]  INFO -- : make[2]: 'ruby' is up to date.
I, [2024-11-25T01:26:42.687908 #3874292]  INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:42.688890 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:42.695260 #3874292]  INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:42.695344 #3874292]  INFO -- : make[1]: Nothing to be done for 'note'.
I, [2024-11-25T01:26:42.695359 #3874292]  INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
I, [2024-11-25T01:26:43.438251 #3874292]  INFO -- : ruby 3.4.0dev (2024-11-24T23:16:53Z master 30fda41139) +PRISM [x86_64-linux]
I, [2024-11-25T01:26:46.504649 #3874292]  INFO -- :      0 ............................................................
I, [2024-11-25T01:26:47.926545 #3874292]  INFO -- :     60 ............................................................
I, [2024-11-25T01:26:48.670603 #3874292]  INFO -- :    120 ............................................................
I, [2024-11-25T01:26:49.111870 #3874292]  INFO -- :    180 ............................................................
I, [2024-11-25T01:26:49.303577 #3874292]  INFO -- :    240 ............................................................
I, [2024-11-25T01:26:49.540232 #3874292]  INFO -- :    300 ............................................................
I, [2024-11-25T01:26:49.825968 #3874292]  INFO -- :    360 ............................................................
I, [2024-11-25T01:26:49.951816 #3874292]  INFO -- :    420 ............................................................
I, [2024-11-25T01:26:50.029107 #3874292]  INFO -- :    480 ............................................................
I, [2024-11-25T01:26:50.104127 #3874292]  INFO -- :    540 ............................................................
I, [2024-11-25T01:26:50.204676 #3874292]  INFO -- :    600 ............................................................
I, [2024-11-25T01:26:50.488688 #3874292]  INFO -- :    660 ............................................................
I, [2024-11-25T01:26:50.688804 #3874292]  INFO -- :    720 ............................................................
I, [2024-11-25T01:26:50.835253 #3874292]  INFO -- :    780 ............................................................
I, [2024-11-25T01:26:50.943690 #3874292]  INFO -- :    840 ............................................................
I, [2024-11-25T01:26:51.072770 #3874292]  INFO -- :    900 ............................................................
I, [2024-11-25T01:26:51.228102 #3874292]  INFO -- :    960 ............................................................
I, [2024-11-25T01:26:51.620029 #3874292]  INFO -- :   1020 ............................................................
I, [2024-11-25T01:26:52.238737 #3874292]  INFO -- :   1080 ............................................................
I, [2024-11-25T01:26:52.762912 #3874292]  INFO -- :   1140 ............................................................
I, [2024-11-25T01:26:53.205774 #3874292]  INFO -- :   1200 ............................................................
I, [2024-11-25T01:26:53.614459 #3874292]  INFO -- :   1260 ............................................................
I, [2024-11-25T01:26:53.911085 #3874292]  INFO -- :   1320 ............................................................
I, [2024-11-25T01:26:54.030417 #3874292]  INFO -- :   1380 ............................................................
I, [2024-11-25T01:26:54.345828 #3874292]  INFO -- :   1440 ............................................................
I, [2024-11-25T01:26:55.977604 #3874292]  INFO -- :   1500 ............................................................
I, [2024-11-25T01:26:56.487459 #3874292]  INFO -- :   1560 ............................................................
I, [2024-11-25T01:26:56.728750 #3874292]  INFO -- :   1620 ............................................................
I, [2024-11-25T01:26:57.107195 #3874292]  INFO -- :   1680 ............................................................
I, [2024-11-25T01:26:57.415288 #3874292]  INFO -- :   1740 ............................................................
I, [2024-11-25T01:26:57.894588 #3874292]  INFO -- :   1800 ............................................................
I, [2024-11-25T01:26:58.213105 #3874292]  INFO -- :   1860 ............................................................
I, [2024-11-25T01:26:59.203467 #3874292]  INFO -- :   1920 ............................................................
I, [2024-11-25T01:26:59.449030 #3874292]  INFO -- :   1980 ............................................................
I, [2024-11-25T01:26:59.679652 #3874292]  INFO -- :   2040 ............................................................
I, [2024-11-25T01:27:00.118209 #3874292]  INFO -- :   2100 ............................................................
I, [2024-11-25T01:27:00.273885 #3874292]  INFO -- :   2160 ............................................................
I, [2024-11-25T01:27:00.364428 #3874292]  INFO -- :   2220 ............................................................
I, [2024-11-25T01:27:00.527691 #3874292]  INFO -- :   2280 ............................................................
I, [2024-11-25T01:27:00.682971 #3874292]  INFO -- :   2340 ............................................................
I, [2024-11-25T01:27:00.888708 #3874292]  INFO -- :   2400 ............................................................
I, [2024-11-25T01:27:01.357070 #3874292]  INFO -- :   2460 ............................................................
I, [2024-11-25T01:27:01.904374 #3874292]  INFO -- :   2520 ............................................................
I, [2024-11-25T01:27:01.986662 #3874292]  INFO -- :   2580 ............................................................
I, [2024-11-25T01:27:02.514292 #3874292]  INFO -- :   2640 ............................................................
I, [2024-11-25T01:27:02.794341 #3874292]  INFO -- :   2700 ............................................................
I, [2024-11-25T01:27:02.941601 #3874292]  INFO -- :   2760 ............................................................
I, [2024-11-25T01:27:03.297372 #3874292]  INFO -- :   2820 ............................................................
I, [2024-11-25T01:27:03.742456 #3874292]  INFO -- :   2880 ............................................................
I, [2024-11-25T01:27:04.136461 #3874292]  INFO -- :   2940 ............................................................
I, [2024-11-25T01:27:04.345809 #3874292]  INFO -- :   3000 ............................................................
I, [2024-11-25T01:27:04.432604 #3874292]  INFO -- :   3060 ............................................................
I, [2024-11-25T01:27:04.522679 #3874292]  INFO -- :   3120 ............................................................
I, [2024-11-25T01:27:04.576673 #3874292]  INFO -- :   3180 ............................................................
I, [2024-11-25T01:27:04.619951 #3874292]  INFO -- :   3240 ............................................................
I, [2024-11-25T01:27:04.759541 #3874292]  INFO -- :   3300 ............................................................
I, [2024-11-25T01:27:05.067219 #3874292]  INFO -- :   3360 ............................................................
I, [2024-11-25T01:27:08.493991 #3874292]  INFO -- :   3420 .................
I, [2024-11-25T01:27:08.494180 #3874292]  INFO -- : 
I, [2024-11-25T01:27:08.494218 #3874292]  INFO -- : Finished in 25.659128 seconds
I, [2024-11-25T01:27:08.494235 #3874292]  INFO -- : 
I, [2024-11-25T01:27:08.494249 #3874292]  INFO -- : 3436 files, 33249 examples, 153820 expectations, 0 failures, 0 errors, 0 tagged
I, [2024-11-25T01:27:08.498838 #3874292]  INFO -- : $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=\"--test-order=random\"" exit with 0.