# Logfile created on 2024-06-01 10:29:41 +0000 by logger.rb/v1.4.3 I, [2024-06-01T10:29:41.940850 #439476] INFO -- : #, @formatter=nil, @logdev=#, @binmode=false, @mon_data=#, @mon_data_owner_object_id=860>>> I, [2024-06-01T10:29:41.940976 #439476] INFO -- : $$$[beg] make update-download -j20 I, [2024-06-01T10:29:42.046530 #439476] INFO -- : tool/config.guess already exists I, [2024-06-01T10:29:42.046574 #439476] INFO -- : tool/config.sub already exists I, [2024-06-01T10:29:42.048722 #439476] INFO -- : Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed I, [2024-06-01T10:29:42.048849 #439476] INFO -- : Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd I, [2024-06-01T10:29:42.049610 #439476] INFO -- : Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 I, [2024-06-01T10:29:42.050109 #439476] INFO -- : echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - I, [2024-06-01T10:29:42.050275 #439476] INFO -- : echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - I, [2024-06-01T10:29:42.050736 #439476] INFO -- : echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - I, [2024-06-01T10:29:42.051973 #439476] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged I, [2024-06-01T10:29:42.052313 #439476] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged I, [2024-06-01T10:29:42.052477 #439476] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged I, [2024-06-01T10:29:42.107692 #439476] INFO -- : Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem I, [2024-06-01T10:29:42.178016 #439476] INFO -- : Successfully built RubyGem I, [2024-06-01T10:29:42.178051 #439476] INFO -- : Name: power_assert I, [2024-06-01T10:29:42.178056 #439476] INFO -- : Version: 2.0.4dev I, [2024-06-01T10:29:42.178060 #439476] INFO -- : File: power_assert-2.0.4dev.gem I, [2024-06-01T10:29:42.222860 #439476] INFO -- : $$$[end] "make update-download -j20" exit with 0. I, [2024-06-01T10:29:42.222893 #439476] INFO -- : $$$[beg] make update-src -j20 E, [2024-06-01T10:29:43.257248 #439476] ERROR -- : From https://github.com/ruby/ruby E, [2024-06-01T10:29:43.257320 #439476] ERROR -- : 767aa0c..cda69b5 master -> origin/master I, [2024-06-01T10:29:43.283830 #439476] INFO -- : Updating 767aa0c..cda69b5 I, [2024-06-01T10:29:43.283896 #439476] INFO -- : Fast-forward I, [2024-06-01T10:29:43.287174 #439476] INFO -- : lib/reline.rb | 33 ++--- I, [2024-06-01T10:29:43.287196 #439476] INFO -- : lib/reline/general_io.rb | 111 ---------------- I, [2024-06-01T10:29:43.287208 #439476] INFO -- : lib/reline/io.rb | 45 +++++++ I, [2024-06-01T10:29:43.287213 #439476] INFO -- : lib/reline/{ => io}/ansi.rb | 146 +++++++++++---------- I, [2024-06-01T10:29:43.287217 #439476] INFO -- : lib/reline/io/dumb.rb | 106 ++++++++++++++++ I, [2024-06-01T10:29:43.287221 #439476] INFO -- : lib/reline/{ => io}/windows.rb | 204 +++++++++++++++--------------- I, [2024-06-01T10:29:43.287225 #439476] INFO -- : lib/reline/line_editor.rb | 4 +- I, [2024-06-01T10:29:43.287229 #439476] INFO -- : test/reline/helper.rb | 29 +++-- I, [2024-06-01T10:29:43.287235 #439476] INFO -- : test/reline/test_ansi_with_terminfo.rb | 4 +- I, [2024-06-01T10:29:43.287239 #439476] INFO -- : test/reline/test_ansi_without_terminfo.rb | 4 +- I, [2024-06-01T10:29:43.287243 #439476] INFO -- : test/reline/test_config.rb | 4 +- I, [2024-06-01T10:29:43.287247 #439476] INFO -- : test/reline/test_line_editor.rb | 10 +- I, [2024-06-01T10:29:43.287251 #439476] INFO -- : test/reline/test_reline.rb | 4 +- I, [2024-06-01T10:29:43.287255 #439476] INFO -- : 13 files changed, 366 insertions(+), 338 deletions(-) I, [2024-06-01T10:29:43.287259 #439476] INFO -- : delete mode 100644 lib/reline/general_io.rb I, [2024-06-01T10:29:43.287262 #439476] INFO -- : create mode 100644 lib/reline/io.rb I, [2024-06-01T10:29:43.287266 #439476] INFO -- : rename lib/reline/{ => io}/ansi.rb (75%) I, [2024-06-01T10:29:43.287271 #439476] INFO -- : create mode 100644 lib/reline/io/dumb.rb I, [2024-06-01T10:29:43.287274 #439476] INFO -- : rename lib/reline/{ => io}/windows.rb (68%) I, [2024-06-01T10:29:43.300132 #439476] INFO -- : Latest commit hash = cda69b5910 I, [2024-06-01T10:29:43.301940 #439476] INFO -- : $$$[end] "make update-src -j20" exit with 0. I, [2024-06-01T10:29:43.301996 #439476] INFO -- : $$$[beg] make after-update -j20 I, [2024-06-01T10:29:43.410404 #439476] INFO -- : /tmp/ruby/src/trunk/revision.h updated I, [2024-06-01T10:29:43.411640 #439476] INFO -- : generating x86_64-linux-fake.rb I, [2024-06-01T10:29:43.462314 #439476] INFO -- : x86_64-linux-fake.rb updated I, [2024-06-01T10:29:43.463867 #439476] INFO -- : generating enc.mk I, [2024-06-01T10:29:43.580029 #439476] INFO -- : making srcs under enc I, [2024-06-01T10:29:43.610815 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:43.610838 #439476] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2024-06-01T10:29:43.610843 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:43.655806 #439476] INFO -- : Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed I, [2024-06-01T10:29:43.656038 #439476] INFO -- : Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd I, [2024-06-01T10:29:43.656059 #439476] INFO -- : Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 I, [2024-06-01T10:29:43.657863 #439476] INFO -- : echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - I, [2024-06-01T10:29:43.657957 #439476] INFO -- : echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - I, [2024-06-01T10:29:43.658087 #439476] INFO -- : echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - I, [2024-06-01T10:29:43.659954 #439476] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged I, [2024-06-01T10:29:43.659981 #439476] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged I, [2024-06-01T10:29:43.659987 #439476] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged I, [2024-06-01T10:29:43.715524 #439476] INFO -- : Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem I, [2024-06-01T10:29:43.784096 #439476] INFO -- : Successfully built RubyGem I, [2024-06-01T10:29:43.784136 #439476] INFO -- : Name: power_assert I, [2024-06-01T10:29:43.784143 #439476] INFO -- : Version: 2.0.4dev I, [2024-06-01T10:29:43.784148 #439476] INFO -- : File: power_assert-2.0.4dev.gem I, [2024-06-01T10:29:43.786446 #439476] INFO -- : Extracting bundle gem power_assert-2.0.3... I, [2024-06-01T10:29:43.850390 #439476] INFO -- : Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. I, [2024-06-01T10:29:43.855324 #439476] INFO -- : Unpacked gems/power_assert-2.0.4dev.gem I, [2024-06-01T10:29:43.857334 #439476] INFO -- : $$$[end] "make after-update -j20" exit with 0. I, [2024-06-01T10:29:43.857459 #439476] INFO -- : $$$[beg] make miniruby -j20 I, [2024-06-01T10:29:43.915187 #439476] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2024-06-01T10:29:43.915214 #439476] INFO -- : CC = gcc I, [2024-06-01T10:29:43.915220 #439476] INFO -- : LD = ld I, [2024-06-01T10:29:43.915224 #439476] INFO -- : LDSHARED = gcc -shared I, [2024-06-01T10:29:43.915228 #439476] INFO -- : CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC I, [2024-06-01T10:29:43.915232 #439476] INFO -- : XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 I, [2024-06-01T10:29:43.915236 #439476] INFO -- : CPPFLAGS = I, [2024-06-01T10:29:43.915239 #439476] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong I, [2024-06-01T10:29:43.915243 #439476] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2024-06-01T10:29:43.915247 #439476] INFO -- : LANG = en_US.UTF-8 I, [2024-06-01T10:29:43.915251 #439476] INFO -- : LC_ALL = I, [2024-06-01T10:29:43.915255 #439476] INFO -- : LC_CTYPE = I, [2024-06-01T10:29:43.915258 #439476] INFO -- : MFLAGS = -j20 --jobserver-auth=4,5 I, [2024-06-01T10:29:43.915262 #439476] INFO -- : RUSTC = no I, [2024-06-01T10:29:43.915266 #439476] 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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs I, [2024-06-01T10:29:43.924312 #439476] INFO -- : gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 I, [2024-06-01T10:29:43.924333 #439476] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2024-06-01T10:29:43.924341 #439476] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2024-06-01T10:29:43.924346 #439476] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2024-06-01T10:29:43.924349 #439476] INFO -- : I, [2024-06-01T10:29:43.945896 #439476] INFO -- : compiling /tmp/ruby/src/trunk/version.c I, [2024-06-01T10:29:44.046392 #439476] INFO -- : linking miniruby I, [2024-06-01T10:29:44.575633 #439476] INFO -- : $$$[end] "make miniruby -j20" exit with 0. I, [2024-06-01T10:29:44.575787 #439476] INFO -- : $$$[beg] make ruby -j20 I, [2024-06-01T10:29:44.633885 #439476] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2024-06-01T10:29:44.633927 #439476] INFO -- : CC = gcc I, [2024-06-01T10:29:44.633944 #439476] INFO -- : LD = ld I, [2024-06-01T10:29:44.633956 #439476] INFO -- : LDSHARED = gcc -shared I, [2024-06-01T10:29:44.633968 #439476] INFO -- : CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC I, [2024-06-01T10:29:44.633980 #439476] INFO -- : XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 I, [2024-06-01T10:29:44.633993 #439476] INFO -- : CPPFLAGS = I, [2024-06-01T10:29:44.634004 #439476] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong I, [2024-06-01T10:29:44.634016 #439476] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2024-06-01T10:29:44.634027 #439476] INFO -- : LANG = en_US.UTF-8 I, [2024-06-01T10:29:44.634039 #439476] INFO -- : LC_ALL = I, [2024-06-01T10:29:44.634050 #439476] INFO -- : LC_CTYPE = I, [2024-06-01T10:29:44.634061 #439476] INFO -- : MFLAGS = -j20 --jobserver-auth=4,5 I, [2024-06-01T10:29:44.634072 #439476] INFO -- : RUSTC = no I, [2024-06-01T10:29:44.634085 #439476] 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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs I, [2024-06-01T10:29:44.645092 #439476] INFO -- : gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 I, [2024-06-01T10:29:44.645143 #439476] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2024-06-01T10:29:44.645157 #439476] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2024-06-01T10:29:44.645170 #439476] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2024-06-01T10:29:44.645182 #439476] INFO -- : I, [2024-06-01T10:29:44.763761 #439476] INFO -- : builtin_binary.inc updated I, [2024-06-01T10:29:44.768410 #439476] INFO -- : ace35401c0af8f2b3da4ce4a01ea6ac787ae4a28c8bc5a60f597c88f19d18e6d builtin_binary.inc I, [2024-06-01T10:29:44.769099 #439476] INFO -- : compiling /tmp/ruby/src/trunk/builtin.c I, [2024-06-01T10:29:44.952652 #439476] INFO -- : linking static-library libruby-static.a I, [2024-06-01T10:29:45.269022 #439476] INFO -- : linking shared-library libruby.so.3.4.0 I, [2024-06-01T10:29:46.830078 #439476] INFO -- : linking ruby I, [2024-06-01T10:29:46.855016 #439476] INFO -- : $$$[end] "make ruby -j20" exit with 0. I, [2024-06-01T10:29:46.855105 #439476] INFO -- : $$$[beg] make all -j20 I, [2024-06-01T10:29:46.914498 #439476] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2024-06-01T10:29:46.914527 #439476] INFO -- : CC = gcc I, [2024-06-01T10:29:46.914533 #439476] INFO -- : LD = ld I, [2024-06-01T10:29:46.914537 #439476] INFO -- : LDSHARED = gcc -shared I, [2024-06-01T10:29:46.914545 #439476] INFO -- : CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC I, [2024-06-01T10:29:46.914555 #439476] INFO -- : XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 I, [2024-06-01T10:29:46.914559 #439476] INFO -- : CPPFLAGS = I, [2024-06-01T10:29:46.914563 #439476] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong I, [2024-06-01T10:29:46.914567 #439476] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2024-06-01T10:29:46.914571 #439476] INFO -- : LANG = en_US.UTF-8 I, [2024-06-01T10:29:46.914575 #439476] INFO -- : LC_ALL = I, [2024-06-01T10:29:46.914579 #439476] INFO -- : LC_CTYPE = I, [2024-06-01T10:29:46.914583 #439476] INFO -- : MFLAGS = -j20 --jobserver-auth=4,5 I, [2024-06-01T10:29:46.914587 #439476] INFO -- : RUSTC = no I, [2024-06-01T10:29:46.914591 #439476] 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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs I, [2024-06-01T10:29:46.925531 #439476] INFO -- : gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 I, [2024-06-01T10:29:46.925561 #439476] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2024-06-01T10:29:46.925568 #439476] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2024-06-01T10:29:46.925573 #439476] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2024-06-01T10:29:46.925578 #439476] INFO -- : I, [2024-06-01T10:29:46.954322 #439476] INFO -- : generating encdb.h I, [2024-06-01T10:29:46.955638 #439476] INFO -- : generating enc.mk I, [2024-06-01T10:29:46.957621 #439476] INFO -- : building spec/ruby/optional/capi/ext/array_spec.so I, [2024-06-01T10:29:46.957954 #439476] INFO -- : building spec/ruby/optional/capi/ext/basic_object_spec.so I, [2024-06-01T10:29:46.958287 #439476] INFO -- : building spec/ruby/optional/capi/ext/bignum_spec.so I, [2024-06-01T10:29:46.958991 #439476] INFO -- : building spec/ruby/optional/capi/ext/binding_spec.so I, [2024-06-01T10:29:46.959589 #439476] INFO -- : building spec/ruby/optional/capi/ext/boolean_spec.so I, [2024-06-01T10:29:46.960023 #439476] INFO -- : building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so I, [2024-06-01T10:29:46.960937 #439476] INFO -- : building spec/ruby/optional/capi/ext/class_spec.so I, [2024-06-01T10:29:46.962085 #439476] INFO -- : building spec/ruby/optional/capi/ext/class_under_autoload_spec.so I, [2024-06-01T10:29:46.962519 #439476] INFO -- : building spec/ruby/optional/capi/ext/complex_spec.so I, [2024-06-01T10:29:46.963247 #439476] INFO -- : building spec/ruby/optional/capi/ext/constants_spec.so I, [2024-06-01T10:29:46.963901 #439476] INFO -- : building spec/ruby/optional/capi/ext/data_spec.so I, [2024-06-01T10:29:46.964189 #439476] INFO -- : building spec/ruby/optional/capi/ext/debug_spec.so I, [2024-06-01T10:29:46.965172 #439476] INFO -- : building spec/ruby/optional/capi/ext/encoding_spec.so I, [2024-06-01T10:29:46.966072 #439476] INFO -- : building spec/ruby/optional/capi/ext/enumerator_spec.so I, [2024-06-01T10:29:46.966409 #439476] INFO -- : building spec/ruby/optional/capi/ext/exception_spec.so I, [2024-06-01T10:29:46.967286 #439476] INFO -- : building spec/ruby/optional/capi/ext/fiber_spec.so I, [2024-06-01T10:29:46.967947 #439476] INFO -- : building spec/ruby/optional/capi/ext/file_spec.so I, [2024-06-01T10:29:46.968401 #439476] INFO -- : building spec/ruby/optional/capi/ext/fixnum_spec.so I, [2024-06-01T10:29:46.991351 #439476] INFO -- : encdb.h unchanged I, [2024-06-01T10:29:46.993580 #439476] INFO -- : building spec/ruby/optional/capi/ext/float_spec.so I, [2024-06-01T10:29:47.093611 #439476] INFO -- : building spec/ruby/optional/capi/ext/gc_spec.so I, [2024-06-01T10:29:47.095531 #439476] INFO -- : building spec/ruby/optional/capi/ext/globals_spec.so I, [2024-06-01T10:29:47.097946 #439476] INFO -- : building spec/ruby/optional/capi/ext/hash_spec.so I, [2024-06-01T10:29:47.107199 #439476] INFO -- : building spec/ruby/optional/capi/ext/integer_spec.so I, [2024-06-01T10:29:47.109709 #439476] INFO -- : building spec/ruby/optional/capi/ext/io_spec.so I, [2024-06-01T10:29:47.114948 #439476] INFO -- : building spec/ruby/optional/capi/ext/kernel_spec.so I, [2024-06-01T10:29:47.117033 #439476] INFO -- : building spec/ruby/optional/capi/ext/language_spec.so I, [2024-06-01T10:29:47.118964 #439476] INFO -- : building spec/ruby/optional/capi/ext/marshal_spec.so I, [2024-06-01T10:29:47.136738 #439476] INFO -- : building spec/ruby/optional/capi/ext/module_spec.so I, [2024-06-01T10:29:47.137472 #439476] INFO -- : building spec/ruby/optional/capi/ext/module_under_autoload_spec.so I, [2024-06-01T10:29:47.146276 #439476] INFO -- : building spec/ruby/optional/capi/ext/mutex_spec.so I, [2024-06-01T10:29:47.148987 #439476] INFO -- : building spec/ruby/optional/capi/ext/numeric_spec.so I, [2024-06-01T10:29:47.152792 #439476] INFO -- : building spec/ruby/optional/capi/ext/object_spec.so I, [2024-06-01T10:29:47.156418 #439476] INFO -- : building spec/ruby/optional/capi/ext/proc_spec.so I, [2024-06-01T10:29:47.158658 #439476] INFO -- : building spec/ruby/optional/capi/ext/range_spec.so I, [2024-06-01T10:29:47.192195 #439476] INFO -- : building spec/ruby/optional/capi/ext/rational_spec.so I, [2024-06-01T10:29:47.199961 #439476] INFO -- : building spec/ruby/optional/capi/ext/rbasic_spec.so I, [2024-06-01T10:29:47.216059 #439476] INFO -- : building spec/ruby/optional/capi/ext/regexp_spec.so I, [2024-06-01T10:29:47.245270 #439476] INFO -- : building spec/ruby/optional/capi/ext/string_spec.so I, [2024-06-01T10:29:47.267508 #439476] INFO -- : building spec/ruby/optional/capi/ext/st_spec.so I, [2024-06-01T10:29:47.267626 #439476] INFO -- : building spec/ruby/optional/capi/ext/struct_spec.so I, [2024-06-01T10:29:47.270110 #439476] INFO -- : building spec/ruby/optional/capi/ext/symbol_spec.so I, [2024-06-01T10:29:47.282447 #439476] INFO -- : building spec/ruby/optional/capi/ext/thread_spec.so I, [2024-06-01T10:29:47.293376 #439476] INFO -- : building spec/ruby/optional/capi/ext/time_spec.so I, [2024-06-01T10:29:47.298892 #439476] INFO -- : building spec/ruby/optional/capi/ext/tracepoint_spec.so I, [2024-06-01T10:29:47.300763 #439476] INFO -- : building spec/ruby/optional/capi/ext/typed_data_spec.so I, [2024-06-01T10:29:47.305640 #439476] INFO -- : building spec/ruby/optional/capi/ext/util_spec.so I, [2024-06-01T10:29:47.347922 #439476] INFO -- : making enc I, [2024-06-01T10:29:47.352002 #439476] INFO -- : making srcs under enc I, [2024-06-01T10:29:47.377704 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.377759 #439476] INFO -- : make[1]: Nothing to be done for 'enc'. I, [2024-06-01T10:29:47.377768 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.385777 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.385807 #439476] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2024-06-01T10:29:47.385814 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.386542 #439476] INFO -- : generating transdb.h I, [2024-06-01T10:29:47.493141 #439476] INFO -- : transdb.h unchanged I, [2024-06-01T10:29:47.494531 #439476] INFO -- : generating makefiles ext/configure-ext.mk I, [2024-06-01T10:29:47.494604 #439476] INFO -- : making trans I, [2024-06-01T10:29:47.521126 #439476] INFO -- : ext/configure-ext.mk updated I, [2024-06-01T10:29:47.523918 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.527976 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.528041 #439476] INFO -- : make[1]: Nothing to be done for 'trans'. I, [2024-06-01T10:29:47.528050 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.528737 #439476] INFO -- : making encs I, [2024-06-01T10:29:47.586852 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.586934 #439476] INFO -- : make[1]: Nothing to be done for 'encs'. I, [2024-06-01T10:29:47.586961 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.678270 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.679191 #439476] INFO -- : generating makefile exts.mk I, [2024-06-01T10:29:47.717513 #439476] INFO -- : exts.mk unchanged I, [2024-06-01T10:29:47.722435 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.740370 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' I, [2024-06-01T10:29:47.741913 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' I, [2024-06-01T10:29:47.742178 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' I, [2024-06-01T10:29:47.742880 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' I, [2024-06-01T10:29:47.743269 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' I, [2024-06-01T10:29:47.743931 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' I, [2024-06-01T10:29:47.744180 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2024-06-01T10:29:47.744432 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' I, [2024-06-01T10:29:47.745319 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' I, [2024-06-01T10:29:47.745409 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2024-06-01T10:29:47.745442 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' I, [2024-06-01T10:29:47.746160 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' I, [2024-06-01T10:29:47.746445 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' I, [2024-06-01T10:29:47.746623 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' I, [2024-06-01T10:29:47.746648 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2024-06-01T10:29:47.746729 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' I, [2024-06-01T10:29:47.746937 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' I, [2024-06-01T10:29:47.747086 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' I, [2024-06-01T10:29:47.747415 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' I, [2024-06-01T10:29:47.747622 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' I, [2024-06-01T10:29:47.748073 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' I, [2024-06-01T10:29:47.748716 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' I, [2024-06-01T10:29:47.749555 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' I, [2024-06-01T10:29:47.749734 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' I, [2024-06-01T10:29:47.749794 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' I, [2024-06-01T10:29:47.750185 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' I, [2024-06-01T10:29:47.750629 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' I, [2024-06-01T10:29:47.750801 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' I, [2024-06-01T10:29:47.753037 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2024-06-01T10:29:47.753595 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' I, [2024-06-01T10:29:47.754171 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' I, [2024-06-01T10:29:47.754632 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2024-06-01T10:29:47.755499 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' I, [2024-06-01T10:29:47.756344 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2024-06-01T10:29:47.756673 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' I, [2024-06-01T10:29:47.759605 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' I, [2024-06-01T10:29:47.761399 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' I, [2024-06-01T10:29:47.767855 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' I, [2024-06-01T10:29:47.773392 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' I, [2024-06-01T10:29:47.773855 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' I, [2024-06-01T10:29:47.774037 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' I, [2024-06-01T10:29:47.774631 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' I, [2024-06-01T10:29:47.780879 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' I, [2024-06-01T10:29:47.781363 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' I, [2024-06-01T10:29:47.806706 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.882541 #439476] INFO -- : linking ruby I, [2024-06-01T10:29:47.905292 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.905826 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.909684 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.909736 #439476] INFO -- : make[1]: Nothing to be done for 'note'. I, [2024-06-01T10:29:47.909749 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:47.910322 #439476] INFO -- : $$$[end] "make all -j20" exit with 0. I, [2024-06-01T10:29:47.910473 #439476] INFO -- : $$$[beg] make install -j20 I, [2024-06-01T10:29:47.983156 #439476] INFO -- : Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed I, [2024-06-01T10:29:47.983301 #439476] INFO -- : Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd I, [2024-06-01T10:29:47.983693 #439476] INFO -- : Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 I, [2024-06-01T10:29:47.984476 #439476] INFO -- : echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - I, [2024-06-01T10:29:47.985251 #439476] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2024-06-01T10:29:47.985294 #439476] INFO -- : CC = gcc I, [2024-06-01T10:29:47.985302 #439476] INFO -- : LD = ld I, [2024-06-01T10:29:47.985306 #439476] INFO -- : LDSHARED = gcc -shared I, [2024-06-01T10:29:47.985317 #439476] INFO -- : CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC I, [2024-06-01T10:29:47.985321 #439476] INFO -- : XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 I, [2024-06-01T10:29:47.985325 #439476] INFO -- : CPPFLAGS = I, [2024-06-01T10:29:47.985329 #439476] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong I, [2024-06-01T10:29:47.985333 #439476] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2024-06-01T10:29:47.985337 #439476] INFO -- : LANG = en_US.UTF-8 I, [2024-06-01T10:29:47.985340 #439476] INFO -- : LC_ALL = I, [2024-06-01T10:29:47.985343 #439476] INFO -- : LC_CTYPE = I, [2024-06-01T10:29:47.985347 #439476] INFO -- : MFLAGS = -j20 --jobserver-auth=4,5 I, [2024-06-01T10:29:47.985350 #439476] INFO -- : RUSTC = no I, [2024-06-01T10:29:47.985354 #439476] 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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs I, [2024-06-01T10:29:47.986831 #439476] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged I, [2024-06-01T10:29:48.011538 #439476] INFO -- : echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - I, [2024-06-01T10:29:48.011619 #439476] INFO -- : echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - I, [2024-06-01T10:29:48.012618 #439476] INFO -- : generating encdb.h I, [2024-06-01T10:29:48.012647 #439476] INFO -- : gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 I, [2024-06-01T10:29:48.012659 #439476] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2024-06-01T10:29:48.012669 #439476] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2024-06-01T10:29:48.012679 #439476] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2024-06-01T10:29:48.012689 #439476] INFO -- : I, [2024-06-01T10:29:48.013431 #439476] INFO -- : generating enc.mk I, [2024-06-01T10:29:48.013713 #439476] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged I, [2024-06-01T10:29:48.014017 #439476] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged I, [2024-06-01T10:29:48.036852 #439476] INFO -- : encdb.h unchanged I, [2024-06-01T10:29:48.092639 #439476] INFO -- : Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem I, [2024-06-01T10:29:48.133781 #439476] INFO -- : making srcs under enc I, [2024-06-01T10:29:48.134017 #439476] INFO -- : making enc I, [2024-06-01T10:29:48.151369 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.151418 #439476] INFO -- : make[1]: Nothing to be done for 'enc'. I, [2024-06-01T10:29:48.151430 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.161819 #439476] INFO -- : Successfully built RubyGem I, [2024-06-01T10:29:48.161876 #439476] INFO -- : Name: power_assert I, [2024-06-01T10:29:48.161888 #439476] INFO -- : Version: 2.0.4dev I, [2024-06-01T10:29:48.161899 #439476] INFO -- : File: power_assert-2.0.4dev.gem I, [2024-06-01T10:29:48.163885 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.163949 #439476] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2024-06-01T10:29:48.163963 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.163975 #439476] INFO -- : Extracting bundle gem power_assert-2.0.3... I, [2024-06-01T10:29:48.164915 #439476] INFO -- : generating transdb.h I, [2024-06-01T10:29:48.225485 #439476] INFO -- : Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. I, [2024-06-01T10:29:48.230511 #439476] INFO -- : Unpacked gems/power_assert-2.0.4dev.gem I, [2024-06-01T10:29:48.261311 #439476] INFO -- : transdb.h unchanged I, [2024-06-01T10:29:48.262908 #439476] INFO -- : generating makefiles ext/configure-ext.mk I, [2024-06-01T10:29:48.263061 #439476] INFO -- : making trans I, [2024-06-01T10:29:48.290080 #439476] INFO -- : ext/configure-ext.mk unchanged I, [2024-06-01T10:29:48.292112 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.297910 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.297998 #439476] INFO -- : make[1]: Nothing to be done for 'trans'. I, [2024-06-01T10:29:48.298009 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.374240 #439476] INFO -- : making encs I, [2024-06-01T10:29:48.427196 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.427254 #439476] INFO -- : make[1]: Nothing to be done for 'encs'. I, [2024-06-01T10:29:48.427267 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.438759 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.439323 #439476] INFO -- : generating makefile exts.mk I, [2024-06-01T10:29:48.476811 #439476] INFO -- : exts.mk unchanged I, [2024-06-01T10:29:48.481617 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.500233 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' I, [2024-06-01T10:29:48.501059 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' I, [2024-06-01T10:29:48.501283 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' I, [2024-06-01T10:29:48.502111 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' I, [2024-06-01T10:29:48.502212 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' I, [2024-06-01T10:29:48.503104 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' I, [2024-06-01T10:29:48.503542 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' I, [2024-06-01T10:29:48.503786 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' I, [2024-06-01T10:29:48.504457 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2024-06-01T10:29:48.504488 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' I, [2024-06-01T10:29:48.504865 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' I, [2024-06-01T10:29:48.505241 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' I, [2024-06-01T10:29:48.505637 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' I, [2024-06-01T10:29:48.505662 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' I, [2024-06-01T10:29:48.505895 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' I, [2024-06-01T10:29:48.506173 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' I, [2024-06-01T10:29:48.506209 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' I, [2024-06-01T10:29:48.506491 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' I, [2024-06-01T10:29:48.506742 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' I, [2024-06-01T10:29:48.506783 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2024-06-01T10:29:48.507570 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' I, [2024-06-01T10:29:48.507744 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' I, [2024-06-01T10:29:48.508789 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2024-06-01T10:29:48.509075 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' I, [2024-06-01T10:29:48.509130 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' I, [2024-06-01T10:29:48.509268 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' I, [2024-06-01T10:29:48.509376 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' I, [2024-06-01T10:29:48.509794 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' I, [2024-06-01T10:29:48.509816 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' I, [2024-06-01T10:29:48.510851 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2024-06-01T10:29:48.512875 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' I, [2024-06-01T10:29:48.515054 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' I, [2024-06-01T10:29:48.515471 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2024-06-01T10:29:48.515915 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' I, [2024-06-01T10:29:48.518904 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2024-06-01T10:29:48.518938 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' I, [2024-06-01T10:29:48.521786 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' I, [2024-06-01T10:29:48.526360 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' I, [2024-06-01T10:29:48.532121 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' I, [2024-06-01T10:29:48.532297 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' I, [2024-06-01T10:29:48.532755 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' I, [2024-06-01T10:29:48.534944 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' I, [2024-06-01T10:29:48.536779 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' I, [2024-06-01T10:29:48.543109 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' I, [2024-06-01T10:29:48.567722 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.646944 #439476] INFO -- : make[2]: 'ruby' is up to date. I, [2024-06-01T10:29:48.647009 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.647328 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.651402 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.651467 #439476] INFO -- : make[1]: Nothing to be done for 'note'. I, [2024-06-01T10:29:48.651479 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:48.651662 #439476] INFO -- : ./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j20 --jobserver-auth=4,5" --make-flags=" -j20 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc I, [2024-06-01T10:29:48.751194 #439476] INFO -- : Installing to I, [2024-06-01T10:29:48.751274 #439476] INFO -- : installing binary commands: /tmp/ruby/install/trunk/bin I, [2024-06-01T10:29:48.751296 #439476] INFO -- : installing base libraries: /tmp/ruby/install/trunk/lib I, [2024-06-01T10:29:48.757423 #439476] INFO -- : installing arch files: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux I, [2024-06-01T10:29:48.757486 #439476] INFO -- : installing pkgconfig data: /tmp/ruby/install/trunk/lib/pkgconfig I, [2024-06-01T10:29:48.757499 #439476] INFO -- : installing extension objects: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux I, [2024-06-01T10:29:48.767371 #439476] INFO -- : installing extension objects: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0/x86_64-linux I, [2024-06-01T10:29:48.767433 #439476] INFO -- : installing extension objects: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux I, [2024-06-01T10:29:48.767447 #439476] INFO -- : installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/x86_64-linux I, [2024-06-01T10:29:48.767475 #439476] INFO -- : installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 I, [2024-06-01T10:29:48.771334 #439476] INFO -- : installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0 I, [2024-06-01T10:29:48.771397 #439476] INFO -- : installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0 I, [2024-06-01T10:29:48.771411 #439476] INFO -- : installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/ruby I, [2024-06-01T10:29:48.771423 #439476] INFO -- : installing command scripts: /tmp/ruby/install/trunk/bin I, [2024-06-01T10:29:48.771435 #439476] INFO -- : installing library scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 I, [2024-06-01T10:29:48.805595 #439476] INFO -- : installing common headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0 I, [2024-06-01T10:29:48.811430 #439476] INFO -- : installing manpages: /tmp/ruby/install/trunk/share/man/man1 I, [2024-06-01T10:29:48.811594 #439476] INFO -- : installing default gems from lib: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 I, [2024-06-01T10:29:48.834940 #439476] INFO -- : benchmark 0.3.0 I, [2024-06-01T10:29:48.836823 #439476] INFO -- : bundler 2.6.0.dev I, [2024-06-01T10:29:48.838240 #439476] INFO -- : cgi 0.4.1 I, [2024-06-01T10:29:48.838782 #439476] INFO -- : delegate 0.3.1 I, [2024-06-01T10:29:48.839290 #439476] INFO -- : did_you_mean 1.6.3 I, [2024-06-01T10:29:48.840297 #439476] INFO -- : english 0.8.0 I, [2024-06-01T10:29:48.841011 #439476] INFO -- : erb 4.0.4 I, [2024-06-01T10:29:48.841758 #439476] INFO -- : error_highlight 0.6.0 I, [2024-06-01T10:29:48.842190 #439476] INFO -- : fileutils 1.7.2 I, [2024-06-01T10:29:48.842707 #439476] INFO -- : find 0.2.0 I, [2024-06-01T10:29:48.843067 #439476] INFO -- : forwardable 1.3.3 I, [2024-06-01T10:29:48.843579 #439476] INFO -- : ipaddr 1.2.6 I, [2024-06-01T10:29:48.844042 #439476] INFO -- : irb 1.13.1 I, [2024-06-01T10:29:48.844802 #439476] INFO -- : logger 1.6.0 I, [2024-06-01T10:29:48.845265 #439476] INFO -- : net-http 0.4.1 I, [2024-06-01T10:29:48.845753 #439476] INFO -- : net-protocol 0.2.2 I, [2024-06-01T10:29:48.846258 #439476] INFO -- : open-uri 0.4.1 I, [2024-06-01T10:29:48.846758 #439476] INFO -- : open3 0.2.1 I, [2024-06-01T10:29:48.847220 #439476] INFO -- : optparse 0.5.0 I, [2024-06-01T10:29:48.848122 #439476] INFO -- : ostruct 0.6.0 I, [2024-06-01T10:29:48.848823 #439476] INFO -- : pp 0.5.0 I, [2024-06-01T10:29:48.849327 #439476] INFO -- : prettyprint 0.2.0 I, [2024-06-01T10:29:48.849870 #439476] INFO -- : prism 0.29.0 I, [2024-06-01T10:29:48.850393 #439476] INFO -- : pstore 0.1.3 I, [2024-06-01T10:29:48.850846 #439476] INFO -- : rdoc 6.7.0 I, [2024-06-01T10:29:48.851838 #439476] INFO -- : readline 0.0.4 I, [2024-06-01T10:29:48.852344 #439476] INFO -- : reline 0.5.8 I, [2024-06-01T10:29:48.852875 #439476] INFO -- : resolv 0.4.0 I, [2024-06-01T10:29:48.853357 #439476] INFO -- : ruby2_keywords 0.0.5 I, [2024-06-01T10:29:48.853758 #439476] INFO -- : securerandom 0.3.1 I, [2024-06-01T10:29:48.854238 #439476] INFO -- : set 1.1.0 I, [2024-06-01T10:29:48.854784 #439476] INFO -- : shellwords 0.2.0 I, [2024-06-01T10:29:48.855662 #439476] INFO -- : singleton 0.2.0 I, [2024-06-01T10:29:48.856426 #439476] INFO -- : syntax_suggest 2.0.0 I, [2024-06-01T10:29:48.857141 #439476] INFO -- : tempfile 0.2.1 I, [2024-06-01T10:29:48.857630 #439476] INFO -- : time 0.3.0 I, [2024-06-01T10:29:48.858126 #439476] INFO -- : timeout 0.4.1 I, [2024-06-01T10:29:48.858584 #439476] INFO -- : tmpdir 0.2.0 I, [2024-06-01T10:29:48.859068 #439476] INFO -- : tsort 0.2.0 I, [2024-06-01T10:29:48.859556 #439476] INFO -- : un 0.3.0 I, [2024-06-01T10:29:48.859937 #439476] INFO -- : uri 0.13.0 I, [2024-06-01T10:29:48.860455 #439476] INFO -- : weakref 0.1.3 I, [2024-06-01T10:29:48.860950 #439476] INFO -- : yaml 0.3.0 I, [2024-06-01T10:29:48.861370 #439476] INFO -- : installing default gems from ext: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 I, [2024-06-01T10:29:48.867994 #439476] INFO -- : date 3.3.4 I, [2024-06-01T10:29:48.868541 #439476] INFO -- : digest 3.1.1 I, [2024-06-01T10:29:48.869027 #439476] INFO -- : etc 1.4.3 I, [2024-06-01T10:29:48.869530 #439476] INFO -- : fcntl 1.1.0 I, [2024-06-01T10:29:48.870028 #439476] INFO -- : fiddle 1.1.3 I, [2024-06-01T10:29:48.870522 #439476] INFO -- : io-console 0.7.2 I, [2024-06-01T10:29:48.870935 #439476] INFO -- : io-nonblock 0.3.0 I, [2024-06-01T10:29:48.871419 #439476] INFO -- : io-wait 0.3.1 I, [2024-06-01T10:29:48.872345 #439476] INFO -- : json 2.7.2 I, [2024-06-01T10:29:48.873141 #439476] INFO -- : openssl 3.2.0 I, [2024-06-01T10:29:48.873665 #439476] INFO -- : pathname 0.3.0 I, [2024-06-01T10:29:48.874157 #439476] INFO -- : psych 5.1.2 I, [2024-06-01T10:29:48.874705 #439476] INFO -- : stringio 3.1.1 I, [2024-06-01T10:29:48.875193 #439476] INFO -- : strscan 3.1.1 I, [2024-06-01T10:29:48.875673 #439476] INFO -- : zlib 3.1.0 I, [2024-06-01T10:29:48.876044 #439476] INFO -- : installing bundled gems: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 I, [2024-06-01T10:29:48.876556 #439476] INFO -- : minitest 5.23.1 I, [2024-06-01T10:29:48.885078 #439476] INFO -- : rake 13.2.1 I, [2024-06-01T10:29:48.889467 #439476] INFO -- : test-unit 3.6.2 I, [2024-06-01T10:29:48.893186 #439476] INFO -- : rexml 3.2.8 I, [2024-06-01T10:29:48.897387 #439476] INFO -- : rss 0.3.0 I, [2024-06-01T10:29:48.900057 #439476] INFO -- : net-ftp 0.3.4 I, [2024-06-01T10:29:48.901682 #439476] INFO -- : net-imap 0.4.11 I, [2024-06-01T10:29:48.905460 #439476] INFO -- : net-pop 0.1.2 I, [2024-06-01T10:29:48.906518 #439476] INFO -- : net-smtp 0.5.0 I, [2024-06-01T10:29:48.907702 #439476] INFO -- : matrix 0.4.2 I, [2024-06-01T10:29:48.910854 #439476] INFO -- : prime 0.1.2 I, [2024-06-01T10:29:48.915820 #439476] INFO -- : rbs 3.4.4 I, [2024-06-01T10:29:48.939732 #439476] INFO -- : typeprof 0.21.11 I, [2024-06-01T10:29:48.942456 #439476] INFO -- : debug 1.9.2 I, [2024-06-01T10:29:48.945272 #439476] INFO -- : racc 1.8.0 I, [2024-06-01T10:29:48.947965 #439476] INFO -- : mutex_m 0.2.0 I, [2024-06-01T10:29:48.949247 #439476] INFO -- : getoptlong 0.2.1 I, [2024-06-01T10:29:48.950636 #439476] INFO -- : base64 0.2.0 I, [2024-06-01T10:29:48.951753 #439476] INFO -- : bigdecimal 3.1.8 I, [2024-06-01T10:29:48.954635 #439476] INFO -- : observer 0.1.2 I, [2024-06-01T10:29:48.955784 #439476] INFO -- : abbrev 0.1.2 I, [2024-06-01T10:29:48.957093 #439476] INFO -- : resolv-replace 0.1.1 I, [2024-06-01T10:29:48.958391 #439476] INFO -- : rinda 0.2.0 I, [2024-06-01T10:29:48.959695 #439476] INFO -- : drb 2.2.1 I, [2024-06-01T10:29:48.961322 #439476] INFO -- : nkf 0.2.0 I, [2024-06-01T10:29:48.964258 #439476] INFO -- : syslog 0.1.2 I, [2024-06-01T10:29:48.965996 #439476] INFO -- : csv 3.3.0 I, [2024-06-01T10:29:48.968744 #439476] INFO -- : installing bundled gem cache: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache I, [2024-06-01T10:29:48.970230 #439476] INFO -- : skipped bundled gems: I, [2024-06-01T10:29:48.970251 #439476] INFO -- : power_assert-2.0.4dev.gem not found in bundled_gems I, [2024-06-01T10:29:48.973672 #439476] INFO -- : $$$[end] "make install -j20" exit with 0. I, [2024-06-01T10:29:48.973833 #439476] INFO -- : $$$[beg] make yes-btest TESTOPTS='-q -j20' I, [2024-06-01T10:29:53.998411 #439476] INFO -- : PASS all 1937 tests E, [2024-06-01T10:29:54.003734 #439476] ERROR -- : I, [2024-06-01T10:29:54.004013 #439476] INFO -- : $$$[end] "make yes-btest TESTOPTS='-q -j20'" exit with 0. I, [2024-06-01T10:29:54.004095 #439476] INFO -- : $$$[beg] make yes-test-basic TESTS='-j20' I, [2024-06-01T10:29:54.081311 #439476] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2024-06-01T10:29:54.081346 #439476] INFO -- : CC = gcc I, [2024-06-01T10:29:54.081351 #439476] INFO -- : LD = ld I, [2024-06-01T10:29:54.081355 #439476] INFO -- : LDSHARED = gcc -shared I, [2024-06-01T10:29:54.081460 #439476] INFO -- : CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC I, [2024-06-01T10:29:54.081466 #439476] INFO -- : XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 I, [2024-06-01T10:29:54.081473 #439476] INFO -- : CPPFLAGS = I, [2024-06-01T10:29:54.081477 #439476] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong I, [2024-06-01T10:29:54.081481 #439476] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2024-06-01T10:29:54.081484 #439476] INFO -- : LANG = en_US.UTF-8 I, [2024-06-01T10:29:54.081488 #439476] INFO -- : LC_ALL = I, [2024-06-01T10:29:54.081491 #439476] INFO -- : LC_CTYPE = I, [2024-06-01T10:29:54.081494 #439476] INFO -- : MFLAGS = I, [2024-06-01T10:29:54.081498 #439476] INFO -- : RUSTC = no I, [2024-06-01T10:29:54.081501 #439476] 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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs I, [2024-06-01T10:29:54.081950 #439476] INFO -- : gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 I, [2024-06-01T10:29:54.081972 #439476] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2024-06-01T10:29:54.081977 #439476] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2024-06-01T10:29:54.081981 #439476] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2024-06-01T10:29:54.081985 #439476] INFO -- : I, [2024-06-01T10:29:54.188052 #439476] INFO -- : Checking leaked global symbols...none I, [2024-06-01T10:29:54.229525 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 I, [2024-06-01T10:29:54.229580 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2 I, [2024-06-01T10:29:54.229587 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3 I, [2024-06-01T10:29:54.229590 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5 I, [2024-06-01T10:29:54.229718 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8 I, [2024-06-01T10:29:54.229770 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10 I, [2024-06-01T10:29:54.230043 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39 I, [2024-06-01T10:29:54.230143 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27 I, [2024-06-01T10:29:54.230875 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107 I, [2024-06-01T10:29:54.231162 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80 I, [2024-06-01T10:29:54.232157 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31 I, [2024-06-01T10:29:54.232929 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62 I, [2024-06-01T10:29:54.232961 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10 I, [2024-06-01T10:29:54.232990 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6 I, [2024-06-01T10:29:54.233043 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9 I, [2024-06-01T10:29:54.333690 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2 I, [2024-06-01T10:29:54.336740 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27 I, [2024-06-01T10:29:54.453537 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8 I, [2024-06-01T10:29:54.453604 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5 I, [2024-06-01T10:29:54.453613 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5 I, [2024-06-01T10:29:54.453712 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4 I, [2024-06-01T10:29:54.453735 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4 I, [2024-06-01T10:29:54.453751 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2 I, [2024-06-01T10:29:54.453855 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6 I, [2024-06-01T10:29:54.453877 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12 I, [2024-06-01T10:29:54.453897 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3 I, [2024-06-01T10:29:54.453957 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12 I, [2024-06-01T10:29:54.454002 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6 I, [2024-06-01T10:29:54.454361 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23 I, [2024-06-01T10:29:54.487781 #439476] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4 I, [2024-06-01T10:29:54.490156 #439476] INFO -- : I, [2024-06-01T10:29:54.490179 #439476] INFO -- : test succeeded I, [2024-06-01T10:29:54.491697 #439476] INFO -- : $$$[end] "make yes-test-basic TESTS='-j20'" exit with 0. I, [2024-06-01T10:29:54.491808 #439476] INFO -- : $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20' I, [2024-06-01T10:29:54.589148 #439476] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2024-06-01T10:29:54.589217 #439476] INFO -- : CC = gcc I, [2024-06-01T10:29:54.589230 #439476] INFO -- : LD = ld I, [2024-06-01T10:29:54.589246 #439476] INFO -- : LDSHARED = gcc -shared I, [2024-06-01T10:29:54.589259 #439476] INFO -- : CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC I, [2024-06-01T10:29:54.589281 #439476] INFO -- : XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 I, [2024-06-01T10:29:54.589292 #439476] INFO -- : CPPFLAGS = I, [2024-06-01T10:29:54.589303 #439476] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong I, [2024-06-01T10:29:54.589315 #439476] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2024-06-01T10:29:54.589325 #439476] INFO -- : LANG = en_US.UTF-8 I, [2024-06-01T10:29:54.589335 #439476] INFO -- : LC_ALL = I, [2024-06-01T10:29:54.589345 #439476] INFO -- : LC_CTYPE = I, [2024-06-01T10:29:54.589355 #439476] INFO -- : MFLAGS = I, [2024-06-01T10:29:54.589365 #439476] INFO -- : RUSTC = no I, [2024-06-01T10:29:54.589376 #439476] 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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs I, [2024-06-01T10:29:54.589854 #439476] INFO -- : gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 I, [2024-06-01T10:29:54.589909 #439476] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2024-06-01T10:29:54.589922 #439476] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2024-06-01T10:29:54.589941 #439476] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2024-06-01T10:29:54.589953 #439476] INFO -- : I, [2024-06-01T10:29:54.591780 #439476] INFO -- : generating enc.mk I, [2024-06-01T10:29:54.710034 #439476] INFO -- : generating encdb.h I, [2024-06-01T10:29:54.733913 #439476] INFO -- : encdb.h unchanged I, [2024-06-01T10:29:54.734937 #439476] INFO -- : making enc I, [2024-06-01T10:29:54.752121 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:54.752200 #439476] INFO -- : make[1]: Nothing to be done for 'enc'. I, [2024-06-01T10:29:54.752218 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:54.752998 #439476] INFO -- : making srcs under enc I, [2024-06-01T10:29:54.783537 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:54.783601 #439476] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2024-06-01T10:29:54.783614 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:54.784500 #439476] INFO -- : generating transdb.h I, [2024-06-01T10:29:54.881111 #439476] INFO -- : transdb.h unchanged I, [2024-06-01T10:29:54.882709 #439476] INFO -- : making trans I, [2024-06-01T10:29:54.917469 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:54.917538 #439476] INFO -- : make[1]: Nothing to be done for 'trans'. I, [2024-06-01T10:29:54.917552 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:54.918195 #439476] INFO -- : making encs I, [2024-06-01T10:29:54.955375 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:54.955439 #439476] INFO -- : make[1]: Nothing to be done for 'encs'. I, [2024-06-01T10:29:54.955451 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:54.957362 #439476] INFO -- : generating makefiles ext/configure-ext.mk I, [2024-06-01T10:29:54.984132 #439476] INFO -- : ext/configure-ext.mk updated I, [2024-06-01T10:29:54.986679 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:56.337596 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:56.338286 #439476] INFO -- : generating makefile exts.mk I, [2024-06-01T10:29:56.375139 #439476] INFO -- : exts.mk unchanged I, [2024-06-01T10:29:56.379519 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:56.701184 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' I, [2024-06-01T10:29:56.705916 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' I, [2024-06-01T10:29:56.712404 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' I, [2024-06-01T10:29:56.717688 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' I, [2024-06-01T10:29:56.721940 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' I, [2024-06-01T10:29:56.731139 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' I, [2024-06-01T10:29:56.757348 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2024-06-01T10:29:56.762604 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2024-06-01T10:29:56.784035 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2024-06-01T10:29:56.794003 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2024-06-01T10:29:56.797613 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' I, [2024-06-01T10:29:56.801689 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' I, [2024-06-01T10:29:56.812880 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' I, [2024-06-01T10:29:56.822732 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' I, [2024-06-01T10:29:56.838459 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' I, [2024-06-01T10:29:56.842689 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' I, [2024-06-01T10:29:56.849986 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' I, [2024-06-01T10:29:56.856138 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' I, [2024-06-01T10:29:56.871090 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' I, [2024-06-01T10:29:56.884236 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' I, [2024-06-01T10:29:56.887159 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' I, [2024-06-01T10:29:56.889727 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' I, [2024-06-01T10:29:56.893948 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' I, [2024-06-01T10:29:56.908665 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' I, [2024-06-01T10:29:56.911681 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' I, [2024-06-01T10:29:56.914203 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' I, [2024-06-01T10:29:56.924304 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' I, [2024-06-01T10:29:56.929237 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' I, [2024-06-01T10:29:56.930781 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2024-06-01T10:29:56.933039 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2024-06-01T10:29:56.941630 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' I, [2024-06-01T10:29:56.948010 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' I, [2024-06-01T10:29:56.963272 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' I, [2024-06-01T10:29:56.989905 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' I, [2024-06-01T10:29:56.991879 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' I, [2024-06-01T10:29:57.013258 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' I, [2024-06-01T10:29:57.015215 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' I, [2024-06-01T10:29:57.036787 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' I, [2024-06-01T10:29:57.038908 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' I, [2024-06-01T10:29:57.060900 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' I, [2024-06-01T10:29:57.063236 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' I, [2024-06-01T10:29:57.085565 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' I, [2024-06-01T10:29:57.087593 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' I, [2024-06-01T10:29:57.109745 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' I, [2024-06-01T10:29:57.134230 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:57.205404 #439476] INFO -- : make[2]: 'ruby' is up to date. I, [2024-06-01T10:29:57.205486 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:57.205805 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:57.209828 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:57.209894 #439476] INFO -- : make[1]: Nothing to be done for 'note'. I, [2024-06-01T10:29:57.209907 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:29:57.289074 #439476] INFO -- : Run options: I, [2024-06-01T10:29:57.289155 #439476] INFO -- : --seed=47200 I, [2024-06-01T10:29:57.289168 #439476] INFO -- : "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems" I, [2024-06-01T10:29:57.289180 #439476] INFO -- : --excludes-dir=/tmp/ruby/src/trunk/test/.excludes I, [2024-06-01T10:29:57.289190 #439476] INFO -- : --name=!/memory_leak/ I, [2024-06-01T10:29:57.289212 #439476] INFO -- : --stderr-on-failure I, [2024-06-01T10:29:57.289223 #439476] INFO -- : -j20 I, [2024-06-01T10:29:57.289234 #439476] INFO -- : I, [2024-06-01T10:29:57.289244 #439476] INFO -- : # Running tests: I, [2024-06-01T10:29:57.289253 #439476] INFO -- : I, [2024-06-01T10:29:57.437202 #439476] INFO -- : [ 1/900] 480791=test_exception_at_throwing I, [2024-06-01T10:29:57.438901 #439476] INFO -- : [ 2/900] 480796=test_iseq I, [2024-06-01T10:29:57.439008 #439476] INFO -- : [ 3/900] 480794=test_rdoc_markup_heading I, [2024-06-01T10:29:57.439094 #439476] INFO -- : [ 4/900] 480792=test_scheduler I, [2024-06-01T10:29:57.439415 #439476] INFO -- : [ 5/900] 480793=test_ocsp I, [2024-06-01T10:29:57.442510 #439476] INFO -- : [ 6/900] 480795=test_class I, [2024-06-01T10:29:57.442590 #439476] INFO -- : [ 7/900] 480805=test_pkey_dsa I, [2024-06-01T10:29:57.442606 #439476] INFO -- : [ 8/900] 480810=test_case_comprehensive I, [2024-06-01T10:29:57.442925 #439476] INFO -- : [ 9/900] 480807=test_interned_str I, [2024-06-01T10:29:57.443039 #439476] INFO -- : [ 10/900] 480806=test_gem_commands_build_command I, [2024-06-01T10:29:57.446073 #439476] INFO -- : [ 11/900] 480809=test_option I, [2024-06-01T10:29:57.446132 #439476] INFO -- : [ 12/900] 480810=test_append I, [2024-06-01T10:29:57.447919 #439476] INFO -- : [ 13/900] 480807=test_tracer I, [2024-06-01T10:29:57.450121 #439476] INFO -- : [ 14/900] 480810=test_cmethod I, [2024-06-01T10:29:57.458991 #439476] INFO -- : [ 15/900] 480810=test_did_you_mean I, [2024-06-01T10:29:57.470163 #439476] INFO -- : [ 16/900] 480795=test_io_m17n I, [2024-06-01T10:29:57.470923 #439476] INFO -- : [ 17/900] 480797=test_variable_name_check I, [2024-06-01T10:29:57.472139 #439476] INFO -- : [ 18/900] 480798=test_gem_commands_server_command I, [2024-06-01T10:29:57.472538 #439476] INFO -- : [ 19/900] 480799=test_recursion I, [2024-06-01T10:29:57.472679 #439476] INFO -- : [ 20/900] 480804=test_exit I, [2024-06-01T10:29:57.473019 #439476] INFO -- : [ 21/900] 480803=test_popen_deadlock I, [2024-06-01T10:29:57.473155 #439476] INFO -- : [ 22/900] 480800=test_delegate I, [2024-06-01T10:29:57.474020 #439476] INFO -- : [ 23/900] 480801=test_mkmf I, [2024-06-01T10:29:57.476298 #439476] INFO -- : [ 24/900] 480802=test_date_marshal I, [2024-06-01T10:29:57.479006 #439476] INFO -- : [ 25/900] 480799=test_history I, [2024-06-01T10:29:57.480882 #439476] INFO -- : [ 26/900] 480802=test_open3 I, [2024-06-01T10:29:57.482670 #439476] INFO -- : [ 27/900] 480791=test_multi_irb_commands I, [2024-06-01T10:29:57.488001 #439476] INFO -- : [ 28/900] 480791=test_fiber I, [2024-06-01T10:29:57.504271 #439476] INFO -- : [ 29/900] 480800=test_bundled_ca I, [2024-06-01T10:29:57.504483 #439476] INFO -- : [ 30/900] 480808=test_closure I, [2024-06-01T10:29:57.507164 #439476] INFO -- : [ 31/900] 480797=test_digest I, [2024-06-01T10:29:57.535180 #439476] INFO -- : [ 32/900] 480801=test_gem_security I, [2024-06-01T10:29:57.553998 #439476] INFO -- : [ 33/900] 480807=test_rdoc_servlet I, [2024-06-01T10:29:57.579929 #439476] INFO -- : [ 34/900] 480797=test_ractor I, [2024-06-01T10:29:57.585678 #439476] INFO -- : [ 35/900] 480810=test_beginendblock I, [2024-06-01T10:29:57.589055 #439476] INFO -- : [ 36/900] 480792=test_files_lib I, [2024-06-01T10:29:57.591565 #439476] INFO -- : [ 37/900] 480808=test_gem_commands_unpack_command I, [2024-06-01T10:29:57.596143 #439476] INFO -- : [ 38/900] 480799=test_rdoc_markup_to_bs I, [2024-06-01T10:29:57.598232 #439476] INFO -- : [ 39/900] 480794=test_help I, [2024-06-01T10:29:57.614655 #439476] INFO -- : [ 40/900] 480794=test_within_pipe I, [2024-06-01T10:29:57.618461 #439476] INFO -- : [ 41/900] 480809=test_emoji_breaks I, [2024-06-01T10:29:57.627339 #439476] INFO -- : [ 42/900] 480809=test_gem_bundler_version_finder I, [2024-06-01T10:29:57.651365 #439476] INFO -- : [ 43/900] 480798=test_pinned I, [2024-06-01T10:29:57.655878 #439476] INFO -- : [ 44/900] 480797=test_rdoc_markup_pre_process I, [2024-06-01T10:29:57.657855 #439476] INFO -- : [ 45/900] 480798=test_printf I, [2024-06-01T10:29:57.665417 #439476] INFO -- : [ 46/900] 480798=test_stream I, [2024-06-01T10:29:57.689954 #439476] INFO -- : [ 47/900] 480798=test_to_ary_concat I, [2024-06-01T10:29:57.729165 #439476] INFO -- : [ 48/900] 480794=test_time I, [2024-06-01T10:29:57.759487 #439476] INFO -- : [ 49/900] 480804=test_webauthn_listener_response I, [2024-06-01T10:29:57.762788 #439476] INFO -- : [ 50/900] 480793=string_encoding_test I, [2024-06-01T10:29:57.768559 #439476] INFO -- : [ 51/900] 480799=test_sockopt I, [2024-06-01T10:29:57.777047 #439476] INFO -- : [ 52/900] 480799=test_rdoc_markup_to_label I, [2024-06-01T10:29:57.779560 #439476] INFO -- : [ 53/900] 480804=test_install I, [2024-06-01T10:29:57.808431 #439476] INFO -- : [ 54/900] 480799=test_rdoc_ri_driver I, [2024-06-01T10:29:57.825325 #439476] INFO -- : [ 55/900] 480809=test_httpheader I, [2024-06-01T10:29:57.841343 #439476] INFO -- : [ 56/900] 480793=test_gem_resolver_local_specification I, [2024-06-01T10:29:57.846645 #439476] INFO -- : [ 57/900] 480797=test_set_len I, [2024-06-01T10:29:57.848360 #439476] INFO -- : [ 58/900] 480797=test_encoding I, [2024-06-01T10:29:57.861303 #439476] INFO -- : [ 59/900] 480807=test_httpresponses I, [2024-06-01T10:29:57.868829 #439476] INFO -- : [ 60/900] 480806=test_key_stroke I, [2024-06-01T10:29:57.904992 #439476] INFO -- : [ 61/900] 480797=json_encoding_test I, [2024-06-01T10:29:57.907537 #439476] INFO -- : [ 62/900] 480807=test_color I, [2024-06-01T10:29:57.910850 #439476] INFO -- : [ 63/900] 480809=test_rbconfig I, [2024-06-01T10:29:57.912762 #439476] INFO -- : [ 64/900] 480809=test_primitive I, [2024-06-01T10:29:57.918012 #439476] INFO -- : [ 65/900] 480797=test_human_typo I, [2024-06-01T10:29:57.919901 #439476] INFO -- : [ 66/900] 480809=test_rdoc_i18n_locale I, [2024-06-01T10:29:57.920667 #439476] INFO -- : [ 67/900] 480797=test_chilled I, [2024-06-01T10:29:57.924808 #439476] INFO -- : [ 68/900] 480797=test_name_error_extension I, [2024-06-01T10:29:57.926782 #439476] INFO -- : [ 69/900] 480806=test_acceptable I, [2024-06-01T10:29:57.928137 #439476] INFO -- : [ 70/900] 480797=test_rdoc_generator_pot_po_entry I, [2024-06-01T10:29:57.934651 #439476] INFO -- : [ 71/900] 480794=test_euc_jp I, [2024-06-01T10:29:57.937327 #439476] INFO -- : [ 72/900] 480797=test_document I, [2024-06-01T10:29:57.938089 #439476] INFO -- : [ 73/900] 480794=test_pair I, [2024-06-01T10:29:57.941669 #439476] INFO -- : [ 74/900] 480797=test_win32ole_param I, [2024-06-01T10:29:57.945748 #439476] INFO -- : [ 75/900] 480797=test_gem_commands_yank_command I, [2024-06-01T10:29:57.957410 #439476] INFO -- : [ 76/900] 480807=test_rdoc_generator_pot I, [2024-06-01T10:29:57.975240 #439476] INFO -- : [ 77/900] 480807=test_unicode I, [2024-06-01T10:29:57.986073 #439476] INFO -- : [ 78/900] 480807=test_enumerator I, [2024-06-01T10:29:57.991099 #439476] INFO -- : [ 79/900] 480807=test_rdoc_parser_changelog I, [2024-06-01T10:29:57.998121 #439476] INFO -- : [ 80/900] 480810=test_koi8 I, [2024-06-01T10:29:58.005984 #439476] INFO -- : [ 81/900] 480810=test_rdoc_method_attr I, [2024-06-01T10:29:58.035993 #439476] INFO -- : [ 82/900] 480804=test_data I, [2024-06-01T10:29:58.036868 #439476] INFO -- : [ 83/900] 480807=test_filter I, [2024-06-01T10:29:58.041633 #439476] INFO -- : [ 84/900] 480804=test_gem_gem_runner I, [2024-06-01T10:29:58.043757 #439476] INFO -- : [ 85/900] 480796=test_gem_resolver_vendor_specification I, [2024-06-01T10:29:58.054668 #439476] INFO -- : [ 86/900] 480809=test_gem_commands_update_command I, [2024-06-01T10:29:58.057154 #439476] INFO -- : [ 87/900] 480793=test_notimplement I, [2024-06-01T10:29:58.060960 #439476] INFO -- : [ 88/900] 480793=test_random I, [2024-06-01T10:29:58.063681 #439476] INFO -- : [ 89/900] 480807=test_gem_uri I, [2024-06-01T10:29:58.069921 #439476] INFO -- : [ 90/900] 480793=test_key_event_record I, [2024-06-01T10:29:58.084320 #439476] INFO -- : [ 91/900] 480806=test_ssl_session I, [2024-06-01T10:29:58.094430 #439476] INFO -- : [ 92/900] 480804=test_thread_cv I, [2024-06-01T10:29:58.101006 #439476] INFO -- : [ 93/900] 480799=test_lexer I, [2024-06-01T10:29:58.103305 #439476] INFO -- : [ 94/900] 480803=test_terminfo I, [2024-06-01T10:29:58.109759 #439476] INFO -- : [ 95/900] 480799=test_compile_prism I, [2024-06-01T10:29:58.121943 #439476] INFO -- : [ 96/900] 480808=test_bug-14834 I, [2024-06-01T10:29:58.153392 #439476] INFO -- : [ 97/900] 480793=test_rdoc_markup_to_html I, [2024-06-01T10:29:58.170484 #439476] INFO -- : [ 98/900] 480805=test_date_compat I, [2024-06-01T10:29:58.176585 #439476] INFO -- : [ 99/900] 480805=test_tree_spell_checker I, [2024-06-01T10:29:58.178101 #439476] INFO -- : [100/900] 480803=test_http I, [2024-06-01T10:29:58.188248 #439476] INFO -- : [101/900] 480808=test_addrinfo I, [2024-06-01T10:29:58.196208 #439476] INFO -- : [102/900] 480807=test_win32ole_param_event I, [2024-06-01T10:29:58.200307 #439476] INFO -- : [103/900] 480807=test_bn I, [2024-06-01T10:29:58.203624 #439476] INFO -- : [104/900] 480805=test_case_mapping I, [2024-06-01T10:29:58.207870 #439476] INFO -- : [105/900] 480808=test_path I, [2024-06-01T10:29:58.212166 #439476] INFO -- : [106/900] 480805=test_rdoc_generator_markup I, [2024-06-01T10:29:58.213343 #439476] INFO -- : [107/900] 480808=test_whileuntil I, [2024-06-01T10:29:58.216738 #439476] INFO -- : [108/900] 480808=test_buffered_io I, [2024-06-01T10:29:58.218420 #439476] INFO -- : [109/900] 480807=test_monitor I, [2024-06-01T10:29:58.258544 #439476] INFO -- : [110/900] 480796=test_rubyvm I, [2024-06-01T10:29:58.261149 #439476] INFO -- : [111/900] 480796=test_configuration I, [2024-06-01T10:29:58.274928 #439476] INFO -- : [112/900] 480798=test_stringify_symbols I, [2024-06-01T10:29:58.284811 #439476] INFO -- : [113/900] 480808=test_instrumentation_api I, [2024-06-01T10:29:58.285149 #439476] INFO -- : [114/900] 480798=test_boolean I, [2024-06-01T10:29:58.292299 #439476] INFO -- : [115/900] 480798=test_gem_request_set I, [2024-06-01T10:29:58.311734 #439476] INFO -- : [116/900] 480805=test_module I, [2024-06-01T10:29:58.312469 #439476] INFO -- : [117/900] 480810=test_gem_ext_cargo_builder I, [2024-06-01T10:29:58.324165 #439476] INFO -- : [118/900] 480793=test_ssl I, [2024-06-01T10:29:58.340422 #439476] INFO -- : [119/900] 480796=test_parser I, [2024-06-01T10:29:58.369873 #439476] INFO -- : [120/900] 480799=test_arith_seq_extract I, [2024-06-01T10:29:58.378186 #439476] INFO -- : [121/900] 480796=test_method_name_check I, [2024-06-01T10:29:58.394931 #439476] INFO -- : [122/900] 480796=test_gem_commands_cert_command I, [2024-06-01T10:29:58.430903 #439476] INFO -- : [123/900] 480807=test_completion I, [2024-06-01T10:29:58.453411 #439476] INFO -- : [124/900] 480810=test_yield_block I, [2024-06-01T10:29:58.458206 #439476] INFO -- : [125/900] 480810=test_len I, [2024-06-01T10:29:58.459804 #439476] INFO -- : [126/900] 480810=test_gem_source_installed I, [2024-06-01T10:29:58.488048 #439476] INFO -- : [127/900] 480810=test_x509ext I, [2024-06-01T10:29:58.496145 #439476] INFO -- : [128/900] 480810=test_erb I, [2024-06-01T10:29:58.528447 #439476] INFO -- : [129/900] 480810=test_spell_checker I, [2024-06-01T10:29:58.531383 #439476] INFO -- : [130/900] 480810=test_propertyputref I, [2024-06-01T10:29:58.534578 #439476] INFO -- : [131/900] 480810=test_assembler I, [2024-06-01T10:29:58.537096 #439476] INFO -- : [132/900] 480810=test_rational2 I, [2024-06-01T10:29:58.540908 #439476] INFO -- : [133/900] 480799=fixtures_test I, [2024-06-01T10:29:58.544202 #439476] INFO -- : [134/900] 480810=test_rational I, [2024-06-01T10:29:58.548101 #439476] INFO -- : [135/900] 480797=test_array I, [2024-06-01T10:29:58.559062 #439476] INFO -- : [136/900] 480810=test_gem_package_tar_writer I, [2024-06-01T10:29:58.605525 #439476] INFO -- : [137/900] 480798=test_helper_method I, [2024-06-01T10:29:58.621815 #439476] INFO -- : [138/900] 480810=test_gem_commands_outdated_command I, [2024-06-01T10:29:58.656898 #439476] INFO -- : [139/900] 480810=test_scalar_scanner I, [2024-06-01T10:29:58.667145 #439476] INFO -- : [140/900] 480810=test_gem_source I, [2024-06-01T10:29:58.669199 #439476] INFO -- : [141/900] 480795=test_nesting_parser I, [2024-06-01T10:29:58.727236 #439476] INFO -- : [142/900] 480804=test_win32ole_method_event I, [2024-06-01T10:29:58.731007 #439476] INFO -- : [143/900] 480804=test_benchmark I, [2024-06-01T10:29:58.784177 #439476] INFO -- : [144/900] 480798=test_gem_dependency_list I, [2024-06-01T10:29:58.797988 #439476] INFO -- : [145/900] 480795=test_evaluation I, [2024-06-01T10:29:58.800623 #439476] INFO -- : [146/900] 480795=test_gem_ext_builder I, [2024-06-01T10:29:58.829149 #439476] INFO -- : [147/900] 480799=test_https I, [2024-06-01T10:29:58.842889 #439476] INFO -- : [148/900] 480798=test_load I, [2024-06-01T10:29:58.845335 #439476] INFO -- : [149/900] 480798=test_gem_commands_rebuild_command I, [2024-06-01T10:29:58.875940 #439476] INFO -- : [150/900] 480807=test_yamldbm I, [2024-06-01T10:29:58.884141 #439476] INFO -- : [151/900] 480807=test_rdoc_parser_simple I, [2024-06-01T10:29:58.891633 #439476] INFO -- : [152/900] 480798=test_provider I, [2024-06-01T10:29:58.904159 #439476] INFO -- : [153/900] 480807=test_abi I, [2024-06-01T10:29:58.944980 #439476] INFO -- : [154/900] 480810=test_shellwords I, [2024-06-01T10:29:58.951872 #439476] INFO -- : [155/900] 480810=test_memory_view I, [2024-06-01T10:29:58.972400 #439476] INFO -- : [156/900] 480810=test_debug I, [2024-06-01T10:29:58.976228 #439476] INFO -- : [157/900] 480810=test_omap I, [2024-06-01T10:29:58.978529 #439476] INFO -- : [158/900] 480810=test_string I, [2024-06-01T10:29:58.978703 #439476] INFO -- : [159/900] 480810=test_iterator I, [2024-06-01T10:29:59.012773 #439476] INFO -- : [160/900] 480807=test_digest_extend I, [2024-06-01T10:29:59.028614 #439476] INFO -- : [161/900] 480807=constant_path_node_test I, [2024-06-01T10:29:59.037326 #439476] INFO -- : [162/900] 480810=test_gem_resolver_git_set I, [2024-06-01T10:29:59.082230 #439476] INFO -- : [163/900] 480807=test_storage I, [2024-06-01T10:29:59.084286 #439476] INFO -- : [164/900] 480807=test_gem_security_signer I, [2024-06-01T10:29:59.108092 #439476] INFO -- : [165/900] 480806=test_cipher I, [2024-06-01T10:29:59.133421 #439476] INFO -- : [166/900] 480800=test_new I, [2024-06-01T10:29:59.137124 #439476] INFO -- : [167/900] 480800=test_gem_resolver_installer_set I, [2024-06-01T10:29:59.158127 #439476] INFO -- : [168/900] 480806=warnings_test I, [2024-06-01T10:29:59.194035 #439476] INFO -- : [169/900] 480807=test_dir_m17n I, [2024-06-01T10:29:59.217482 #439476] INFO -- : [170/900] 480806=test_gem_source_git I, [2024-06-01T10:29:59.227542 #439476] INFO -- : [171/900] 480796=test_regex_casefold I, [2024-06-01T10:29:59.232238 #439476] INFO -- : [172/900] 480796=test_refinement I, [2024-06-01T10:29:59.295953 #439476] INFO -- : [173/900] 480798=test_gem_commands_signout_command I, [2024-06-01T10:29:59.300255 #439476] INFO -- : [174/900] 480798=test_require I, [2024-06-01T10:29:59.301974 #439476] INFO -- : [175/900] 480799=test_cgi_cookie I, [2024-06-01T10:29:59.327337 #439476] INFO -- : [176/900] 480799=test_float I, [2024-06-01T10:29:59.338994 #439476] INFO -- : [177/900] 480809=test_windows_1252 I, [2024-06-01T10:29:59.349181 #439476] INFO -- : [178/900] 480809=test_input_method I, [2024-06-01T10:29:59.366713 #439476] INFO -- : [179/900] 480810=test_process I, [2024-06-01T10:29:59.383511 #439476] INFO -- : [180/900] 480810=test_x509crl I, [2024-06-01T10:29:59.425124 #439476] INFO -- : [181/900] 480800=test_signal I, [2024-06-01T10:29:59.478226 #439476] INFO -- : [182/900] 480809=test_fixnum I, [2024-06-01T10:29:59.490757 #439476] INFO -- : [183/900] 480809=test_rdoc_top_level I, [2024-06-01T10:29:59.506964 #439476] INFO -- : [184/900] 480810=heredoc_test I, [2024-06-01T10:29:59.563430 #439476] INFO -- : [185/900] 480810=test_metaclass I, [2024-06-01T10:29:59.572852 #439476] INFO -- : [186/900] 480810=test_cgi_session I, [2024-06-01T10:29:59.590037 #439476] INFO -- : [187/900] 480810=dispatcher_test I, [2024-06-01T10:29:59.615919 #439476] INFO -- : [188/900] 480810=test_rdoc_rd I, [2024-06-01T10:29:59.649395 #439476] INFO -- : [189/900] 480810=test_color_printer I, [2024-06-01T10:29:59.717415 #439476] INFO -- : [190/900] 480810=test_deprecated I, [2024-06-01T10:29:59.724307 #439476] INFO -- : [191/900] 480810=test_insns_leaf I, [2024-06-01T10:29:59.725562 #439476] INFO -- : [192/900] 480809=test_serialize_subclasses I, [2024-06-01T10:29:59.728339 #439476] INFO -- : [193/900] 480810=test_key_error I, [2024-06-01T10:29:59.731833 #439476] INFO -- : [194/900] 480809=test_win32ole_variant_m I, [2024-06-01T10:29:59.732318 #439476] INFO -- : [195/900] 480809=test_engine I, [2024-06-01T10:29:59.737371 #439476] INFO -- : [196/900] 480810=test_allocation I, [2024-06-01T10:29:59.737932 #439476] INFO -- : [197/900] 480809=test_div I, [2024-06-01T10:29:59.743816 #439476] INFO -- : [198/900] 480809=test_rdoc_rd_inline I, [2024-06-01T10:29:59.747348 #439476] INFO -- : [199/900] 480809=test_x509req I, [2024-06-01T10:29:59.785178 #439476] INFO -- : [200/900] 480806=test_mutex I, [2024-06-01T10:29:59.832826 #439476] INFO -- : [201/900] 480802=test_struct I, [2024-06-01T10:29:59.893766 #439476] INFO -- : [202/900] 480805=test_gem_path_support I, [2024-06-01T10:29:59.898046 #439476] INFO -- : [203/900] 480809=test_set I, [2024-06-01T10:29:59.914627 #439476] INFO -- : [204/900] 480809=test_files_test_1 I, [2024-06-01T10:29:59.921889 #439476] INFO -- : [205/900] 480804=test_config I, [2024-06-01T10:29:59.939750 #439476] INFO -- : [206/900] 480795=json_parser_test I, [2024-06-01T10:29:59.945518 #439476] INFO -- : [207/900] 480804=test_nomethod_error I, [2024-06-01T10:29:59.953332 #439476] INFO -- : [208/900] 480804=comments_test I, [2024-06-01T10:30:00.000622 #439476] INFO -- : [209/900] 480795=json_common_interface_test I, [2024-06-01T10:30:00.011897 #439476] INFO -- : [210/900] 480795=test_gem_source_subpath_problem I, [2024-06-01T10:30:00.042985 #439476] INFO -- : [211/900] 480804=test_dln I, [2024-06-01T10:30:00.043053 #439476] INFO -- : [212/900] 480804=test_win32ole_variant_outarg I, [2024-06-01T10:30:00.045474 #439476] INFO -- : [213/900] 480804=test_variable I, [2024-06-01T10:30:00.087388 #439476] INFO -- : [214/900] 480805=fuzzer_test I, [2024-06-01T10:30:00.118385 #439476] INFO -- : [215/900] 480795=test_sexp I, [2024-06-01T10:30:00.129930 #439476] INFO -- : [216/900] 480804=test_rdoc_markup_include I, [2024-06-01T10:30:00.132215 #439476] INFO -- : [217/900] 480795=test_rdoc_markup_to_html_snippet I, [2024-06-01T10:30:00.179319 #439476] INFO -- : [218/900] 480802=magic_comment_test I, [2024-06-01T10:30:00.204153 #439476] INFO -- : [219/900] 480805=test_struct I, [2024-06-01T10:30:00.209162 #439476] INFO -- : [220/900] 480805=test_cparser I, [2024-06-01T10:30:00.222287 #439476] INFO -- : [221/900] 480804=test_pkg_config I, [2024-06-01T10:30:00.231515 #439476] INFO -- : [222/900] 480804=test_env I, [2024-06-01T10:30:00.375473 #439476] INFO -- : [223/900] 480795=test_rdoc_attr I, [2024-06-01T10:30:00.382219 #439476] INFO -- : [224/900] 480795=test_dryrun I, [2024-06-01T10:30:00.392318 #439476] INFO -- : [225/900] 480802=test_integer I, [2024-06-01T10:30:00.394956 #439476] INFO -- : [226/900] 480795=test_gem_commands_setup_command I, [2024-06-01T10:30:00.452152 #439476] INFO -- : [227/900] 480807=test_rubyoptions I, [2024-06-01T10:30:00.457594 #439476] INFO -- : [228/900] 480802=test_super I, [2024-06-01T10:30:00.520288 #439476] INFO -- : [229/900] 480792=test_integer I, [2024-06-01T10:30:00.686183 #439476] INFO -- : [230/900] 480805=test_cgi_modruby I, [2024-06-01T10:30:00.692148 #439476] INFO -- : [231/900] 480805=test_rubygems I, [2024-06-01T10:30:00.719342 #439476] INFO -- : [232/900] 480802=test_call I, [2024-06-01T10:30:00.747645 #439476] INFO -- : [233/900] 480795=ripper_test I, [2024-06-01T10:30:00.753603 #439476] INFO -- : [234/900] 480799=test_https_proxy I, [2024-06-01T10:30:00.759515 #439476] INFO -- : [235/900] 480799=test_have_func I, [2024-06-01T10:30:00.807614 #439476] INFO -- : [236/900] 480802=test_gem_request_set_lockfile_tokenizer I, [2024-06-01T10:30:00.860562 #439476] INFO -- : [237/900] 480805=test_stat I, [2024-06-01T10:30:00.864269 #439476] INFO -- : [238/900] 480805=test_capacity I, [2024-06-01T10:30:00.869695 #439476] INFO -- : [239/900] 480805=test_nextafter I, [2024-06-01T10:30:00.912688 #439476] INFO -- : [240/900] 480806=test_usrmarshal I, [2024-06-01T10:30:00.948514 #439476] INFO -- : [241/900] 480805=test_object_references I, [2024-06-01T10:30:00.956668 #439476] INFO -- : [242/900] 480805=test_gem_resolver_git_specification I, [2024-06-01T10:30:01.009413 #439476] INFO -- : [243/900] 480802=test_ssl I, [2024-06-01T10:30:01.112980 #439476] INFO -- : [244/900] 480806=test_rendering I, [2024-06-01T10:30:01.119550 #439476] INFO -- : [245/900] 480806=test_debugger_integration I, [2024-06-01T10:30:01.124417 #439476] INFO -- : [246/900] 480795=test_my_integer I, [2024-06-01T10:30:01.128867 #439476] INFO -- : [247/900] 480795=test_thread I, [2024-06-01T10:30:01.138698 #439476] INFO -- : [248/900] 480806=json_ext_parser_test I, [2024-06-01T10:30:01.146656 #439476] INFO -- : [249/900] 480806=test_ractor I, [2024-06-01T10:30:01.184051 #439476] INFO -- : [250/900] 480805=test_timeout I, [2024-06-01T10:30:01.237943 #439476] INFO -- : [251/900] 480808=test_alias I, [2024-06-01T10:30:01.411315 #439476] INFO -- : [252/900] 480808=test_weakref I, [2024-06-01T10:30:01.450706 #439476] INFO -- : [253/900] 480794=test_nonblock I, [2024-06-01T10:30:01.464673 #439476] INFO -- : [254/900] 480806=test_marshal I, [2024-06-01T10:30:01.468920 #439476] INFO -- : [255/900] 480794=test_unicode_normalize I, [2024-06-01T10:30:01.493469 #439476] INFO -- : [256/900] 480802=test_reline_key I, [2024-06-01T10:30:01.497802 #439476] INFO -- : [257/900] 480794=test_rb_str_dup I, [2024-06-01T10:30:01.499838 #439476] INFO -- : [258/900] 480794=test_singleton_function I, [2024-06-01T10:30:01.504750 #439476] INFO -- : [259/900] 480794=test_ancdata I, [2024-06-01T10:30:01.511037 #439476] INFO -- : [260/900] 480794=test_cgi_core I, [2024-06-01T10:30:01.527940 #439476] INFO -- : [261/900] 480794=test_parser I, [2024-06-01T10:30:01.528521 #439476] INFO -- : [262/900] 480808=test_registry I, [2024-06-01T10:30:01.529473 #439476] INFO -- : [263/900] 480808=test_gem I, [2024-06-01T10:30:01.540610 #439476] INFO -- : [264/900] 480800=test_gem_source_lock I, [2024-06-01T10:30:01.547149 #439476] INFO -- : [265/900] 480794=test_ractor I, [2024-06-01T10:30:01.552694 #439476] INFO -- : [266/900] 480794=test_dns I, [2024-06-01T10:30:01.559297 #439476] INFO -- : [267/900] 480802=test_gem_commands_open_command I, [2024-06-01T10:30:01.586229 #439476] INFO -- : [268/900] 480800=test_rdoc_extend I, [2024-06-01T10:30:01.656436 #439476] INFO -- : [269/900] 480802=test_merge_keys I, [2024-06-01T10:30:01.671521 #439476] INFO -- : [270/900] 480797=static_literals_test I, [2024-06-01T10:30:01.681091 #439476] INFO -- : [271/900] 480802=overlap_test I, [2024-06-01T10:30:01.684729 #439476] INFO -- : [272/900] 480796=test_gem_resolver_api_specification I, [2024-06-01T10:30:01.732836 #439476] INFO -- : [273/900] 480797=test_win32ole_variant I, [2024-06-01T10:30:01.739383 #439476] INFO -- : [274/900] 480797=test_mixed_unicode_escapes I, [2024-06-01T10:30:01.753930 #439476] INFO -- : [275/900] 480800=test_history I, [2024-06-01T10:30:01.757365 #439476] INFO -- : [276/900] 480797=test_rdoc_markup_to_ansi I, [2024-06-01T10:30:01.770949 #439476] INFO -- : [277/900] 480796=test_ipaddr I, [2024-06-01T10:30:01.792523 #439476] INFO -- : [278/900] 480797=test_rdoc_class_module I, [2024-06-01T10:30:01.797844 #439476] INFO -- : [279/900] 480796=test_bignum I, [2024-06-01T10:30:01.813081 #439476] INFO -- : [280/900] 480800=test_gem_ci_detector I, [2024-06-01T10:30:01.822841 #439476] INFO -- : [281/900] 480800=test_stringio I, [2024-06-01T10:30:01.843212 #439476] INFO -- : [282/900] 480806=test_arity I, [2024-06-01T10:30:01.848359 #439476] INFO -- : [283/900] 480806=test_io_wait_uncommon I, [2024-06-01T10:30:01.853071 #439476] INFO -- : [284/900] 480806=test_win32ole_variable I, [2024-06-01T10:30:01.857753 #439476] INFO -- : [285/900] 480806=test_trace I, [2024-06-01T10:30:01.870038 #439476] INFO -- : [286/900] 480806=ractor_test I, [2024-06-01T10:30:01.895427 #439476] INFO -- : [287/900] 480798=test_time_tz I, [2024-06-01T10:30:01.914664 #439476] INFO -- : [288/900] 480796=test_win32ole_event I, [2024-06-01T10:30:01.920032 #439476] INFO -- : [289/900] 480796=test_rdoc_generator_json_index I, [2024-06-01T10:30:01.921140 #439476] INFO -- : [290/900] 480802=test_gem_package I, [2024-06-01T10:30:01.926073 #439476] INFO -- : [291/900] 480800=test_complex2 I, [2024-06-01T10:30:01.932007 #439476] INFO -- : [292/900] 480806=test_resolve_symbol I, [2024-06-01T10:30:01.935468 #439476] INFO -- : [293/900] 480800=test_have_macro I, [2024-06-01T10:30:01.959638 #439476] INFO -- : [294/900] 480798=test_enum I, [2024-06-01T10:30:02.005403 #439476] INFO -- : [295/900] 480806=test_gem_specification I, [2024-06-01T10:30:02.024260 #439476] INFO -- : [296/900] 480794=test_threadgroup I, [2024-06-01T10:30:02.038323 #439476] INFO -- : [297/900] 480805=test_pkcs7 I, [2024-06-01T10:30:02.153700 #439476] INFO -- : [298/900] 480796=test_arith_seq_beg_len_step I, [2024-06-01T10:30:02.156098 #439476] INFO -- : [299/900] 480810=test_gem_resolver_requirement_list I, [2024-06-01T10:30:02.163743 #439476] INFO -- : [300/900] 480810=test_function_entry I, [2024-06-01T10:30:02.166045 #439476] INFO -- : [301/900] 480810=test_find_executable I, [2024-06-01T10:30:02.218085 #439476] INFO -- : [302/900] 480810=test_gem_commands_pristine_command I, [2024-06-01T10:30:02.225292 #439476] INFO -- : [303/900] 480796=test_context I, [2024-06-01T10:30:02.256755 #439476] INFO -- : [304/900] 480805=test_nofree I, [2024-06-01T10:30:02.259190 #439476] INFO -- : [305/900] 480805=test_coder I, [2024-06-01T10:30:02.275719 #439476] INFO -- : [306/900] 480805=test_symbol I, [2024-06-01T10:30:02.305694 #439476] INFO -- : [307/900] 480799=parser_test I, [2024-06-01T10:30:02.309525 #439476] INFO -- : [308/900] 480799=test_unix I, [2024-06-01T10:30:02.321570 #439476] INFO -- : [309/900] 480802=test_enc_associate I, [2024-06-01T10:30:02.344815 #439476] INFO -- : [310/900] 480799=test_lazy_enumerator I, [2024-06-01T10:30:02.435232 #439476] INFO -- : [311/900] 480792=test_date_ractor I, [2024-06-01T10:30:02.436915 #439476] INFO -- : [312/900] 480797=test_gem_console_ui I, [2024-06-01T10:30:02.437002 #439476] INFO -- : [313/900] 480796=test_dir I, [2024-06-01T10:30:02.447200 #439476] INFO -- : [314/900] 480797=test_autoconf I, [2024-06-01T10:30:02.450045 #439476] INFO -- : [315/900] 480797=test_eval I, [2024-06-01T10:30:02.450759 #439476] INFO -- : [316/900] 480800=test_ractor_compatibility I, [2024-06-01T10:30:02.454364 #439476] INFO -- : [317/900] 480797=test_member I, [2024-06-01T10:30:02.458464 #439476] INFO -- : [318/900] 480797=test_numeric I, [2024-06-01T10:30:02.470983 #439476] INFO -- : [319/900] 480797=test_cgi_multipart I, [2024-06-01T10:30:02.566226 #439476] INFO -- : [320/900] 480809=test_gem_commands_cleanup_command I, [2024-06-01T10:30:02.624924 #439476] INFO -- : [321/900] 480792=test_word I, [2024-06-01T10:30:02.628119 #439476] INFO -- : [322/900] 480792=test_rdoc_comment I, [2024-06-01T10:30:02.641487 #439476] INFO -- : [323/900] 480797=test_error_highlight I, [2024-06-01T10:30:02.652459 #439476] INFO -- : [324/900] 480796=test_resize I, [2024-06-01T10:30:02.659865 #439476] INFO -- : [325/900] 480796=test_rdoc_generator_darkfish I, [2024-06-01T10:30:02.762830 #439476] INFO -- : [326/900] 480792=test_http_request I, [2024-06-01T10:30:02.776174 #439476] INFO -- : [327/900] 480799=test_gem_source_fetch_problem I, [2024-06-01T10:30:02.800809 #439476] INFO -- : [328/900] 480798=json_generic_object_test I, [2024-06-01T10:30:02.802582 #439476] INFO -- : [329/900] 480802=test_symbol I, [2024-06-01T10:30:02.809839 #439476] INFO -- : [330/900] 480802=test_coderange I, [2024-06-01T10:30:02.812566 #439476] INFO -- : [331/900] 480802=test_mailto I, [2024-06-01T10:30:02.814724 #439476] INFO -- : [332/900] 480798=test_logger I, [2024-06-01T10:30:02.821277 #439476] INFO -- : [333/900] 480802=attribute_write_test I, [2024-06-01T10:30:02.824206 #439476] INFO -- : [334/900] 480802=test_files_test I, [2024-06-01T10:30:02.825526 #439476] INFO -- : [335/900] 480792=test_gem_update_suggestion I, [2024-06-01T10:30:02.827427 #439476] INFO -- : [336/900] 480798=test_file_exhaustive I, [2024-06-01T10:30:02.870953 #439476] INFO -- : [337/900] 480800=test_rdoc_parser_markdown I, [2024-06-01T10:30:02.879115 #439476] INFO -- : [338/900] 480802=test_import I, [2024-06-01T10:30:02.885375 #439476] INFO -- : [339/900] 480800=test_gem_resolver_lock_set I, [2024-06-01T10:30:02.898565 #439476] INFO -- : [340/900] 480800=test_not I, [2024-06-01T10:30:02.900072 #439476] INFO -- : [341/900] 480800=test_rdoc_markup_hard_break I, [2024-06-01T10:30:02.904056 #439476] INFO -- : [342/900] 480800=test_date_strptime I, [2024-06-01T10:30:02.936067 #439476] INFO -- : [343/900] 480804=test_gem_package_task I, [2024-06-01T10:30:02.939188 #439476] INFO -- : [344/900] 480804=test_placearg I, [2024-06-01T10:30:02.965558 #439476] INFO -- : [345/900] 480799=test_gem_platform I, [2024-06-01T10:30:02.981984 #439476] INFO -- : [346/900] 480796=test_pkey_rsa I, [2024-06-01T10:30:02.987608 #439476] INFO -- : [347/900] 480800=test_numhash I, [2024-06-01T10:30:02.992322 #439476] INFO -- : [348/900] 480800=test_weakkeymap I, [2024-06-01T10:30:03.029833 #439476] INFO -- : [349/900] 480794=test_gem_commands_push_command I, [2024-06-01T10:30:03.031256 #439476] INFO -- : [350/900] 480797=test_continuation I, [2024-06-01T10:30:03.040373 #439476] INFO -- : [351/900] 480797=test_fd_setsize I, [2024-06-01T10:30:03.041819 #439476] INFO -- : [352/900] 480797=dump_test I, [2024-06-01T10:30:03.060139 #439476] INFO -- : [353/900] 480799=test_keyword I, [2024-06-01T10:30:03.062852 #439476] INFO -- : [354/900] 480804=test_class_name_check I, [2024-06-01T10:30:03.074879 #439476] INFO -- : [355/900] 480792=test_delete I, [2024-06-01T10:30:03.079117 #439476] INFO -- : [356/900] 480792=test_win32ole_method I, [2024-06-01T10:30:03.082888 #439476] INFO -- : [357/900] 480792=test_gem_local_remote_options I, [2024-06-01T10:30:03.087316 #439476] INFO -- : [358/900] 480804=test_date_arith I, [2024-06-01T10:30:03.093633 #439476] INFO -- : [359/900] 480804=test_object I, [2024-06-01T10:30:03.136762 #439476] INFO -- : [360/900] 480792=test_ruby_lex I, [2024-06-01T10:30:03.153323 #439476] INFO -- : [361/900] 480809=test_sleep I, [2024-06-01T10:30:03.210192 #439476] INFO -- : [362/900] 480796=test_flip I, [2024-06-01T10:30:03.240467 #439476] INFO -- : [363/900] 480796=test_change_word I, [2024-06-01T10:30:03.245364 #439476] INFO -- : [364/900] 480796=test_normalize I, [2024-06-01T10:30:03.247212 #439476] INFO -- : [365/900] 480796=test_ossl I, [2024-06-01T10:30:03.261486 #439476] INFO -- : [366/900] 480800=test_timeout I, [2024-06-01T10:30:03.269513 #439476] INFO -- : [367/900] 480800=test_rdoc_rd_block_parser I, [2024-06-01T10:30:03.307187 #439476] INFO -- : [368/900] 480800=test_tsort I, [2024-06-01T10:30:03.314418 #439476] INFO -- : [369/900] 480800=test_signedness I, [2024-06-01T10:30:03.350683 #439476] INFO -- : [370/900] 480791=test_type I, [2024-06-01T10:30:03.357447 #439476] INFO -- : [371/900] 480791=test_ractor I, [2024-06-01T10:30:03.366553 #439476] INFO -- : [372/900] 480810=test_big5 I, [2024-06-01T10:30:03.372881 #439476] INFO -- : [373/900] 480810=test_func I, [2024-06-01T10:30:03.404695 #439476] INFO -- : [374/900] 480792=test_pointer I, [2024-06-01T10:30:03.407849 #439476] INFO -- : [375/900] 480808=version_test I, [2024-06-01T10:30:03.435293 #439476] INFO -- : [376/900] 480791=test_cgi_header I, [2024-06-01T10:30:03.451188 #439476] INFO -- : [377/900] 480791=heredoc_dedent_test I, [2024-06-01T10:30:03.473119 #439476] INFO -- : [378/900] 480808=test_object I, [2024-06-01T10:30:03.478663 #439476] INFO -- : [379/900] 480808=test_arithmetic_sequence I, [2024-06-01T10:30:03.486001 #439476] INFO -- : [380/900] 480804=test_key_actor_emacs I, [2024-06-01T10:30:03.510196 #439476] INFO -- : [381/900] 480808=test_gem_command_manager I, [2024-06-01T10:30:03.511597 #439476] INFO -- : [382/900] 480791=parse_test I, [2024-06-01T10:30:03.516252 #439476] INFO -- : [383/900] 480791=test_gem_gemcutter_utilities I, [2024-06-01T10:30:03.630871 #439476] INFO -- : [384/900] 480799=test_basicinstructions I, [2024-06-01T10:30:03.653102 #439476] INFO -- : [385/900] 480808=test_pty I, [2024-06-01T10:30:03.669931 #439476] INFO -- : [386/900] 480804=test_dup I, [2024-06-01T10:30:03.702299 #439476] INFO -- : [387/900] 480799=test_constant I, [2024-06-01T10:30:03.707116 #439476] INFO -- : [388/900] 480794=test_project_sanity I, [2024-06-01T10:30:03.736217 #439476] INFO -- : [389/900] 480792=test_range I, [2024-06-01T10:30:03.764351 #439476] INFO -- : [390/900] 480802=test_gem_uri_formatter I, [2024-06-01T10:30:03.768854 #439476] INFO -- : [391/900] 480794=test_encoding I, [2024-06-01T10:30:03.786803 #439476] INFO -- : [392/900] 480802=test_erb_command I, [2024-06-01T10:30:03.824817 #439476] INFO -- : [393/900] 480802=test_helper I, [2024-06-01T10:30:03.833449 #439476] INFO -- : [394/900] 480802=test_ts I, [2024-06-01T10:30:03.861298 #439476] INFO -- : [395/900] 480806=library_symbols_test I, [2024-06-01T10:30:03.866202 #439476] INFO -- : [396/900] 480806=test_addr I, [2024-06-01T10:30:03.867612 #439476] INFO -- : [397/900] 480804=test_locale I, [2024-06-01T10:30:03.904531 #439476] INFO -- : [398/900] 480806=test_ensured I, [2024-06-01T10:30:03.924682 #439476] INFO -- : [399/900] 480804=test_rdoc_ri_paths I, [2024-06-01T10:30:03.939819 #439476] INFO -- : [400/900] 480797=test_vm_dump I, [2024-06-01T10:30:03.941074 #439476] INFO -- : [401/900] 480797=test_tmpdir I, [2024-06-01T10:30:03.946407 #439476] INFO -- : [402/900] 480804=test_rdoc_markup_document I, [2024-06-01T10:30:03.956062 #439476] INFO -- : [403/900] 480804=test_integer_comb I, [2024-06-01T10:30:03.979840 #439476] INFO -- : [404/900] 480806=test_regexp I, [2024-06-01T10:30:04.009969 #439476] INFO -- : [405/900] 480794=test_gem_commands_check_command I, [2024-06-01T10:30:04.039581 #439476] INFO -- : [406/900] 480797=errors_test I, [2024-06-01T10:30:04.041236 #439476] INFO -- : [407/900] 480794=test_force_exit I, [2024-06-01T10:30:04.043872 #439476] INFO -- : [408/900] 480791=test_file I, [2024-06-01T10:30:04.104823 #439476] INFO -- : [409/900] 480794=unescape_test I, [2024-06-01T10:30:04.128109 #439476] INFO -- : [410/900] 480797=test_ostruct I, [2024-06-01T10:30:04.141966 #439476] INFO -- : [411/900] 480808=test_data_error I, [2024-06-01T10:30:04.236841 #439476] INFO -- : [412/900] 480808=bom_test I, [2024-06-01T10:30:04.241507 #439476] INFO -- : [413/900] 480808=test_udp I, [2024-06-01T10:30:04.244535 #439476] INFO -- : [414/900] 480792=parse_comments_test I, [2024-06-01T10:30:04.252701 #439476] INFO -- : [415/900] 480808=test_fips I, [2024-06-01T10:30:04.299014 #439476] INFO -- : [416/900] 480802=test_x509name I, [2024-06-01T10:30:04.303264 #439476] INFO -- : [417/900] 480802=test_update I, [2024-06-01T10:30:04.307440 #439476] INFO -- : [418/900] 480797=test_rdoc_code_object I, [2024-06-01T10:30:04.312395 #439476] INFO -- : [419/900] 480802=test_x509store I, [2024-06-01T10:30:04.332007 #439476] INFO -- : [420/900] 480792=test_webauthn_listener I, [2024-06-01T10:30:04.398227 #439476] INFO -- : [421/900] 480792=test_lambda I, [2024-06-01T10:30:04.458800 #439476] INFO -- : [422/900] 480792=test_ast I, [2024-06-01T10:30:04.497978 #439476] INFO -- : [423/900] 480801=test_gem_request_set_gem_dependency_api I, [2024-06-01T10:30:04.520239 #439476] INFO -- : [424/900] 480802=test_jaro_winkler I, [2024-06-01T10:30:04.528823 #439476] INFO -- : [425/900] 480802=test_random_formatter I, [2024-06-01T10:30:04.553642 #439476] INFO -- : [426/900] 480802=test_helper I, [2024-06-01T10:30:04.554738 #439476] INFO -- : [427/900] 480802=test_gem_safe_marshal I, [2024-06-01T10:30:04.567793 #439476] INFO -- : [428/900] 480808=ruby_parser_test I, [2024-06-01T10:30:04.568636 #439476] INFO -- : [429/900] 480805=test_gem_resolver_api_set I, [2024-06-01T10:30:04.570009 #439476] INFO -- : [430/900] 480808=test_gem_resolver_vendor_set I, [2024-06-01T10:30:04.589928 #439476] INFO -- : [431/900] 480808=test_config I, [2024-06-01T10:30:04.628414 #439476] INFO -- : [432/900] 480805=test_enumerable I, [2024-06-01T10:30:04.641316 #439476] INFO -- : [433/900] 480805=test_eval I, [2024-06-01T10:30:04.696863 #439476] INFO -- : [434/900] 480797=json_generator_test I, [2024-06-01T10:30:04.719200 #439476] INFO -- : [435/900] 480801=test_transcode I, [2024-06-01T10:30:04.762288 #439476] INFO -- : [436/900] 480797=test_raise I, [2024-06-01T10:30:04.767422 #439476] INFO -- : [437/900] 480797=test_x509attr I, [2024-06-01T10:30:04.772713 #439476] INFO -- : [438/900] 480797=test_gem_request_set_lockfile_parser I, [2024-06-01T10:30:04.867988 #439476] INFO -- : [439/900] 480797=test_depth_first I, [2024-06-01T10:30:04.870663 #439476] INFO -- : [440/900] 480797=test_rdoc_store I, [2024-06-01T10:30:04.893805 #439476] INFO -- : [441/900] 480805=test_string I, [2024-06-01T10:30:04.906996 #439476] INFO -- : [442/900] 480805=test_rdoc_stats I, [2024-06-01T10:30:04.931503 #439476] INFO -- : [443/900] 480801=test_pattern_matching I, [2024-06-01T10:30:04.949063 #439476] INFO -- : [444/900] 480801=test_gem_dependency_resolution_error I, [2024-06-01T10:30:04.953316 #439476] INFO -- : [445/900] 480801=test_rdoc_parser I, [2024-06-01T10:30:04.977596 #439476] INFO -- : [446/900] 480805=test_qsort I, [2024-06-01T10:30:04.985466 #439476] INFO -- : [447/900] 480805=json_addition_test I, [2024-06-01T10:30:04.997440 #439476] INFO -- : [448/900] 480810=test_custom_command I, [2024-06-01T10:30:05.005682 #439476] INFO -- : [449/900] 480808=test_gem_package_old I, [2024-06-01T10:30:05.011040 #439476] INFO -- : [450/900] 480805=test_gem_resolver_index_set I, [2024-06-01T10:30:05.036484 #439476] INFO -- : [451/900] 480808=test_gc_compact I, [2024-06-01T10:30:05.047949 #439476] INFO -- : [452/900] 480805=test_proc I, [2024-06-01T10:30:05.051143 #439476] INFO -- : [453/900] 480810=test_string I, [2024-06-01T10:30:05.107750 #439476] INFO -- : [454/900] 480801=integer_parse_test I, [2024-06-01T10:30:05.172484 #439476] INFO -- : [455/900] 480801=test_date_conv I, [2024-06-01T10:30:05.178987 #439476] INFO -- : [456/900] 480802=test_optimization I, [2024-06-01T10:30:05.187218 #439476] INFO -- : [457/900] 480801=test_ole_methods I, [2024-06-01T10:30:05.187411 #439476] INFO -- : [458/900] 480801=test_erb_m17n I, [2024-06-01T10:30:05.199310 #439476] INFO -- : [459/900] 480801=test_egrep_cpp I, [2024-06-01T10:30:05.310786 #439476] INFO -- : [460/900] 480797=test_cgi_tag_helper I, [2024-06-01T10:30:05.312650 #439476] INFO -- : [461/900] 480801=test_zlib I, [2024-06-01T10:30:05.320858 #439476] INFO -- : [462/900] 480797=test_files_test_2 I, [2024-06-01T10:30:05.464634 #439476] INFO -- : [463/900] 480800=test_fnmatch I, [2024-06-01T10:30:05.495773 #439476] INFO -- : [464/900] 480800=test_require_path_check I, [2024-06-01T10:30:05.551854 #439476] INFO -- : [465/900] 480794=test_rdoc_markup_parser I, [2024-06-01T10:30:05.552901 #439476] INFO -- : [466/900] 480800=test_folderitem2_invokeverb I, [2024-06-01T10:30:05.558300 #439476] INFO -- : [467/900] 480800=test_gem_validator I, [2024-06-01T10:30:05.572108 #439476] INFO -- : [468/900] 480800=test_rdoc_i18n_text I, [2024-06-01T10:30:05.577535 #439476] INFO -- : [469/900] 480800=test_io_buffer I, [2024-06-01T10:30:05.595886 #439476] INFO -- : [470/900] 480794=test_defined I, [2024-06-01T10:30:05.624413 #439476] INFO -- : [471/900] 480800=test_backtrace I, [2024-06-01T10:30:05.628566 #439476] INFO -- : [472/900] 480800=test_key_name_check I, [2024-06-01T10:30:05.631367 #439476] INFO -- : [473/900] 480800=test_gb18030 I, [2024-06-01T10:30:05.643226 #439476] INFO -- : [474/900] 480800=test_svcb_https I, [2024-06-01T10:30:05.664337 #439476] INFO -- : [475/900] 480800=test_buffering I, [2024-06-01T10:30:05.679916 #439476] INFO -- : [476/900] 480800=test_gem_uninstaller I, [2024-06-01T10:30:05.691614 #439476] INFO -- : [477/900] 480794=test_rdoc_rdoc I, [2024-06-01T10:30:05.814183 #439476] INFO -- : [478/900] 480794=test_windows_1251 I, [2024-06-01T10:30:05.826598 #439476] INFO -- : [479/900] 480794=test_time I, [2024-06-01T10:30:05.834948 #439476] INFO -- : [480/900] 480805=compiler_test I, [2024-06-01T10:30:05.844865 #439476] INFO -- : [481/900] 480805=test_rdoc_markup_attributes I, [2024-06-01T10:30:05.853963 #439476] INFO -- : [482/900] 480805=test_default_gems I, [2024-06-01T10:30:05.903664 #439476] INFO -- : [483/900] 480799=test_rdoc_rd_inline_parser I, [2024-06-01T10:30:05.910311 #439476] INFO -- : [484/900] 480805=test_rdoc_markup_to_rdoc I, [2024-06-01T10:30:05.921005 #439476] INFO -- : [485/900] 480793=newline_offsets_test I, [2024-06-01T10:30:05.924189 #439476] INFO -- : [486/900] 480799=test_mul I, [2024-06-01T10:30:05.932523 #439476] INFO -- : [487/900] 480799=test_win32ole_type I, [2024-06-01T10:30:05.936031 #439476] INFO -- : [488/900] 480799=test_null I, [2024-06-01T10:30:05.939919 #439476] INFO -- : [489/900] 480805=integer_base_flags_test I, [2024-06-01T10:30:05.942856 #439476] INFO -- : [490/900] 480805=test_pkey_ec I, [2024-06-01T10:30:05.960522 #439476] INFO -- : [491/900] 480794=redundant_return_test I, [2024-06-01T10:30:05.964531 #439476] INFO -- : [492/900] 480799=test_trick I, [2024-06-01T10:30:05.964866 #439476] INFO -- : [493/900] 480794=test_thread I, [2024-06-01T10:30:05.967539 #439476] INFO -- : [494/900] 480794=test_pipe I, [2024-06-01T10:30:06.020187 #439476] INFO -- : [495/900] 480805=test_date_parse I, [2024-06-01T10:30:06.086101 #439476] INFO -- : [496/900] 480793=test_rdoc_markup_paragraph I, [2024-06-01T10:30:06.090345 #439476] INFO -- : [497/900] 480793=!Nothing_to_test I, [2024-06-01T10:30:06.091393 #439476] INFO -- : [498/900] 480793=test_enc_raise I, [2024-06-01T10:30:06.101236 #439476] INFO -- : [499/900] 480793=test_psych I, [2024-06-01T10:30:06.117998 #439476] INFO -- : [500/900] 480794=parse_success_test I, [2024-06-01T10:30:06.119074 #439476] INFO -- : [501/900] 480793=test_gem_ext_cargo_builder_unit I, [2024-06-01T10:30:06.120960 #439476] INFO -- : [502/900] 480805=test_date I, [2024-06-01T10:30:06.122258 #439476] INFO -- : [503/900] 480794=test_gem_rdoc I, [2024-06-01T10:30:06.127893 #439476] INFO -- : [504/900] 480805=test_command I, [2024-06-01T10:30:06.143457 #439476] INFO -- : [505/900] 480793=test_at_exit I, [2024-06-01T10:30:06.167021 #439476] INFO -- : [506/900] 480793=snippets_test I, [2024-06-01T10:30:06.263212 #439476] INFO -- : [507/900] 480794=test_object_create_start I, [2024-06-01T10:30:06.265019 #439476] INFO -- : [508/900] 480794=test_gem_silent_ui I, [2024-06-01T10:30:06.300141 #439476] INFO -- : [509/900] 480794=test_emitter I, [2024-06-01T10:30:06.303838 #439476] INFO -- : [510/900] 480794=test_bug-5832 I, [2024-06-01T10:30:06.306963 #439476] INFO -- : [511/900] 480794=test_files_ext I, [2024-06-01T10:30:06.412789 #439476] INFO -- : [512/900] 480794=static_inspect_test I, [2024-06-01T10:30:06.419057 #439476] INFO -- : [513/900] 480794=test_eval_history I, [2024-06-01T10:30:06.437528 #439476] INFO -- : [514/900] 480794=test_kernel I, [2024-06-01T10:30:06.489448 #439476] INFO -- : [515/900] 480805=test_kdf I, [2024-06-01T10:30:06.557322 #439476] INFO -- : [516/900] 480805=test_gem_doctor I, [2024-06-01T10:30:06.592857 #439476] INFO -- : [517/900] 480805=test_config I, [2024-06-01T10:30:06.621282 #439476] INFO -- : [518/900] 480805=test_gem_source_list I, [2024-06-01T10:30:06.650959 #439476] INFO -- : [519/900] 480804=test_yaml_special_cases I, [2024-06-01T10:30:06.675829 #439476] INFO -- : [520/900] 480804=test_optarg I, [2024-06-01T10:30:06.678546 #439476] INFO -- : [521/900] 480805=test_address_resolve I, [2024-06-01T10:30:06.690432 #439476] INFO -- : [522/900] 480805=test_rdoc_token_stream I, [2024-06-01T10:30:06.699371 #439476] INFO -- : [523/900] 480805=test_iter_break I, [2024-06-01T10:30:06.703861 #439476] INFO -- : [524/900] 480805=test_zsh_completion I, [2024-06-01T10:30:06.707058 #439476] INFO -- : [525/900] 480805=test_exception I, [2024-06-01T10:30:06.714148 #439476] INFO -- : [526/900] 480805=test_gem_ext_configure_builder I, [2024-06-01T10:30:06.737660 #439476] INFO -- : [527/900] 480804=test_frozen I, [2024-06-01T10:30:06.742382 #439476] INFO -- : [528/900] 480804=test_pp I, [2024-06-01T10:30:06.742829 #439476] INFO -- : [529/900] 480805=test_macro I, [2024-06-01T10:30:06.746317 #439476] INFO -- : [530/900] 480805=test_num2int I, [2024-06-01T10:30:06.754645 #439476] INFO -- : [531/900] 480805=test_nil I, [2024-06-01T10:30:06.759184 #439476] INFO -- : [532/900] 480805=test_rdoc_single_class I, [2024-06-01T10:30:06.763312 #439476] INFO -- : [533/900] 480805=test_verbose I, [2024-06-01T10:30:06.774925 #439476] INFO -- : [534/900] 480804=test_rdoc_tom_doc I, [2024-06-01T10:30:06.785370 #439476] INFO -- : [535/900] 480805=test_hmac I, [2024-06-01T10:30:06.786363 #439476] INFO -- : [536/900] 480800=test_rdoc_markup_to_tt_only I, [2024-06-01T10:30:06.790193 #439476] INFO -- : [537/900] 480805=test_gem_spec_fetcher I, [2024-06-01T10:30:06.795702 #439476] INFO -- : [538/900] 480804=test_common I, [2024-06-01T10:30:06.812070 #439476] INFO -- : [539/900] 480800=test_key_actor_vi I, [2024-06-01T10:30:06.926863 #439476] INFO -- : [540/900] 480800=test_bug-3571 I, [2024-06-01T10:30:06.944196 #439476] INFO -- : [541/900] 480800=test_gem_command I, [2024-06-01T10:30:06.957536 #439476] INFO -- : [542/900] 480805=test_gem_commands_lock_command I, [2024-06-01T10:30:06.971978 #439476] INFO -- : [543/900] 480804=test_ifunless I, [2024-06-01T10:30:06.973568 #439476] INFO -- : [544/900] 480805=test_assignment I, [2024-06-01T10:30:06.977113 #439476] INFO -- : [545/900] 480804=test_numeric I, [2024-06-01T10:30:07.019021 #439476] INFO -- : [546/900] 480800=parse_stream_test I, [2024-06-01T10:30:07.039552 #439476] INFO -- : [547/900] 480804=test_gem_security_policy I, [2024-06-01T10:30:07.085635 #439476] INFO -- : [548/900] 480800=test_gem_source_local I, [2024-06-01T10:30:07.107180 #439476] INFO -- : [549/900] 480793=command_line_test I, [2024-06-01T10:30:07.114349 #439476] INFO -- : [550/900] 480793=test_pack I, [2024-06-01T10:30:07.115206 #439476] INFO -- : [551/900] 480794=test_last_thread I, [2024-06-01T10:30:07.121372 #439476] INFO -- : [552/900] 480801=test_process I, [2024-06-01T10:30:07.347741 #439476] INFO -- : [553/900] 480804=test_x509cert I, [2024-06-01T10:30:07.363438 #439476] INFO -- : [554/900] 480800=test_gc I, [2024-06-01T10:30:07.417086 #439476] INFO -- : [555/900] 480793=test_gem_resolver_lock_specification I, [2024-06-01T10:30:07.450695 #439476] INFO -- : [556/900] 480793=test_err_in_callback I, [2024-06-01T10:30:07.450967 #439476] INFO -- : [557/900] 480793=test_logdevice I, [2024-06-01T10:30:07.589834 #439476] INFO -- : [558/900] 480804=test_arity I, [2024-06-01T10:30:07.598181 #439476] INFO -- : [559/900] 480804=test_gem_ext_rake_builder I, [2024-06-01T10:30:07.598638 #439476] INFO -- : [560/900] 480808=test_switch_hitter I, [2024-06-01T10:30:07.621707 #439476] INFO -- : [561/900] 480808=test_flush I, [2024-06-01T10:30:07.623989 #439476] INFO -- : [562/900] 480808=test_singleton I, [2024-06-01T10:30:07.625758 #439476] INFO -- : [563/900] 480803=test_io_console I, [2024-06-01T10:30:07.634724 #439476] INFO -- : [564/900] 480808=test_logperiod I, [2024-06-01T10:30:07.636815 #439476] INFO -- : [565/900] 480808=test_rdoc_markdown_test I, [2024-06-01T10:30:07.931647 #439476] INFO -- : [566/900] 480805=test_c_union_entity I, [2024-06-01T10:30:07.973096 #439476] INFO -- : [567/900] 480805=test_rdoc_normal_module I, [2024-06-01T10:30:07.981666 #439476] INFO -- : [568/900] 480798=test_securerandom I, [2024-06-01T10:30:08.000800 #439476] INFO -- : [569/900] 480805=test_thread_fd_close I, [2024-06-01T10:30:08.003455 #439476] INFO -- : [570/900] 480798=test_passing_block I, [2024-06-01T10:30:08.003957 #439476] INFO -- : [571/900] 480805=test_stringchar I, [2024-06-01T10:30:08.005254 #439476] INFO -- : [572/900] 480798=test_hash_create I, [2024-06-01T10:30:08.006554 #439476] INFO -- : [573/900] 480798=newline_test I, [2024-06-01T10:30:08.048070 #439476] INFO -- : [574/900] 480805=test_uncorrectable_name_check I, [2024-06-01T10:30:08.049650 #439476] INFO -- : [575/900] 480799=test_nil2vtempty I, [2024-06-01T10:30:08.050329 #439476] INFO -- : [576/900] 480799=test_stream I, [2024-06-01T10:30:08.050579 #439476] INFO -- : [577/900] 480805=test_rdoc_context I, [2024-06-01T10:30:08.057488 #439476] INFO -- : [578/900] 480799=test_open-uri I, [2024-06-01T10:30:08.111818 #439476] INFO -- : [579/900] 480798=test_httpresponse I, [2024-06-01T10:30:08.156649 #439476] INFO -- : [580/900] 480809=test_rdoc_parser_ruby I, [2024-06-01T10:30:08.162343 #439476] INFO -- : [581/900] 480798=test_require I, [2024-06-01T10:30:08.164386 #439476] INFO -- : [582/900] 480798=test_rdoc_markup_to_joined_paragraph I, [2024-06-01T10:30:08.190995 #439476] INFO -- : [583/900] 480794=test_date_time I, [2024-06-01T10:30:08.209325 #439476] INFO -- : [584/900] 480794=test_date_new I, [2024-06-01T10:30:08.217031 #439476] INFO -- : [585/900] 480794=test_data I, [2024-06-01T10:30:08.223039 #439476] INFO -- : [586/900] 480794=test_syntax I, [2024-06-01T10:30:08.272165 #439476] INFO -- : [587/900] 480793=test_gem_safe_yaml I, [2024-06-01T10:30:08.279422 #439476] INFO -- : [588/900] 480793=test_rdoc_text I, [2024-06-01T10:30:08.295769 #439476] INFO -- : [589/900] 480804=test_tcp I, [2024-06-01T10:30:08.319063 #439476] INFO -- : [590/900] 480804=test_iso_8859 I, [2024-06-01T10:30:08.325868 #439476] INFO -- : [591/900] 480793=reflection_test I, [2024-06-01T10:30:08.334769 #439476] INFO -- : [592/900] 480799=test_gem_commands_specification_command I, [2024-06-01T10:30:08.335408 #439476] INFO -- : [593/900] 480793=test_flags I, [2024-06-01T10:30:08.337477 #439476] INFO -- : [594/900] 480798=test_inadvertent_creation I, [2024-06-01T10:30:08.353294 #439476] INFO -- : [595/900] 480804=test_enumerator I, [2024-06-01T10:30:08.366912 #439476] INFO -- : [596/900] 480797=test_http I, [2024-06-01T10:30:08.391215 #439476] INFO -- : [597/900] 480797=test_gem_commands_which_command I, [2024-06-01T10:30:08.437340 #439476] INFO -- : [598/900] 480797=test_shift_jis I, [2024-06-01T10:30:08.441300 #439476] INFO -- : [599/900] 480798=test_name_error I, [2024-06-01T10:30:08.444833 #439476] INFO -- : [600/900] 480797=test_rdoc_markup_attribute_manager I, [2024-06-01T10:30:08.465474 #439476] INFO -- : [601/900] 480808=test_gem_resolver I, [2024-06-01T10:30:08.469435 #439476] INFO -- : [602/900] 480799=test_gem_resolver_composed_set I, [2024-06-01T10:30:08.482078 #439476] INFO -- : [603/900] 480799=test_safe_load I, [2024-06-01T10:30:08.488827 #439476] INFO -- : [604/900] 480797=test_gem_commands_dependency_command I, [2024-06-01T10:30:08.495096 #439476] INFO -- : [605/900] 480799=test_sprintf_comb I, [2024-06-01T10:30:08.524425 #439476] INFO -- : [606/900] 480798=test_method_cache I, [2024-06-01T10:30:08.528533 #439476] INFO -- : [607/900] 480798=test_gem_request I, [2024-06-01T10:30:08.590200 #439476] INFO -- : [608/900] 480797=test_gem_ext_cargo_builder_link_flag_converter I, [2024-06-01T10:30:08.642753 #439476] INFO -- : [609/900] 480808=test_gem_commands_mirror I, [2024-06-01T10:30:08.647154 #439476] INFO -- : [610/900] 480797=tunnel_test I, [2024-06-01T10:30:08.648434 #439476] INFO -- : [611/900] 480808=test_settracefunc I, [2024-06-01T10:30:08.657375 #439476] INFO -- : [612/900] 480798=test_gem_text I, [2024-06-01T10:30:08.658405 #439476] INFO -- : [613/900] 480797=test_enumerator_kw I, [2024-06-01T10:30:08.663216 #439476] INFO -- : [614/900] 480797=test_scan_args I, [2024-06-01T10:30:08.675985 #439476] INFO -- : [615/900] 480797=test_generic I, [2024-06-01T10:30:08.684109 #439476] INFO -- : [616/900] 480799=test_win32ole I, [2024-06-01T10:30:08.688690 #439476] INFO -- : [617/900] 480809=test_store I, [2024-06-01T10:30:08.692072 #439476] INFO -- : [618/900] 480799=test_case_options I, [2024-06-01T10:30:08.695955 #439476] INFO -- : [619/900] 480798=test_gem_commands_info_command I, [2024-06-01T10:30:08.697638 #439476] INFO -- : [620/900] 480799=test_gem_dependency_installer I, [2024-06-01T10:30:08.700830 #439476] INFO -- : [621/900] 480797=test_scalar I, [2024-06-01T10:30:08.704791 #439476] INFO -- : [622/900] 480797=test_rdoc_cross_reference I, [2024-06-01T10:30:08.715574 #439476] INFO -- : [623/900] 480798=parameters_signature_test I, [2024-06-01T10:30:08.718139 #439476] INFO -- : [624/900] 480805=test_gem_package_tar_reader_entry I, [2024-06-01T10:30:08.724526 #439476] INFO -- : [625/900] 480798=test_gem_name_tuple I, [2024-06-01T10:30:08.741315 #439476] INFO -- : [626/900] 480798=test_rand I, [2024-06-01T10:30:08.898644 #439476] INFO -- : [627/900] 480805=test_bug_reporter I, [2024-06-01T10:30:08.927096 #439476] INFO -- : [628/900] 480809=test_exception I, [2024-06-01T10:30:09.098458 #439476] INFO -- : [629/900] 480797=test_rdoc_generator_ri I, [2024-06-01T10:30:09.106524 #439476] INFO -- : [630/900] 480797=test_extlibs I, [2024-06-01T10:30:09.111981 #439476] INFO -- : [631/900] 480798=test_gem_stream_ui I, [2024-06-01T10:30:09.189666 #439476] INFO -- : [632/900] 480798=test_gem_install_update_options I, [2024-06-01T10:30:09.331133 #439476] INFO -- : [633/900] 480798=test_require_lib I, [2024-06-01T10:30:09.338210 #439476] INFO -- : [634/900] 480805=test_ractor I, [2024-06-01T10:30:09.355767 #439476] INFO -- : [635/900] 480805=test_severity I, [2024-06-01T10:30:09.358397 #439476] INFO -- : [636/900] 480805=test_objectspace I, [2024-06-01T10:30:09.413479 #439476] INFO -- : [637/900] 480793=location_test I, [2024-06-01T10:30:09.418613 #439476] INFO -- : [638/900] 480793=test_thread I, [2024-06-01T10:30:09.447708 #439476] INFO -- : [639/900] 480807=test_socket I, [2024-06-01T10:30:09.635060 #439476] INFO -- : [640/900] 480793=test_rdoc_markup_to_table_of_contents I, [2024-06-01T10:30:09.669463 #439476] INFO -- : [641/900] 480793=test_dot_dot I, [2024-06-01T10:30:09.682743 #439476] INFO -- : [642/900] 480793=test_c_struct_builder I, [2024-06-01T10:30:09.785809 #439476] INFO -- : [643/900] 480793=test_str2big I, [2024-06-01T10:30:09.794446 #439476] INFO -- : [644/900] 480793=test_literal I, [2024-06-01T10:30:09.860927 #439476] INFO -- : [645/900] 480808=test_grapheme_breaks I, [2024-06-01T10:30:09.862717 #439476] INFO -- : [646/900] 480808=test_gem_version_option I, [2024-06-01T10:30:09.909788 #439476] INFO -- : [647/900] 480796=test_gem_request_connection_pools I, [2024-06-01T10:30:09.967213 #439476] INFO -- : [648/900] 480808=test_cclass I, [2024-06-01T10:30:09.999916 #439476] INFO -- : [649/900] 480795=test_parser_events I, [2024-06-01T10:30:10.081298 #439476] INFO -- : [650/900] 480795=test_reline I, [2024-06-01T10:30:10.090349 #439476] INFO -- : [651/900] 480808=test_case I, [2024-06-01T10:30:10.090898 #439476] INFO -- : [652/900] 480808=test_pkey I, [2024-06-01T10:30:10.108575 #439476] INFO -- : [653/900] 480791=test_rdoc_markup_to_markdown I, [2024-06-01T10:30:10.136933 #439476] INFO -- : [654/900] 480808=test_json_tree I, [2024-06-01T10:30:10.151283 #439476] INFO -- : [655/900] 480808=test_ansi_with_terminfo I, [2024-06-01T10:30:10.193756 #439476] INFO -- : [656/900] 480808=test_rdoc_generator_pot_po I, [2024-06-01T10:30:10.198605 #439476] INFO -- : [657/900] 480808=test_ractor I, [2024-06-01T10:30:10.261012 #439476] INFO -- : [658/900] 480808=test_memory_view I, [2024-06-01T10:30:10.261756 #439476] INFO -- : [659/900] 480805=test_m17n_comb I, [2024-06-01T10:30:10.287759 #439476] INFO -- : [660/900] 480791=test_io_timeout I, [2024-06-01T10:30:10.295756 #439476] INFO -- : [661/900] 480791=test_shapes I, [2024-06-01T10:30:10.297241 #439476] INFO -- : [662/900] 480791=json_fixtures_test I, [2024-06-01T10:30:10.311616 #439476] INFO -- : [663/900] 480791=test_comparable I, [2024-06-01T10:30:10.314812 #439476] INFO -- : [664/900] 480791=index_write_test I, [2024-06-01T10:30:10.318903 #439476] INFO -- : [665/900] 480791=test_rdoc_parser_c I, [2024-06-01T10:30:10.343096 #439476] INFO -- : [666/900] 480803=test_gbk I, [2024-06-01T10:30:10.348423 #439476] INFO -- : [667/900] 480803=test_class2name I, [2024-06-01T10:30:10.348683 #439476] INFO -- : [668/900] 480803=test_enc_str_buf_cat I, [2024-06-01T10:30:10.358441 #439476] INFO -- : [669/900] 480803=test_pstore I, [2024-06-01T10:30:10.392323 #439476] INFO -- : [670/900] 480795=test_cstr I, [2024-06-01T10:30:10.396147 #439476] INFO -- : [671/900] 480803=test_profile_frames I, [2024-06-01T10:30:10.434863 #439476] INFO -- : [672/900] 480808=test_big2str I, [2024-06-01T10:30:10.439610 #439476] INFO -- : [673/900] 480808=test_yaml I, [2024-06-01T10:30:10.503729 #439476] INFO -- : [674/900] 480793=test_forwardable I, [2024-06-01T10:30:10.508911 #439476] INFO -- : [675/900] 480808=test_wait I, [2024-06-01T10:30:10.531697 #439476] INFO -- : [676/900] 480793=test_handle I, [2024-06-01T10:30:10.562694 #439476] INFO -- : [677/900] 480808=test_nowrite I, [2024-06-01T10:30:10.566243 #439476] INFO -- : [678/900] 480791=test_thread_queue I, [2024-06-01T10:30:10.581056 #439476] INFO -- : [679/900] 480808=test_rdoc_markup_formatter I, [2024-06-01T10:30:10.582751 #439476] INFO -- : [680/900] 480799=test_bmethod I, [2024-06-01T10:30:10.588155 #439476] INFO -- : [681/900] 480808=test_ractor I, [2024-06-01T10:30:10.589403 #439476] INFO -- : [682/900] 480799=test_euc_tw I, [2024-06-01T10:30:10.593432 #439476] INFO -- : [683/900] 480799=test_ansi_without_terminfo I, [2024-06-01T10:30:10.594483 #439476] INFO -- : [684/900] 480803=test_gem_commands_sources_command I, [2024-06-01T10:30:10.599878 #439476] INFO -- : [685/900] 480808=test_coverage I, [2024-06-01T10:30:10.603370 #439476] INFO -- : [686/900] 480799=test_rdoc_encoding I, [2024-06-01T10:30:10.647538 #439476] INFO -- : [687/900] 480799=regexp_test I, [2024-06-01T10:30:10.656928 #439476] INFO -- : [688/900] 480799=test_gem_package_tar_reader I, [2024-06-01T10:30:10.697640 #439476] INFO -- : [689/900] 480799=test_init I, [2024-06-01T10:30:10.810624 #439476] INFO -- : [690/900] 480797=test_complexrational I, [2024-06-01T10:30:10.817732 #439476] INFO -- : [691/900] 480797=test_pathname I, [2024-06-01T10:30:10.825714 #439476] INFO -- : [692/900] 480807=test_rdoc_markdown I, [2024-06-01T10:30:10.944269 #439476] INFO -- : [693/900] 480796=test_gem_available_set I, [2024-06-01T10:30:10.964688 #439476] INFO -- : [694/900] 480793=test_rdoc_any_method I, [2024-06-01T10:30:11.036616 #439476] INFO -- : [695/900] 480796=test_modify_expand I, [2024-06-01T10:30:11.042091 #439476] INFO -- : [696/900] 480807=test_file I, [2024-06-01T10:30:11.045677 #439476] INFO -- : [697/900] 480807=test_deprecate I, [2024-06-01T10:30:11.051010 #439476] INFO -- : [698/900] 480803=test_rdoc_constant I, [2024-06-01T10:30:11.051613 #439476] INFO -- : [699/900] 480797=test_formatter I, [2024-06-01T10:30:11.057369 #439476] INFO -- : [700/900] 480796=test_bash_completion I, [2024-06-01T10:30:11.058327 #439476] INFO -- : [701/900] 480797=test_gem_source_vendor I, [2024-06-01T10:30:11.058723 #439476] INFO -- : [702/900] 480795=test_gem_commands_owner_command I, [2024-06-01T10:30:11.060984 #439476] INFO -- : [703/900] 480796=test_recorder I, [2024-06-01T10:30:11.067448 #439476] INFO -- : [704/900] 480796=test_marshalable I, [2024-06-01T10:30:11.073117 #439476] INFO -- : [705/900] 480796=test_digest I, [2024-06-01T10:30:11.073868 #439476] INFO -- : [706/900] 480807=test_gem_ext_cmake_builder I, [2024-06-01T10:30:11.078989 #439476] INFO -- : [707/900] 480797=test_gem_commands_contents_command I, [2024-06-01T10:30:11.090608 #439476] INFO -- : [708/900] 480799=test_cgi_util I, [2024-06-01T10:30:11.113909 #439476] INFO -- : [709/900] 480807=test_require I, [2024-06-01T10:30:11.178251 #439476] INFO -- : [710/900] 480797=test_fiddle I, [2024-06-01T10:30:11.286521 #439476] INFO -- : [711/900] 480799=test_wss I, [2024-06-01T10:30:11.295056 #439476] INFO -- : [712/900] 480799=test_ractor I, [2024-06-01T10:30:11.301841 #439476] INFO -- : [713/900] 480797=test_find I, [2024-06-01T10:30:11.305873 #439476] INFO -- : [714/900] 480803=test_function I, [2024-06-01T10:30:11.317918 #439476] INFO -- : [715/900] 480797=snapshots_test I, [2024-06-01T10:30:11.324307 #439476] INFO -- : [716/900] 480809=test_queue I, [2024-06-01T10:30:11.345570 #439476] INFO -- : [717/900] 480809=test_tempfile I, [2024-06-01T10:30:11.376005 #439476] INFO -- : [718/900] 480799=pattern_test I, [2024-06-01T10:30:11.392402 #439476] INFO -- : [719/900] 480799=test_noarg I, [2024-06-01T10:30:11.436653 #439476] INFO -- : [720/900] 480793=test_utf32 I, [2024-06-01T10:30:11.442654 #439476] INFO -- : [721/900] 480793=test_basicsocket I, [2024-06-01T10:30:11.452033 #439476] INFO -- : [722/900] 480793=test_duplicate I, [2024-06-01T10:30:11.456178 #439476] INFO -- : [723/900] 480793=test_rdoc_markup I, [2024-06-01T10:30:11.463487 #439476] INFO -- : [724/900] 480793=test_gem_commands_help_command I, [2024-06-01T10:30:11.490975 #439476] INFO -- : [725/900] 480808=test_tracepoint I, [2024-06-01T10:30:11.532557 #439476] INFO -- : [726/900] 480803=test_prettyprint I, [2024-06-01T10:30:11.546459 #439476] INFO -- : [727/900] 480803=test_internal_ivar I, [2024-06-01T10:30:11.549724 #439476] INFO -- : [728/900] 480803=test_gem_resolver_index_specification I, [2024-06-01T10:30:11.557923 #439476] INFO -- : [729/900] 480793=desugar_compiler_test I, [2024-06-01T10:30:11.576196 #439476] INFO -- : [730/900] 480793=test_rdoc_parser_rd I, [2024-06-01T10:30:11.589661 #439476] INFO -- : [731/900] 480793=test_date_strftime I, [2024-06-01T10:30:11.600904 #439476] INFO -- : [732/900] 480799=symbol_encoding_test I, [2024-06-01T10:30:11.601802 #439476] INFO -- : [733/900] 480803=test_yamlstore I, [2024-06-01T10:30:11.611276 #439476] INFO -- : [734/900] 480799=test_gem_installer I, [2024-06-01T10:30:11.616031 #439476] INFO -- : [735/900] 480803=test_class I, [2024-06-01T10:30:11.628374 #439476] INFO -- : [736/900] 480809=test_rdoc_normal_class I, [2024-06-01T10:30:11.639246 #439476] INFO -- : [737/900] 480795=test_const I, [2024-06-01T10:30:11.643842 #439476] INFO -- : [738/900] 480795=json_string_matching_test I, [2024-06-01T10:30:11.648425 #439476] INFO -- : [739/900] 480795=test_load I, [2024-06-01T10:30:11.656393 #439476] INFO -- : [740/900] 480795=test_random I, [2024-06-01T10:30:11.664685 #439476] INFO -- : [741/900] 480795=test_asn1 I, [2024-06-01T10:30:11.681983 #439476] INFO -- : [742/900] 480795=test_irb I, [2024-06-01T10:30:11.693142 #439476] INFO -- : [743/900] 480809=test_gem_ext_ext_conf_builder I, [2024-06-01T10:30:11.822457 #439476] INFO -- : [744/900] 480808=test_method_cache I, [2024-06-01T10:30:11.823272 #439476] INFO -- : [745/900] 480808=test_gem_stub_specification I, [2024-06-01T10:30:11.887299 #439476] INFO -- : [746/900] 480795=test_frozen_error I, [2024-06-01T10:30:11.894451 #439476] INFO -- : [747/900] 480795=test_gem_commands_search_command I, [2024-06-01T10:30:11.900846 #439476] INFO -- : [748/900] 480795=test_complex I, [2024-06-01T10:30:11.923301 #439476] INFO -- : [749/900] 480796=test_inlinecache I, [2024-06-01T10:30:11.980318 #439476] INFO -- : [750/900] 480797=test_rdoc_markup_verbatim I, [2024-06-01T10:30:11.985286 #439476] INFO -- : [751/900] 480797=test_gem_resolver_specification I, [2024-06-01T10:30:11.987429 #439476] INFO -- : [752/900] 480796=test_gem_dependency I, [2024-06-01T10:30:12.000419 #439476] INFO -- : [753/900] 480808=lex_test I, [2024-06-01T10:30:12.012873 #439476] INFO -- : [754/900] 480797=test_path_to_class I, [2024-06-01T10:30:12.016838 #439476] INFO -- : [755/900] 480797=test_mdns I, [2024-06-01T10:30:12.032424 #439476] INFO -- : [756/900] 480797=test_parse I, [2024-06-01T10:30:12.048535 #439476] INFO -- : [757/900] 480795=test_gem_remote_fetcher I, [2024-06-01T10:30:12.128595 #439476] INFO -- : [758/900] 480796=test_scanner_events I, [2024-06-01T10:30:12.165653 #439476] INFO -- : [759/900] 480796=test_gem_resolver_installed_specification I, [2024-06-01T10:30:12.181664 #439476] INFO -- : [760/900] 480796=test_stack I, [2024-06-01T10:30:12.226310 #439476] INFO -- : [761/900] 480793=test_gem_commands_list_command I, [2024-06-01T10:30:12.242799 #439476] INFO -- : [762/900] 480793=test_reqarg I, [2024-06-01T10:30:12.487940 #439476] INFO -- : [763/900] 480807=test_rdoc_include I, [2024-06-01T10:30:12.528278 #439476] INFO -- : [764/900] 480807=test_too_many_dummy_encodings I, [2024-06-01T10:30:12.587351 #439476] INFO -- : [765/900] 480807=test_gem_version I, [2024-06-01T10:30:12.587897 #439476] INFO -- : [766/900] 480797=test_rdoc_options I, [2024-06-01T10:30:12.658641 #439476] INFO -- : [767/900] 480807=test_econv I, [2024-06-01T10:30:12.660821 #439476] INFO -- : [768/900] 480808=test_cesu8 I, [2024-06-01T10:30:12.661546 #439476] INFO -- : [769/900] 480793=test_fileutils I, [2024-06-01T10:30:12.667819 #439476] INFO -- : [770/900] 480808=encodings_test I, [2024-06-01T10:30:12.696329 #439476] INFO -- : [771/900] 480808=test_string_processing I, [2024-06-01T10:30:12.708222 #439476] INFO -- : [772/900] 480808=test_emitter I, [2024-06-01T10:30:12.717957 #439476] INFO -- : [773/900] 480808=test_resource I, [2024-06-01T10:30:12.726666 #439476] INFO -- : [774/900] 480808=test_gem_commands_signin_command I, [2024-06-01T10:30:12.827834 #439476] INFO -- : [775/900] 480798=test_ldap I, [2024-06-01T10:30:12.833113 #439476] INFO -- : [776/900] 480798=test_protect I, [2024-06-01T10:30:12.839717 #439476] INFO -- : [777/900] 480808=test_win32ole_typelib I, [2024-06-01T10:30:12.840956 #439476] INFO -- : [778/900] 480798=test_gem_request_set_lockfile I, [2024-06-01T10:30:12.846107 #439476] INFO -- : [779/900] 480808=test_raise_exception I, [2024-06-01T10:30:12.893205 #439476] INFO -- : [780/900] 480797=test_postponed_job I, [2024-06-01T10:30:12.956384 #439476] INFO -- : [781/900] 480809=test_alias_and_anchor I, [2024-06-01T10:30:12.961692 #439476] INFO -- : [782/900] 480805=test_external_new I, [2024-06-01T10:30:12.962673 #439476] INFO -- : [783/900] 480809=test_gem_resolver_dependency_request I, [2024-06-01T10:30:12.966601 #439476] INFO -- : [784/900] 480805=test_tree_builder I, [2024-06-01T10:30:12.976837 #439476] INFO -- : [785/900] 480805=test_hash I, [2024-06-01T10:30:12.984550 #439476] INFO -- : [786/900] 480809=test_kill_ring I, [2024-06-01T10:30:12.986580 #439476] INFO -- : [787/900] 480796=test_framework I, [2024-06-01T10:30:12.987628 #439476] INFO -- : [788/900] 480796=test_ns_spki I, [2024-06-01T10:30:12.990259 #439476] INFO -- : [789/900] 480805=test_argf I, [2024-06-01T10:30:12.994229 #439476] INFO -- : [790/900] 480809=test_gem_commands_environment_command I, [2024-06-01T10:30:13.013161 #439476] INFO -- : [791/900] 480796=test_m17n I, [2024-06-01T10:30:13.055942 #439476] INFO -- : [792/900] 480809=test_ws I, [2024-06-01T10:30:13.064285 #439476] INFO -- : [793/900] 480809=test_yjit I, [2024-06-01T10:30:13.073498 #439476] INFO -- : [794/900] 480809=test_workspace I, [2024-06-01T10:30:13.106078 #439476] INFO -- : [795/900] 480796=test_weakmap I, [2024-06-01T10:30:13.120191 #439476] INFO -- : [796/900] 480793=test_gem_requirement I, [2024-06-01T10:30:13.242201 #439476] INFO -- : [797/900] 480798=test_sprintf I, [2024-06-01T10:30:13.249171 #439476] INFO -- : [798/900] 480809=test_string_memory I, [2024-06-01T10:30:13.278027 #439476] INFO -- : [799/900] 480793=test_gem_security_trust_dir I, [2024-06-01T10:30:13.300379 #439476] INFO -- : [800/900] 480797=test_undef I, [2024-06-01T10:30:13.301959 #439476] INFO -- : [801/900] 480797=test_objspace I, [2024-06-01T10:30:13.315008 #439476] INFO -- : [802/900] 480809=test_line_editor I, [2024-06-01T10:30:13.315490 #439476] INFO -- : [803/900] 480793=test_remote_fetch_error I, [2024-06-01T10:30:13.327963 #439476] INFO -- : [804/900] 480793=test_have_library I, [2024-06-01T10:30:13.354895 #439476] INFO -- : [805/900] 480809=test_c_struct_entry I, [2024-06-01T10:30:13.433630 #439476] INFO -- : [806/900] 480802=test_lock_native_thread I, [2024-06-01T10:30:13.447923 #439476] INFO -- : [807/900] 480808=test_gem_commands_stale_command I, [2024-06-01T10:30:13.460677 #439476] INFO -- : [808/900] 480808=test_set I, [2024-06-01T10:30:13.469377 #439476] INFO -- : [809/900] 480808=test_show_source I, [2024-06-01T10:30:13.528881 #439476] INFO -- : [810/900] 480808=regular_expression_encoding_test I, [2024-06-01T10:30:13.539698 #439476] INFO -- : [811/900] 480798=equality_test I, [2024-06-01T10:30:13.546833 #439476] INFO -- : [812/900] 480798=test_pattern_key_name_check I, [2024-06-01T10:30:13.551961 #439476] INFO -- : [813/900] 480798=test_to_ruby I, [2024-06-01T10:30:13.559355 #439476] INFO -- : [814/900] 480808=test_pack I, [2024-06-01T10:30:13.566418 #439476] INFO -- : [815/900] 480798=test_array_create I, [2024-06-01T10:30:13.567791 #439476] INFO -- : [816/900] 480798=test_gem_impossible_dependencies_error I, [2024-06-01T10:30:13.575358 #439476] INFO -- : [817/900] 480798=test_gem_commands_query_command I, [2024-06-01T10:30:13.689617 #439476] INFO -- : [818/900] 480809=test_method I, [2024-06-01T10:30:13.702037 #439476] INFO -- : [819/900] 480802=test_rdoc_rubygems_hook I, [2024-06-01T10:30:13.764572 #439476] INFO -- : [820/900] 480807=test_euc_kr I, [2024-06-01T10:30:13.771291 #439476] INFO -- : [821/900] 480807=test_rdoc_context_section I, [2024-06-01T10:30:13.778632 #439476] INFO -- : [822/900] 480807=test_ftp I, [2024-06-01T10:30:13.782949 #439476] INFO -- : [823/900] 480807=test_date_attr I, [2024-06-01T10:30:13.785528 #439476] INFO -- : [824/900] 480807=test_ellipsize I, [2024-06-01T10:30:13.800888 #439476] INFO -- : [825/900] 480800=test_kwargs I, [2024-06-01T10:30:13.806990 #439476] INFO -- : [826/900] 480807=test_io_wait I, [2024-06-01T10:30:13.810656 #439476] INFO -- : [827/900] 480800=test_gem_commands_exec_command I, [2024-06-01T10:30:13.878468 #439476] INFO -- : [828/900] 480808=test_type_completor I, [2024-06-01T10:30:13.882923 #439476] INFO -- : [829/900] 480808=test_summary I, [2024-06-01T10:30:13.933636 #439476] INFO -- : [830/900] 480802=test_console_attr I, [2024-06-01T10:30:13.938073 #439476] INFO -- : [831/900] 480802=test_gem_commands_uninstall_command I, [2024-06-01T10:30:13.968071 #439476] INFO -- : [832/900] 480808=test_condition I, [2024-06-01T10:30:13.969393 #439476] INFO -- : [833/900] 480808=test_gem_source_specific_file I, [2024-06-01T10:30:14.049697 #439476] INFO -- : [834/900] 480808=test_foreach I, [2024-06-01T10:30:14.060144 #439476] INFO -- : [835/900] 480808=test_cp949 I, [2024-06-01T10:30:14.064047 #439476] INFO -- : [836/900] 480808=test_win32ole_record I, [2024-06-01T10:30:14.066359 #439476] INFO -- : [837/900] 480798=test_gem_unsatisfiable_dependency_error I, [2024-06-01T10:30:14.067242 #439476] INFO -- : [838/900] 480808=test_hash I, [2024-06-01T10:30:14.080843 #439476] INFO -- : [839/900] 480798=test_ubf_async_safe I, [2024-06-01T10:30:14.082890 #439476] INFO -- : [840/900] 480798=test_sorted_set I, [2024-06-01T10:30:14.134315 #439476] INFO -- : [841/900] 480807=test_emoji I, [2024-06-01T10:30:14.173329 #439476] INFO -- : [842/900] 480807=test_win32ole_type_event I, [2024-06-01T10:30:14.184550 #439476] INFO -- : [843/900] 480807=test_io I, [2024-06-01T10:30:14.208288 #439476] INFO -- : [844/900] 480803=test_config I, [2024-06-01T10:30:14.242306 #439476] INFO -- : [845/900] 480803=test_sleep I, [2024-06-01T10:30:14.262282 #439476] INFO -- : [846/900] 480795=test_gem_commands_fetch_command I, [2024-06-01T10:30:14.341851 #439476] INFO -- : [847/900] 480798=test_math I, [2024-06-01T10:30:14.350671 #439476] INFO -- : [848/900] 480798=test_gc I, [2024-06-01T10:30:14.356093 #439476] INFO -- : [849/900] 480798=test_libs I, [2024-06-01T10:30:14.375426 #439476] INFO -- : [850/900] 480798=test_yaml_tree I, [2024-06-01T10:30:14.390465 #439476] INFO -- : [851/900] 480798=test_rendering I, [2024-06-01T10:30:14.392303 #439476] INFO -- : [852/900] 480798=test_face I, [2024-06-01T10:30:14.407424 #439476] INFO -- : [853/900] 480807=test_sizeof I, [2024-06-01T10:30:14.421610 #439476] INFO -- : [854/900] 480798=test_case I, [2024-06-01T10:30:14.423132 #439476] INFO -- : [855/900] 480795=test_unicode_escape I, [2024-06-01T10:30:14.451664 #439476] INFO -- : [856/900] 480798=test_io I, [2024-06-01T10:30:14.521725 #439476] INFO -- : [857/900] 480795=numeric_value_test I, [2024-06-01T10:30:14.526705 #439476] INFO -- : [858/900] 480795=test_utf16 I, [2024-06-01T10:30:14.527295 #439476] INFO -- : [859/900] 480793=test_autoload I, [2024-06-01T10:30:14.534810 #439476] INFO -- : [860/900] 480795=test_gem_util I, [2024-06-01T10:30:14.688831 #439476] INFO -- : [861/900] 480795=test_iseq_load I, [2024-06-01T10:30:14.848703 #439476] INFO -- : [862/900] 480802=test_gem_package_tar_header I, [2024-06-01T10:30:14.862431 #439476] INFO -- : [863/900] 480800=source_location_test I, [2024-06-01T10:30:14.887165 #439476] INFO -- : [864/900] 480791=test_pkey_dh I, [2024-06-01T10:30:14.905855 #439476] INFO -- : [865/900] 480802=test_bigzero I, [2024-06-01T10:30:14.911419 #439476] INFO -- : [866/900] 480802=test_pkcs12 I, [2024-06-01T10:30:14.922974 #439476] INFO -- : [867/900] 480800=test_system I, [2024-06-01T10:30:15.018913 #439476] INFO -- : [868/900] 480791=test_etc I, [2024-06-01T10:30:15.106763 #439476] INFO -- : [869/900] 480791=test_yjit_exit_locations I, [2024-06-01T10:30:15.111763 #439476] INFO -- : [870/900] 480791=test_gem_resolver_activation_request I, [2024-06-01T10:30:15.117278 #439476] INFO -- : [871/900] 480791=test_getopts I, [2024-06-01T10:30:15.123562 #439476] INFO -- : [872/900] 480791=test_protocol I, [2024-06-01T10:30:15.434186 #439476] INFO -- : [873/900] 480791=test_ripper I, [2024-06-01T10:30:15.493023 #439476] INFO -- : [874/900] 480802=test_gem_config_file I, [2024-06-01T10:30:15.501062 #439476] INFO -- : [875/900] 480794=test_gem_resolver_best_set I, [2024-06-01T10:30:15.541119 #439476] INFO -- : [876/900] 480795=test_typeddata I, [2024-06-01T10:30:15.574769 #439476] INFO -- : [877/900] 480794=test_rdoc_markup_to_html_crossref I, [2024-06-01T10:30:15.655168 #439476] INFO -- : [878/900] 480802=test_rdoc_markup_raw I, [2024-06-01T10:30:15.681867 #439476] INFO -- : [879/900] 480802=test_webauthn_poller I, [2024-06-01T10:30:15.746139 #439476] INFO -- : [880/900] 480795=test_rat I, [2024-06-01T10:30:15.755280 #439476] INFO -- : [881/900] 480795=test_optparse I, [2024-06-01T10:30:15.782654 #439476] INFO -- : [882/900] 480791=test_array I, [2024-06-01T10:30:15.806107 #439476] INFO -- : [883/900] 480791=test_fstring I, [2024-06-01T10:30:15.819731 #439476] INFO -- : [884/900] 480795=test_yield I, [2024-06-01T10:30:15.830306 #439476] INFO -- : [885/900] 480802=test_rdoc_alias I, [2024-06-01T10:30:15.855219 #439476] INFO -- : [886/900] 480802=test_convertible I, [2024-06-01T10:30:15.928313 #439476] INFO -- : [887/900] 480791=test_files_sample I, [2024-06-01T10:30:15.954089 #439476] INFO -- : [888/900] 480794=test_stringscanner I, [2024-06-01T10:30:15.989374 #439476] INFO -- : [889/900] 480794=test_rdoc_markup_indented_paragraph I, [2024-06-01T10:30:15.997268 #439476] INFO -- : [890/900] 480794=regular_expression_options_test I, [2024-06-01T10:30:16.001463 #439476] INFO -- : [891/900] 480794=test_rdoc_task I, [2024-06-01T10:30:16.001527 #439476] INFO -- : [892/900] 480794=test_gem_resolver_conflict I, [2024-06-01T10:30:16.016496 #439476] INFO -- : [893/900] 480794=test_backtrace I, [2024-06-01T10:30:16.025507 #439476] INFO -- : [894/900] 480791=test_pack I, [2024-06-01T10:30:16.038066 #439476] INFO -- : [895/900] 480791=test_io_buffer I, [2024-06-01T10:30:16.052152 #439476] INFO -- : [896/900] 480800=test_readpartial I, [2024-06-01T10:30:16.154346 #439476] INFO -- : [897/900] 480791=test_gem_commands_install_command I, [2024-06-01T10:30:16.286647 #439476] INFO -- : [898/900] 480803=test_clone I, [2024-06-01T10:30:16.458213 #439476] INFO -- : [899/900] 480803=test_rdoc_require I, [2024-06-01T10:30:16.460190 #439476] INFO -- : [900/900] 480800=locals_test I, [2024-06-01T10:30:31.397006 #439476] INFO -- : Finished tests in 34.112626s, 946.6583 tests/s, 188651.7600 assertions/s. I, [2024-06-01T10:30:31.397739 #439476] INFO -- : 32293 tests, 6435407 assertions, 0 failures, 0 errors, 312 skips I, [2024-06-01T10:30:31.397761 #439476] INFO -- : I, [2024-06-01T10:30:31.397769 #439476] INFO -- : ruby -v: ruby 3.4.0dev (2024-06-01T10:28:08Z master cda69b5910) [x86_64-linux] I, [2024-06-01T10:30:31.399987 #439476] INFO -- : $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 0. I, [2024-06-01T10:30:31.400142 #439476] INFO -- : $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20' I, [2024-06-01T10:30:31.494895 #439476] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2024-06-01T10:30:31.494940 #439476] INFO -- : CC = gcc I, [2024-06-01T10:30:31.494947 #439476] INFO -- : LD = ld I, [2024-06-01T10:30:31.494951 #439476] INFO -- : LDSHARED = gcc -shared I, [2024-06-01T10:30:31.494955 #439476] INFO -- : CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC I, [2024-06-01T10:30:31.494967 #439476] INFO -- : XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 I, [2024-06-01T10:30:31.494971 #439476] INFO -- : CPPFLAGS = I, [2024-06-01T10:30:31.494975 #439476] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong I, [2024-06-01T10:30:31.494979 #439476] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2024-06-01T10:30:31.494983 #439476] INFO -- : LANG = en_US.UTF-8 I, [2024-06-01T10:30:31.494987 #439476] INFO -- : LC_ALL = I, [2024-06-01T10:30:31.494990 #439476] INFO -- : LC_CTYPE = I, [2024-06-01T10:30:31.494994 #439476] INFO -- : MFLAGS = I, [2024-06-01T10:30:31.494997 #439476] INFO -- : RUSTC = no I, [2024-06-01T10:30:31.495001 #439476] 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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs I, [2024-06-01T10:30:31.495638 #439476] INFO -- : gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 I, [2024-06-01T10:30:31.495659 #439476] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2024-06-01T10:30:31.495664 #439476] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2024-06-01T10:30:31.495669 #439476] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2024-06-01T10:30:31.495673 #439476] INFO -- : I, [2024-06-01T10:30:31.497434 #439476] INFO -- : generating enc.mk I, [2024-06-01T10:30:31.615101 #439476] INFO -- : generating encdb.h I, [2024-06-01T10:30:31.638835 #439476] INFO -- : encdb.h unchanged I, [2024-06-01T10:30:31.639949 #439476] INFO -- : making enc I, [2024-06-01T10:30:31.657001 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:31.657027 #439476] INFO -- : make[1]: Nothing to be done for 'enc'. I, [2024-06-01T10:30:31.657033 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:31.657777 #439476] INFO -- : making srcs under enc I, [2024-06-01T10:30:31.687808 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:31.687829 #439476] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2024-06-01T10:30:31.687836 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:31.688763 #439476] INFO -- : generating transdb.h I, [2024-06-01T10:30:31.785376 #439476] INFO -- : transdb.h unchanged I, [2024-06-01T10:30:31.786856 #439476] INFO -- : making trans I, [2024-06-01T10:30:31.821552 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:31.821573 #439476] INFO -- : make[1]: Nothing to be done for 'trans'. I, [2024-06-01T10:30:31.821579 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:31.822356 #439476] INFO -- : making encs I, [2024-06-01T10:30:31.860819 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:31.860841 #439476] INFO -- : make[1]: Nothing to be done for 'encs'. I, [2024-06-01T10:30:31.860846 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:31.862861 #439476] INFO -- : generating makefiles ext/configure-ext.mk I, [2024-06-01T10:30:31.892610 #439476] INFO -- : ext/configure-ext.mk updated I, [2024-06-01T10:30:31.895066 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:33.243170 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:33.243825 #439476] INFO -- : generating makefile exts.mk I, [2024-06-01T10:30:33.282696 #439476] INFO -- : exts.mk unchanged I, [2024-06-01T10:30:33.287561 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:33.634521 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' I, [2024-06-01T10:30:33.639259 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' I, [2024-06-01T10:30:33.645760 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' I, [2024-06-01T10:30:33.651297 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' I, [2024-06-01T10:30:33.655386 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' I, [2024-06-01T10:30:33.664381 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' I, [2024-06-01T10:30:33.690669 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2024-06-01T10:30:33.695340 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2024-06-01T10:30:33.715510 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2024-06-01T10:30:33.724364 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2024-06-01T10:30:33.729033 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' I, [2024-06-01T10:30:33.733516 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' I, [2024-06-01T10:30:33.746793 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' I, [2024-06-01T10:30:33.757441 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' I, [2024-06-01T10:30:33.772831 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' I, [2024-06-01T10:30:33.776705 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' I, [2024-06-01T10:30:33.783795 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' I, [2024-06-01T10:30:33.789897 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' I, [2024-06-01T10:30:33.807903 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' I, [2024-06-01T10:30:33.821215 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' I, [2024-06-01T10:30:33.824216 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' I, [2024-06-01T10:30:33.826683 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' I, [2024-06-01T10:30:33.831258 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' I, [2024-06-01T10:30:33.847493 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' I, [2024-06-01T10:30:33.851658 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' I, [2024-06-01T10:30:33.855826 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' I, [2024-06-01T10:30:33.871787 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' I, [2024-06-01T10:30:33.880204 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' I, [2024-06-01T10:30:33.882645 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2024-06-01T10:30:33.885914 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2024-06-01T10:30:33.899424 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' I, [2024-06-01T10:30:33.910159 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' I, [2024-06-01T10:30:33.928469 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' I, [2024-06-01T10:30:33.954966 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' I, [2024-06-01T10:30:33.956843 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' I, [2024-06-01T10:30:33.978981 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' I, [2024-06-01T10:30:33.980892 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' I, [2024-06-01T10:30:34.002342 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' I, [2024-06-01T10:30:34.004464 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' I, [2024-06-01T10:30:34.025922 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' I, [2024-06-01T10:30:34.028638 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' I, [2024-06-01T10:30:34.050516 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension' I, [2024-06-01T10:30:34.052410 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' I, [2024-06-01T10:30:34.076654 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' I, [2024-06-01T10:30:34.106593 #439476] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:34.179468 #439476] INFO -- : make[2]: 'ruby' is up to date. I, [2024-06-01T10:30:34.179506 #439476] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:34.179806 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:34.183299 #439476] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2024-06-01T10:30:34.183321 #439476] INFO -- : make[1]: Nothing to be done for 'note'. I, [2024-06-01T10:30:34.183328 #439476] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' E, [2024-06-01T10:30:34.243090 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/1-mspec-multi-0 E, [2024-06-01T10:30:34.243389 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/2-mspec-multi-1 E, [2024-06-01T10:30:34.243592 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/3-mspec-multi-2 E, [2024-06-01T10:30:34.243968 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/4-mspec-multi-3 E, [2024-06-01T10:30:34.244154 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/5-mspec-multi-4 E, [2024-06-01T10:30:34.244281 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/6-mspec-multi-5 E, [2024-06-01T10:30:34.244650 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/7-mspec-multi-6 E, [2024-06-01T10:30:34.244817 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/8-mspec-multi-7 E, [2024-06-01T10:30:34.245021 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/9-mspec-multi-8 E, [2024-06-01T10:30:34.245244 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/10-mspec-multi-9 E, [2024-06-01T10:30:34.245509 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/11-mspec-multi-10 E, [2024-06-01T10:30:34.245698 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/12-mspec-multi-11 E, [2024-06-01T10:30:34.245831 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/13-mspec-multi-12 E, [2024-06-01T10:30:34.246004 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/14-mspec-multi-13 E, [2024-06-01T10:30:34.246175 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/15-mspec-multi-14 E, [2024-06-01T10:30:34.246303 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/16-mspec-multi-15 E, [2024-06-01T10:30:34.246484 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/17-mspec-multi-16 E, [2024-06-01T10:30:34.246676 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/18-mspec-multi-17 E, [2024-06-01T10:30:34.246887 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/19-mspec-multi-18 E, [2024-06-01T10:30:34.247032 #439476] ERROR -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubytest.m1e8vl/20-mspec-multi-19 I, [2024-06-01T10:30:34.416576 #439476] INFO -- : ruby 3.4.0dev (2024-06-01T10:28:08Z master cda69b5910) [x86_64-linux] I, [2024-06-01T10:30:34.987395 #439476] INFO -- : 0 ............................................................ I, [2024-06-01T10:30:35.372019 #439476] INFO -- : 60 ............................................................ I, [2024-06-01T10:30:35.459868 #439476] INFO -- : 120 ............................................................ I, [2024-06-01T10:30:35.579563 #439476] INFO -- : 180 ............................................................ I, [2024-06-01T10:30:35.626365 #439476] INFO -- : 240 ............................................................ I, [2024-06-01T10:30:35.687802 #439476] INFO -- : 300 ............................................................ I, [2024-06-01T10:30:35.717098 #439476] INFO -- : 360 ............................................................ I, [2024-06-01T10:30:35.743140 #439476] INFO -- : 420 ............................................................ I, [2024-06-01T10:30:35.757712 #439476] INFO -- : 480 ............................................................ I, [2024-06-01T10:30:35.773468 #439476] INFO -- : 540 ............................................................ I, [2024-06-01T10:30:35.789269 #439476] INFO -- : 600 ............................................................ I, [2024-06-01T10:30:35.848461 #439476] INFO -- : 660 ............................................................ I, [2024-06-01T10:30:35.872230 #439476] INFO -- : 720 ............................................................ I, [2024-06-01T10:30:35.889249 #439476] INFO -- : 780 ............................................................ I, [2024-06-01T10:30:35.913856 #439476] INFO -- : 840 ............................................................ I, [2024-06-01T10:30:35.938411 #439476] INFO -- : 900 ............................................................ I, [2024-06-01T10:30:35.983510 #439476] INFO -- : 960 ............................................................ I, [2024-06-01T10:30:36.047906 #439476] INFO -- : 1020 ............................................................ I, [2024-06-01T10:30:36.181488 #439476] INFO -- : 1080 ............................................................ I, [2024-06-01T10:30:36.324686 #439476] INFO -- : 1140 ............................................................ I, [2024-06-01T10:30:36.383156 #439476] INFO -- : 1200 ............................................................ I, [2024-06-01T10:30:36.424779 #439476] INFO -- : 1260 ............................................................ I, [2024-06-01T10:30:36.462495 #439476] INFO -- : 1320 ............................................................ I, [2024-06-01T10:30:36.479269 #439476] INFO -- : 1380 ............................................................ I, [2024-06-01T10:30:36.525326 #439476] INFO -- : 1440 ............................................................ I, [2024-06-01T10:30:36.939133 #439476] INFO -- : 1500 ............................................................ I, [2024-06-01T10:30:37.100818 #439476] INFO -- : 1560 ............................................................ I, [2024-06-01T10:30:37.148107 #439476] INFO -- : 1620 ............................................................ I, [2024-06-01T10:30:37.248111 #439476] INFO -- : 1680 ............................................................ I, [2024-06-01T10:30:37.342739 #439476] INFO -- : 1740 ............................................................ I, [2024-06-01T10:30:37.437925 #439476] INFO -- : 1800 ............................................................ I, [2024-06-01T10:30:37.467126 #439476] INFO -- : 1860 ............................................................ I, [2024-06-01T10:30:37.575588 #439476] INFO -- : 1920 ............................................................ I, [2024-06-01T10:30:37.627967 #439476] INFO -- : 1980 ............................................................ I, [2024-06-01T10:30:37.699224 #439476] INFO -- : 2040 ............................................................ I, [2024-06-01T10:30:37.762304 #439476] INFO -- : 2100 ............................................................ I, [2024-06-01T10:30:37.777974 #439476] INFO -- : 2160 ............................................................ I, [2024-06-01T10:30:37.787847 #439476] INFO -- : 2220 ............................................................ I, [2024-06-01T10:30:37.806037 #439476] INFO -- : 2280 ............................................................ I, [2024-06-01T10:30:37.816669 #439476] INFO -- : 2340 ............................................................ I, [2024-06-01T10:30:37.831867 #439476] INFO -- : 2400 ............................................................ I, [2024-06-01T10:30:37.936071 #439476] INFO -- : 2460 ............................................................ I, [2024-06-01T10:30:37.986317 #439476] INFO -- : 2520 ............................................................ I, [2024-06-01T10:30:38.010691 #439476] INFO -- : 2580 ............................................................ I, [2024-06-01T10:30:38.098091 #439476] INFO -- : 2640 ............................................................ I, [2024-06-01T10:30:38.197793 #439476] INFO -- : 2700 ............................................................ I, [2024-06-01T10:30:38.222922 #439476] INFO -- : 2760 ............................................................ I, [2024-06-01T10:30:38.252224 #439476] INFO -- : 2820 ............................................................ I, [2024-06-01T10:30:38.311609 #439476] INFO -- : 2880 ............................................................ I, [2024-06-01T10:30:38.336304 #439476] INFO -- : 2940 ............................................................ I, [2024-06-01T10:30:38.353471 #439476] INFO -- : 3000 ............................................................ I, [2024-06-01T10:30:38.366470 #439476] INFO -- : 3060 ............................................................ I, [2024-06-01T10:30:38.381574 #439476] INFO -- : 3120 ............................................................ I, [2024-06-01T10:30:38.393056 #439476] INFO -- : 3180 ............................................................ I, [2024-06-01T10:30:38.395349 #439476] INFO -- : 3240 ............................................................ I, [2024-06-01T10:30:38.423107 #439476] INFO -- : 3300 ............................................................ I, [2024-06-01T10:30:38.644650 #439476] INFO -- : 3360 ............................................................ I, [2024-06-01T10:30:42.407487 #439476] INFO -- : 3420 ........... I, [2024-06-01T10:30:42.407543 #439476] INFO -- : I, [2024-06-01T10:30:42.407551 #439476] INFO -- : Finished in 8.162545 seconds I, [2024-06-01T10:30:42.407562 #439476] INFO -- : I, [2024-06-01T10:30:42.407567 #439476] INFO -- : 3430 files, 32649 examples, 173431 expectations, 0 failures, 0 errors, 0 tagged I, [2024-06-01T10:30:42.410323 #439476] INFO -- : $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20'" exit with 0.