# Logfile created on 2024-04-03 21:37:49 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x0000fffda59afdc8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/home/opc/ruby/src", @BUILD_DIR="/home/opc/ruby/build", @INSTALL_DIR="/home/opc/ruby/install", @TARGET_NAME="master", @TARGET_SRC_DIR="/home/opc/ruby/src/master", @TARGET_BUILD_DIR="/home/opc/ruby/build/master", @TARGET_INSTALL_DIR="/home/opc/ruby/install/master", @configure_opts=["--disable-dtrace --disable-yjit"], @build_opts="-j3", @btest_opts="-j3", @test_opts="TESTS='-j3'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/opc/ruby/logs/brlog.master.20240403-213749", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000fffda59fe928 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000fffda59fe720 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000fffda58b07d8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20240403-213749", @dev=#<File:/home/opc/ruby/logs/brlog.master.20240403-213749>, @binmode=false, @mon_data=#<Monitor:0x0000fffda59fe338>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j3 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j3" exit with 0. $$$[beg] make update-download -j3 tool/config.guess already exists tool/config.sub already exists Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision - echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision - /home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision - /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /home/opc/ruby/src/master/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem $$$[end] "make update-download -j3" exit with 0. $$$[beg] make update-rubyspec -j3 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j3" exit with 0. $$$[beg] make update-src -j3 From https://github.com/ruby/ruby 571bfc7..4ef9990 master -> origin/master Updating 571bfc7..4ef9990 Fast-forward bootstraptest/test_literal_suffix.rb | 6 +- bootstraptest/test_syntax.rb | 2 +- prism/config.yml | 5 + prism/node.h | 23 +- prism/parser.h | 105 ++- prism/prism.c | 715 ++++++++++++++++++--- prism/templates/src/diagnostic.c.erb | 9 +- prism/templates/src/node.c.erb | 64 +- prism_compile.c | 2 +- test/.excludes-prism/TestClass.rb | 3 - test/.excludes-prism/TestISeq.rb | 1 - test/.excludes-prism/TestParse.rb | 2 - test/.excludes-prism/TestSyntax.rb | 2 - test/prism/errors_test.rb | 50 +- test/prism/fixtures/break.txt | 22 +- test/prism/fixtures/if.txt | 6 +- test/prism/fixtures/keywords.txt | 4 +- test/prism/fixtures/next.txt | 26 +- test/prism/fixtures/rescue.txt | 4 +- test/prism/fixtures/seattlerb/README.rdoc | 6 +- test/prism/fixtures/seattlerb/block_break.txt | 1 - test/prism/fixtures/seattlerb/block_next.txt | 1 - test/prism/fixtures/seattlerb/dasgn_icky2.txt | 8 - .../fixtures/seattlerb/pct_Q_backslash_nl.txt | 2 +- test/prism/fixtures/seattlerb/yield_arg.txt | 1 - .../prism/fixtures/seattlerb/yield_call_assocs.txt | 11 - .../fixtures/seattlerb/yield_empty_parens.txt | 1 - test/prism/fixtures/unless.txt | 4 +- .../fixtures/unparser/corpus/literal/control.txt | 15 - .../fixtures/unparser/corpus/literal/flipflop.txt | 4 + .../fixtures/unparser/corpus/literal/since/32.txt | 4 + .../fixtures/unparser/corpus/literal/yield.txt | 3 - .../fixtures/unparser/corpus/semantic/opasgn.txt | 1 + test/prism/fixtures/until.txt | 4 +- test/prism/fixtures/while.txt | 12 +- test/prism/fixtures/whitequark/args_assocs.txt | 11 - .../fixtures/whitequark/args_assocs_legacy.txt | 11 - test/prism/fixtures/whitequark/break.txt | 7 - test/prism/fixtures/whitequark/break_block.txt | 1 - .../whitequark/class_definition_in_while_cond.txt | 7 - .../cond_eflipflop_with_beginless_range.txt | 1 + .../cond_eflipflop_with_endless_range.txt | 1 + .../cond_iflipflop_with_beginless_range.txt | 1 + .../cond_iflipflop_with_endless_range.txt | 1 + .../whitequark/if_while_after_class__since_32.txt | 7 - .../whitequark/method_definition_in_while_cond.txt | 7 - test/prism/fixtures/whitequark/next.txt | 7 - test/prism/fixtures/whitequark/next_block.txt | 1 - .../whitequark/numparam_ruby_bug_19025.txt | 1 + test/prism/fixtures/whitequark/parser_bug_989.txt | 3 + test/prism/fixtures/whitequark/redo.txt | 1 - test/prism/fixtures/whitequark/retry.txt | 1 - test/prism/fixtures/whitequark/yield.txt | 7 - test/prism/fixtures/yield.txt | 8 +- test/prism/location_test.rb | 28 +- test/prism/parse_test.rb | 77 +-- test/prism/ruby_parser_test.rb | 1 + test/prism/snapshots/break.txt | 436 +++++++++---- test/prism/snapshots/if.txt | 162 +++-- test/prism/snapshots/keywords.txt | 38 +- test/prism/snapshots/next.txt | 470 +++++++++----- test/prism/snapshots/rescue.txt | 68 +- test/prism/snapshots/seattlerb/block_break.txt | 56 -- test/prism/snapshots/seattlerb/block_next.txt | 56 -- .../snapshots/seattlerb/pct_Q_backslash_nl.txt | 4 +- test/prism/snapshots/unless.txt | 88 ++- .../snapshots/unparser/corpus/literal/control.txt | 150 ----- .../snapshots/unparser/corpus/literal/flipflop.txt | 232 ++++--- .../snapshots/unparser/corpus/literal/since/32.txt | 130 ++-- .../snapshots/unparser/corpus/semantic/opasgn.txt | 69 ++ test/prism/snapshots/until.txt | 80 ++- test/prism/snapshots/while.txt | 514 +++++++++------ test/prism/snapshots/whitequark/break.txt | 56 -- test/prism/snapshots/whitequark/break_block.txt | 40 -- .../whitequark/class_definition_in_while_cond.txt | 171 ----- .../cond_eflipflop_with_beginless_range.txt | 27 + .../cond_eflipflop_with_endless_range.txt | 27 + .../cond_iflipflop_with_beginless_range.txt | 27 + .../cond_iflipflop_with_endless_range.txt | 27 + .../whitequark/if_while_after_class__since_32.txt | 119 ---- .../whitequark/method_definition_in_while_cond.txt | 199 ------ test/prism/snapshots/whitequark/next.txt | 56 -- test/prism/snapshots/whitequark/next_block.txt | 40 -- .../whitequark/numparam_ruby_bug_19025.txt | 49 ++ test/prism/snapshots/whitequark/parser_bug_989.txt | 11 + test/prism/snapshots/whitequark/redo.txt | 6 - test/prism/snapshots/whitequark/retry.txt | 6 - test/prism/snapshots/yield.txt | 138 ++-- test/prism/test_helper.rb | 32 + 89 files changed, 2775 insertions(+), 2128 deletions(-) delete mode 100644 test/.excludes-prism/TestClass.rb delete mode 100644 test/prism/fixtures/seattlerb/block_break.txt delete mode 100644 test/prism/fixtures/seattlerb/block_next.txt delete mode 100644 test/prism/fixtures/seattlerb/dasgn_icky2.txt delete mode 100644 test/prism/fixtures/seattlerb/yield_arg.txt delete mode 100644 test/prism/fixtures/seattlerb/yield_call_assocs.txt delete mode 100644 test/prism/fixtures/seattlerb/yield_empty_parens.txt delete mode 100644 test/prism/fixtures/unparser/corpus/literal/control.txt delete mode 100644 test/prism/fixtures/unparser/corpus/literal/yield.txt create mode 100644 test/prism/fixtures/unparser/corpus/semantic/opasgn.txt delete mode 100644 test/prism/fixtures/whitequark/args_assocs.txt delete mode 100644 test/prism/fixtures/whitequark/args_assocs_legacy.txt delete mode 100644 test/prism/fixtures/whitequark/break.txt delete mode 100644 test/prism/fixtures/whitequark/break_block.txt delete mode 100644 test/prism/fixtures/whitequark/class_definition_in_while_cond.txt create mode 100644 test/prism/fixtures/whitequark/cond_eflipflop_with_beginless_range.txt create mode 100644 test/prism/fixtures/whitequark/cond_eflipflop_with_endless_range.txt create mode 100644 test/prism/fixtures/whitequark/cond_iflipflop_with_beginless_range.txt create mode 100644 test/prism/fixtures/whitequark/cond_iflipflop_with_endless_range.txt delete mode 100644 test/prism/fixtures/whitequark/if_while_after_class__since_32.txt delete mode 100644 test/prism/fixtures/whitequark/method_definition_in_while_cond.txt delete mode 100644 test/prism/fixtures/whitequark/next.txt delete mode 100644 test/prism/fixtures/whitequark/next_block.txt create mode 100644 test/prism/fixtures/whitequark/numparam_ruby_bug_19025.txt create mode 100644 test/prism/fixtures/whitequark/parser_bug_989.txt delete mode 100644 test/prism/fixtures/whitequark/redo.txt delete mode 100644 test/prism/fixtures/whitequark/retry.txt delete mode 100644 test/prism/fixtures/whitequark/yield.txt delete mode 100644 test/prism/snapshots/seattlerb/block_break.txt delete mode 100644 test/prism/snapshots/seattlerb/block_next.txt delete mode 100644 test/prism/snapshots/unparser/corpus/literal/control.txt create mode 100644 test/prism/snapshots/unparser/corpus/semantic/opasgn.txt delete mode 100644 test/prism/snapshots/whitequark/break.txt delete mode 100644 test/prism/snapshots/whitequark/break_block.txt delete mode 100644 test/prism/snapshots/whitequark/class_definition_in_while_cond.txt create mode 100644 test/prism/snapshots/whitequark/cond_eflipflop_with_beginless_range.txt create mode 100644 test/prism/snapshots/whitequark/cond_eflipflop_with_endless_range.txt create mode 100644 test/prism/snapshots/whitequark/cond_iflipflop_with_beginless_range.txt create mode 100644 test/prism/snapshots/whitequark/cond_iflipflop_with_endless_range.txt delete mode 100644 test/prism/snapshots/whitequark/if_while_after_class__since_32.txt delete mode 100644 test/prism/snapshots/whitequark/method_definition_in_while_cond.txt delete mode 100644 test/prism/snapshots/whitequark/next.txt delete mode 100644 test/prism/snapshots/whitequark/next_block.txt create mode 100644 test/prism/snapshots/whitequark/numparam_ruby_bug_19025.txt create mode 100644 test/prism/snapshots/whitequark/parser_bug_989.txt delete mode 100644 test/prism/snapshots/whitequark/redo.txt delete mode 100644 test/prism/snapshots/whitequark/retry.txt Latest commit hash = 4ef99905a6 $$$[end] "make update-src -j3" exit with 0. $$$[beg] make after-update -j3 /home/opc/ruby/src/master/revision.h updated generating /home/opc/ruby/src/master/ext/ripper/eventids2table.c make[1]: Entering directory '/home/opc/ruby/src/master/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/home/opc/ruby/src/master/ext/ripper' generating aarch64-linux-fake.rb aarch64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision - echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision - echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision - /home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision unchanged Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision - /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /home/opc/ruby/src/master/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem $$$[end] "make after-update -j3" exit with 0. $$$[beg] make miniruby -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /home/opc/ruby/src/master/miniinit.c compiling /home/opc/ruby/src/master/ast.c compiling /home/opc/ruby/src/master/compile.c compiling /home/opc/ruby/src/master/cont.c compiling /home/opc/ruby/src/master/eval.c compiling /home/opc/ruby/src/master/gc.c compiling /home/opc/ruby/src/master/hash.c compiling /home/opc/ruby/src/master/iseq.c compiling /home/opc/ruby/src/master/load.c compiling /home/opc/ruby/src/master/rjit.c compiling /home/opc/ruby/src/master/rjit_c.c compiling /home/opc/ruby/src/master/proc.c compiling /home/opc/ruby/src/master/ruby.c compiling /home/opc/ruby/src/master/thread.c compiling /home/opc/ruby/src/master/version.c compiling /home/opc/ruby/src/master/vm.c compiling /home/opc/ruby/src/master/vm_backtrace.c compiling /home/opc/ruby/src/master/vm_dump.c compiling /home/opc/ruby/src/master/vm_trace.c compiling prism/api_node.c compiling /home/opc/ruby/src/master/prism/api_pack.c compiling prism/diagnostic.c compiling /home/opc/ruby/src/master/prism/extension.c compiling prism/node.c compiling prism/prettyprint.c compiling /home/opc/ruby/src/master/prism/regexp.c compiling prism/serialize.c compiling /home/opc/ruby/src/master/prism/static_literals.c compiling prism/token_type.c compiling /home/opc/ruby/src/master/prism/util/pm_memchr.c compiling /home/opc/ruby/src/master/prism/util/pm_strpbrk.c compiling /home/opc/ruby/src/master/prism/prism.c compiling /home/opc/ruby/src/master/prism_init.c linking miniruby $$$[end] "make miniruby -j3" exit with 0. $$$[beg] make ruby -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. builtin_binary.inc updated 655437b38ee8bda381eb99c98425022a05fc2678538187defaeb18ea9708a61b builtin_binary.inc compiling /home/opc/ruby/src/master/builtin.c linking static-library libruby-static.a linking ruby $$$[end] "make ruby -j3" exit with 0. $$$[beg] make all -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/home/opc/ruby/build/master' making encs make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' $$$[end] "make all -j3" exit with 0. $$$[beg] make install -j3 Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision - echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision - /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision unchanged Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision - gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision unchanged encdb.h unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /home/opc/ruby/src/master/gems/power_assert-2.0.3.gem making srcs under enc making enc Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/home/opc/ruby/build/master' making encs make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' exts.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' ./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext -- --disable-gems -r./aarch64-linux-fake /home/opc/ruby/src/master/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j3 --jobserver-auth=4,5" --make-flags=" -j3 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc Installing to installing binary commands: /home/opc/ruby/install/master/bin installing base libraries: /home/opc/ruby/install/master/lib installing arch files: /home/opc/ruby/install/master/lib/ruby/3.4.0+0/aarch64-linux installing pkgconfig data: /home/opc/ruby/install/master/lib/pkgconfig installing extension objects: /home/opc/ruby/install/master/lib/ruby/3.4.0+0/aarch64-linux installing extension objects: /home/opc/ruby/install/master/lib/ruby/site_ruby/3.4.0+0/aarch64-linux installing extension objects: /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.4.0+0/aarch64-linux installing extension headers: /home/opc/ruby/install/master/include/ruby-3.4.0+0/aarch64-linux installing extension scripts: /home/opc/ruby/install/master/lib/ruby/3.4.0+0 installing extension scripts: /home/opc/ruby/install/master/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /home/opc/ruby/install/master/include/ruby-3.4.0+0/ruby installing command scripts: /home/opc/ruby/install/master/bin installing library scripts: /home/opc/ruby/install/master/lib/ruby/3.4.0+0 installing common headers: /home/opc/ruby/install/master/include/ruby-3.4.0+0 installing manpages: /home/opc/ruby/install/master/share/man/man1 installing default gems from lib: /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0 benchmark 0.3.0 bundler 2.6.0.dev cgi 0.4.1 delegate 0.3.1 did_you_mean 1.6.3 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.6 irb 1.12.0 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.2 open-uri 0.4.1 open3 0.2.1 optparse 0.4.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.24.0 pstore 0.1.3 rdoc 6.6.3.1 readline 0.0.4 reline 0.5.0 resolv 0.4.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 shellwords 0.2.0 singleton 0.2.0 syntax_suggest 2.0.0 tempfile 0.2.1 time 0.3.0 timeout 0.4.1 tmpdir 0.2.0 tsort 0.2.0 un 0.3.0 uri 0.13.0 weakref 0.1.3 yaml 0.3.0 installing default gems from ext: /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3 io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.1 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.1 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0 minitest 5.22.3 rake 13.2.0 test-unit 3.6.2 rexml 3.2.6 rss 0.3.0 net-ftp 0.3.4 net-imap 0.4.10 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.2 rbs 3.4.4 typeprof 0.21.11 debug 1.9.2 racc 1.7.3 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.7 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.1.2 csv 3.3.0 installing bundled gem cache: /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0/cache skipped bundled gems: power_assert-2.0.4dev.gem not found in bundled_gems $$$[end] "make install -j3" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j3' PASS all 1926 tests $$$[end] "make yes-btest TESTOPTS='-q -j3'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j3' BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Checking leaked global symbols...none /home/opc/ruby/src/master/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /home/opc/ruby/src/master/basictest/test.rb:condition ..OK 2 /home/opc/ruby/src/master/basictest/test.rb:if/unless ...OK 3 /home/opc/ruby/src/master/basictest/test.rb:case .....OK 5 /home/opc/ruby/src/master/basictest/test.rb:while/until ........OK 8 /home/opc/ruby/src/master/basictest/test.rb:exception ..........OK 10 /home/opc/ruby/src/master/basictest/test.rb:array .......................................OK 39 /home/opc/ruby/src/master/basictest/test.rb:hash ...........................OK 27 /home/opc/ruby/src/master/basictest/test.rb:iterator ...........................................................................................................OK 107 /home/opc/ruby/src/master/basictest/test.rb:float ................................................................................OK 80 /home/opc/ruby/src/master/basictest/test.rb:bignum ...............................OK 31 /home/opc/ruby/src/master/basictest/test.rb:string & char ..............................................................OK 62 /home/opc/ruby/src/master/basictest/test.rb:assignment ..........OK 10 /home/opc/ruby/src/master/basictest/test.rb:call ......OK 6 /home/opc/ruby/src/master/basictest/test.rb:proc .........OK 9 /home/opc/ruby/src/master/basictest/test.rb:signal ..OK 2 /home/opc/ruby/src/master/basictest/test.rb:eval ...........................OK 27 /home/opc/ruby/src/master/basictest/test.rb:system ........OK 8 /home/opc/ruby/src/master/basictest/test.rb:const .....OK 5 /home/opc/ruby/src/master/basictest/test.rb:clone .....OK 5 /home/opc/ruby/src/master/basictest/test.rb:marshal ....OK 4 /home/opc/ruby/src/master/basictest/test.rb:pack ....OK 4 /home/opc/ruby/src/master/basictest/test.rb:math ..OK 2 /home/opc/ruby/src/master/basictest/test.rb:struct ......OK 6 /home/opc/ruby/src/master/basictest/test.rb:variable ............OK 12 /home/opc/ruby/src/master/basictest/test.rb:trace ...OK 3 /home/opc/ruby/src/master/basictest/test.rb:defined? ............OK 12 /home/opc/ruby/src/master/basictest/test.rb:alias ......OK 6 /home/opc/ruby/src/master/basictest/test.rb:path .......................OK 23 /home/opc/ruby/src/master/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j3'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3' BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/home/opc/ruby/build/master' making encs make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' Run options: --seed=22045 "--ruby=./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/home/opc/ruby/src/master/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j3 # Running tests: [ 1/879] 3976063=test_assignment [ 2/879] 3976061=test_gem_update_suggestion [ 3/879] 3976062=test_verbose [ 4/879] 3976062=test_gem_commands_open_command [ 5/879] 3976061=test_normalize [ 6/879] 3976061=test_emoji_breaks [ 7/879] 3976062=test_undef [ 8/879] 3976062=test_rdoc_generator_darkfish [ 9/879] 3976062=test_gem_resolver_lock_set [ 10/879] 3976062=test_random [ 11/879] 3976062=test_asn1 [ 12/879] 3976062=test_gem_command [ 13/879] 3976062=test_gem_resolver_requirement_list [ 14/879] 3976062=memsize_test [ 15/879] 3976062=test_raise_exception [ 16/879] 3976063=test_arith_seq_beg_len_step [ 17/879] 3976063=test_exception [ 18/879] 3976063=test_noarg [ 19/879] 3976063=test_gem_impossible_dependencies_error [ 20/879] 3976063=test_pp [ 21/879] 3976062=test_key_actor_emacs .Leaked file descriptor: PPTestModule::PPFileStatTest#test_nothing_raised: 7 #<File::Stat dev=0xfc00, ino=15828494, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-04-03 21:36:00.77450305 +0000, mtime=2024-04-03 21:38:55.323105429 +0000, ctime=2024-04-03 21:38:55.323105429 +0000> Leaked file descriptor: PPTestModule::PPFileStatTest#test_nothing_raised: 8 #<File::Stat dev=0x9, ino=2400023622, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: PPTestModule::PPFileStatTest#test_nothing_raised: 9 #<File::Stat dev=0xfc00, ino=15828495, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2024-04-03 21:36:15.886555203 +0000, mtime=2024-04-03 21:36:08.246528837 +0000, ctime=2024-04-03 21:36:08.246528837 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 3976063 opc 7r REG 252,0 9253600 15828494 /var/lib/sss/mc/passwd ruby 3976063 opc 8u unix 0x0000000000000000 0t0 2400023622 type=STREAM ruby 3976063 opc 9r REG 252,0 6940392 15828495 /var/lib/sss/mc/group [ 22/879] 3976063=test_gem_security [ 23/879] 3976062=test_erb [ 24/879] 3976062=test_date_ractor [ 25/879] 3976061=test_basicinstructions [ 26/879] 3976061=test_utf32 [ 27/879] 3976061=test_gem_resolver_git_specification [ 28/879] 3976062=test_rdoc_tom_doc [ 29/879] 3976062=test_gem_commands_pristine_command [ 30/879] 3976061=test_optarg [ 31/879] 3976061=test_variable [ 32/879] 3976061=test_hash [ 33/879] 3976061=test_gem_commands_install_command [ 34/879] 3976062=test_iterator [ 35/879] 3976062=test_string [ 36/879] 3976062=pattern_test [ 37/879] 3976062=test_gem_rdoc [ 38/879] 3976062=test_dot_dot [ 39/879] 3976062=test_kernel [ 40/879] 3976062=test_rendering [ 41/879] 3976061=test_rdoc_extend [ 42/879] 3976062=test_cesu8 [ 43/879] 3976062=test_shapes [ 44/879] 3976062=test_did_you_mean [ 45/879] 3976061=test_merge_keys [ 46/879] 3976061=test_storage [ 47/879] 3976061=test_method_name_check [ 48/879] 3976061=test_err_in_callback [ 49/879] 3976061=test_complex [ 50/879] 3976062=test_threadgroup [ 51/879] 3976061=test_array_create [ 52/879] 3976061=test_dir_m17n [ 53/879] 3976062=test_memory_view [ 54/879] 3976061=!Nothing_to_test [ 55/879] 3976061=test_fd_setsize [ 56/879] 3976061=test_process [ 57/879] 3976061=test_forwardable [ 58/879] 3976061=test_date_parse [ 59/879] 3976062=test_open3 [ 60/879] 3976061=test_mdns [ 61/879] 3976061=test_key_event_record [ 62/879] 3976061=test_buffering [ 63/879] 3976061=test_svcb_https [ 64/879] 3976061=test_pkey_ec [ 65/879] 3976061=test_arity [ 66/879] 3976061=test_thread [ 67/879] 3976061=test_case_mapping [ 68/879] 3976061=test_rational [ 69/879] 3976061=test_gem_ext_cargo_builder_unit [ 70/879] 3976061=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 42663> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 3976061 opc 10u IPv4 2400024602 0t0 TCP localhost:42663->localhost:59736 (CLOSE_WAIT) [ 71/879] 3976061=test_ractor [ 72/879] 3976061=test_gem_resolver_api_specification [ 73/879] 3976061=test_rdoc_rubygems_hook.Closed file descriptor: TestRDocRubygemsHook#test_new_rdoc: 10 [ 74/879] 3976061=static_literals_test [ 75/879] 3976061=test_tree_spell_checker [ 76/879] 3976061=test_rdoc_method_attr [ 77/879] 3976061=test_enumerable [ 78/879] 3976061=test_set [ 79/879] 3976061=test_hash_create [ 80/879] 3976061=test_grapheme_breaks [ 81/879] 3976061=test_unicode_escape [ 82/879] 3976061=test_switch_hitter [ 83/879] 3976061=test_default_gems [ 84/879] 3976061=test_yamldbm [ 85/879] 3976061=test_gem_spec_fetcher [ 86/879] 3976061=test_gem_commands_dependency_command [ 87/879] 3976061=test_backtrace [ 88/879] 3976061=test_gbk [ 89/879] 3976061=test_ole_methods [ 90/879] 3976061=test_cgi_util [ 91/879] 3976061=test_gem_uri_formatter [ 92/879] 3976061=test_prettyprint [ 93/879] 3976061=test_enc_raise [ 94/879] 3976061=test_clone [ 95/879] 3976061=test_gem_resolver_lock_specification [ 96/879] 3976061=test_boolean [ 97/879] 3976061=test_queue [ 98/879] 3976061=test_rdoc_i18n_locale [ 99/879] 3976061=test_gc_compact [100/879] 3976062=test_dryrun [101/879] 3976062=test_yield [102/879] 3976061=test_show_source [103/879] 3976061=test_remote_fetch_error [104/879] 3976061=regexp_test [105/879] 3976062=test_force_exit [106/879] 3976061=test_optimization [107/879] 3976062=test_data_error [108/879] 3976062=test_rdoc_stats [109/879] 3976062=test_files_sample [110/879] 3976062=test_rubyoptions [111/879] 3976063=test_shift_jis [112/879] 3976063=test_rdoc_store [113/879] 3976061=test_filter [114/879] 3976061=test_parser_events [115/879] 3976061=test_gem_remote_fetcher [116/879] 3976063=test_koi8 [117/879] 3976062=test_json_tree [118/879] 3976063=test_pkcs12 [119/879] 3976062=test_yaml [120/879] 3976062=test_x509name [121/879] 3976062=test_argf [122/879] 3976063=test_m17n [123/879] 3976063=test_method [124/879] 3976061=test_gem_dependency [125/879] 3976061=test_cclass [126/879] 3976061=test_gem_uninstaller [127/879] 3976061=test_yjit [128/879] 3976061=test_rdoc_markup_to_rdoc [129/879] 3976061=test_gem_package_tar_writer [130/879] 3976061=test_str2big [131/879] 3976061=test_severity [132/879] 3976061=test_case [133/879] 3976061=test_ractor [134/879] 3976061=test_http [135/879] 3976062=test_utf16 [136/879] 3976062=attribute_write_test [137/879] 3976062=test_set [138/879] 3976062=test_gem_gemcutter_utilities [139/879] 3976063=test_win32ole [140/879] 3976063=test_internal_ivar [141/879] 3976063=desugar_compiler_test [142/879] 3976063=test_gem_source_local [143/879] 3976062=test_rendering [144/879] 3976062=test_tracepoint [145/879] 3976063=test_gem_text [146/879] 3976063=test_settracefunc [147/879] 3976062=test_backtrace [148/879] 3976063=test_rdoc_task [149/879] 3976063=locals_test [150/879] 3976063=test_gem_commands_push_command [151/879] 3976062=test_sprintf_comb [152/879] 3976062=test_too_many_dummy_encodings [153/879] 3976062=test_method_cache [154/879] 3976062=test_gem_commands_specification_command [155/879] 3976062=test_scan_args [156/879] 3976063=encoding_test [157/879] 3976062=test_gem_package_old [158/879] 3976062=test_gem_commands_which_command [159/879] 3976063=test_gem_request [160/879] 3976062=test_gem_dependency_installer [161/879] 3976063=test_pty [162/879] 3976063=parser_test [163/879] 3976063=test_hash [164/879] 3976062=test_http [165/879] 3976062=test_safe_load [166/879] 3976062=test_libs [167/879] 3976062=test_iso_8859 [168/879] 3976062=ripper_test [169/879] 3976062=comments_test [170/879] 3976062=test_qsort [171/879] 3976062=test_gc [172/879] 3976062=test_math [173/879] 3976062=test_const [174/879] 3976062=index_write_test [175/879] 3976062=test_rdoc_parser_rd [176/879] 3976062=test_class [177/879] 3976063=test_exit [178/879] 3976063=test_name_error [179/879] 3976063=test_gem_source_list [180/879] 3976063=json_addition_test [181/879] 3976063=test_gem_commands_sources_command [182/879] 3976063=test_yaml_special_cases [183/879] 3976063=test_recorder [184/879] 3976063=test_sprintf [185/879] 3976063=test_enc_associate [186/879] 3976062=test_enumerator [187/879] 3976063=test_case [188/879] 3976063=test_open-uri [189/879] 3976061=test_array [190/879] 3976061=test_gem_command_manager [191/879] 3976063=test_rdoc_context [192/879] 3976061=test_rdoc_generator_json_index [193/879] 3976061=test_date_time [194/879] 3976061=test_nil2vtempty [195/879] 3976061=test_coderange [196/879] 3976061=test_weakmap [197/879] 3976063=test_inadvertent_creation [198/879] 3976063=test_ansi_with_terminfo [199/879] 3976063=test_framework [200/879] 3976063=test_pinned [201/879] 3976063=test_pack [202/879] 3976063=test_cgi_tag_helper [203/879] 3976063=test_stringchar [204/879] 3976063=warnings_test [205/879] 3976063=test_face [206/879] 3976063=test_date_attr [207/879] 3976063=test_sizeof [208/879] 3976063=test_gem_request_set_lockfile_parser [209/879] 3976063=test_gem_install_update_options [210/879] 3976063=test_econv [211/879] 3976063=test_gem_dependency_resolution_error [212/879] 3976063=test_mixed_unicode_escapes [213/879] 3976063=test_sleep [214/879] 3976063=test_fileutils [215/879] 3976061=test_cp949 [216/879] 3976061=test_jaro_winkler [217/879] 3976061=test_condition [218/879] 3976061=test_gem_resolver_vendor_set [219/879] 3976061=test_sorted_set [220/879] 3976063=test_emoji [221/879] 3976061=test_windows_1252 [222/879] 3976061=test_stack [223/879] 3976063=test_win32ole_variable [224/879] 3976063=test_rdoc_class_module [225/879] 3976063=test_rdoc_cross_reference [226/879] 3976063=test_parse [227/879] 3976061=test_method_cache [228/879] 3976061=test_gem_specification [229/879] 3976063=test_numhash [230/879] 3976063=test_system [231/879] 3976063=test_flush [232/879] 3976063=test_pkey_rsa [233/879] 3976063=test_gem_uri [234/879] 3976063=test_resource [235/879] 3976063=test_gem_package_tar_reader_entry [236/879] 3976063=test_c_struct_builder [237/879] 3976063=test_bug-5832 [238/879] 3976063=test_yield_block [239/879] 3976063=test_enumerator [240/879] 3976063=test_path_to_class [241/879] 3976063=test_frozen_error [242/879] 3976063=test_spell_checker [243/879] 3976063=test_gem_version [244/879] 3976063=test_gem_ext_ext_conf_builder [245/879] 3976061=test_reqarg [246/879] 3976063=test_gem_commands_unpack_command [247/879] 3976061=test_gem_ext_cargo_builder [248/879] 3976061=test_proc [249/879] 3976063=test_console_attr [250/879] 3976063=test_zlib [251/879] 3976061=test_rdoc_options [252/879] 3976061=test_ubf_async_safe [253/879] 3976061=test_pstore [254/879] 3976061=test_date_compat [255/879] 3976061=test_win32ole_record [256/879] 3976061=test_rdoc_include [257/879] 3976061=test_gem_version_option [258/879] 3976061=test_encoding [259/879] 3976061=test_hmac [260/879] 3976061=test_constant [261/879] 3976061=test_find [262/879] 3976061=test_rdoc_generator_markup [263/879] 3976061=test_flags [264/879] 3976062=test_bug-3571 [265/879] 3976062=test_yamlstore [266/879] 3976062=test_numeric [267/879] 3976061=test_rat [268/879] 3976061=test_gem_request_connection_pools [269/879] 3976062=test_init [270/879] 3976062=test_capacity [271/879] 3976062=test_gem_commands_owner_command [272/879] 3976062=test_nextafter [273/879] 3976062=test_file [274/879] 3976061=test_time [275/879] 3976062=test_gem_name_tuple [276/879] 3976062=test_rdoc_markup_to_table_of_contents [277/879] 3976062=test_integer [278/879] 3976062=test_tcp [279/879] 3976061=test_win32ole_method_event [280/879] 3976061=parse_comments_test [281/879] 3976061=test_gem_requirement [282/879] 3976062=test_pipe [283/879] 3976061=test_macro [284/879] 3976061=test_string [285/879] 3976062=test_function [286/879] 3976062=test_gem_resolver_activation_request [287/879] 3976062=test_gem_commands_server_command [288/879] 3976062=test_timeout [289/879] 3976062=test_erb_m17n [290/879] 3976062=test_rdoc_generator_pot_po_entry [291/879] 3976062=test_frozen [292/879] 3976062=test_gem_resolver_index_specification [293/879] 3976062=test_serialize_subclasses [294/879] 3976062=test_egrep_cpp [295/879] 3976062=test_rdoc_markup_verbatim [296/879] 3976062=test_webauthn_poller [297/879] 3976062=test_date_conv [298/879] 3976062=test_gem_commands_update_command [299/879] 3976063=test_date [300/879] 3976063=test_big5 [301/879] 3976063=test_protect [302/879] 3976063=test_tree_builder [303/879] 3976063=test_rdoc_markup_pre_process [304/879] 3976063=test_store [305/879] 3976063=test_coverage [306/879] 3976063=test_http_request [307/879] 3976063=test_tempfile [308/879] 3976063=test_fnmatch [309/879] 3976062=test_pathname [310/879] 3976063=test_error_highlight [311/879] 3976062=test_rdoc_any_method [312/879] 3976063=test_function_entry [313/879] 3976063=test_string [314/879] 3976062=json_common_interface_test [315/879] 3976063=version_test [316/879] 3976063=test_raise [317/879] 3976062=test_complexrational [318/879] 3976063=test_string_memory [319/879] 3976062=test_help [320/879] 3976062=test_files_lib [321/879] 3976062=test_marshalable [322/879] 3976062=test_line_editor [323/879] 3976062=test_enumerator_kw [324/879] 3976062=test_cstr [325/879] 3976063=test_euc_tw [326/879] 3976063=test_command [327/879] 3976063=test_gem_resolver_dependency_request [328/879] 3976063=test_yaml_tree [329/879] 3976063=test_gem_commands_yank_command [330/879] 3976063=test_pkey_dsa [331/879] 3976062=test_logger [332/879] 3976062=test_big2str [333/879] 3976062=test_gem_resolver_specification [334/879] 3976062=test_human_typo [335/879] 3976062=test_import [336/879] 3976062=test_wait [337/879] 3976062=test_nil [338/879] 3976062=test_psych [339/879] 3976062=test_io_buffer [340/879] 3976063=test_thread_queue [341/879] 3976062=test_defined [342/879] 3976062=test_passing_block [343/879] 3976062=test_nowrite [344/879] 3976062=test_kdf [345/879] 3976062=test_ldap [346/879] 3976062=test_comparable [347/879] 3976062=json_string_matching_test [348/879] 3976062=test_gem_config_file [349/879] 3976062=test_io_timeout [350/879] 3976062=test_rdoc_normal_module [351/879] 3976062=test_type_completor [352/879] 3976062=test_rdoc_markdown_test [353/879] 3976062=test_rdoc_rdoc [354/879] 3976062=test_yjit_exit_locations [355/879] 3976062=test_basicsocket [356/879] 3976062=test_zsh_completion [357/879] 3976062=test_scalar [358/879] 3976062=test_syntax [359/879] 3976063=test_class_name_check [360/879] 3976063=test_pack [361/879] 3976063=test_pkcs7 [362/879] 3976063=test_gem_commands_environment_command [363/879] 3976063=test_optparse [364/879] 3976063=test_io_buffer [365/879] 3976063=test_rdoc_context_section [366/879] 3976063=test_deprecated [367/879] 3976063=test_div [368/879] 3976063=test_files_test_2 [369/879] 3976062=test_rdoc_markup_to_html_crossref [370/879] 3976062=test_exception [371/879] 3976063=test_bash_completion [372/879] 3976063=test_rdoc_require [373/879] 3976063=test_gem_ext_rake_builder [374/879] 3976063=test_word [375/879] 3976063=test_singleton [376/879] 3976063=test_numeric [377/879] 3976063=test_fstring [378/879] 3976063=test_instrumentation_api [379/879] 3976062=test_weakref [380/879] 3976062=test_rdoc_alias [381/879] 3976062=test_timeout [382/879] 3976062=test_rdoc_markup_raw [383/879] 3976062=test_rdoc_markup_to_bs [384/879] 3976062=test_key_name_check [385/879] 3976062=test_rdoc_markup_to_tt_only [386/879] 3976062=json_parser_test [387/879] 3976062=test_date_strftime [388/879] 3976063=test_ws [389/879] 3976063=test_gem_commands_stale_command [390/879] 3976063=ruby_parser_test [391/879] 3976063=test_gem_commands_cert_command [392/879] 3976062=test_pkey [393/879] 3976062=test_external_new [394/879] 3976062=test_win32ole_typelib [395/879] 3976062=test_gem_platform [396/879] 3976062=test_gem_commands_query_command [397/879] 3976062=test_bigzero [398/879] 3976062=test_data [399/879] 3976062=test_memory_view [400/879] 3976062=test_ractor [401/879] 3976062=test_null [402/879] 3976062=test_m17n_comb [403/879] 3976063=test_pkey_dh [404/879] 3976063=test_input_method [405/879] 3976063=test_rdoc_i18n_text [406/879] 3976063=test_io [407/879] 3976063=test_gem_unsatisfiable_dependency_error [408/879] 3976063=test_literal [409/879] 3976063=test_complex2 [410/879] 3976063=test_config [411/879] 3976063=test_gem_security_signer [412/879] 3976063=test_gem_util [413/879] 3976063=test_thread [414/879] 3976062=test_securerandom [415/879] 3976062=test_tsort [416/879] 3976062=test_typeddata [417/879] 3976063=test_gem_commands_fetch_command [418/879] 3976063=test_rdoc_parser_changelog [419/879] 3976062=parameters_signature_test [420/879] 3976062=test_gem_commands_outdated_command [421/879] 3976062=test_gem_dependency_list [422/879] 3976063=test_len [423/879] 3976063=test_gem_doctor [424/879] 3976063=json_fixtures_test [425/879] 3976063=parse_test [426/879] 3976062=test_rdoc_parser_c [427/879] 3976062=test_kwargs [428/879] 3976062=test_io_wait [429/879] 3976062=test_pack [430/879] 3976062=test_process [431/879] 3976061=test_rdoc_code_object [432/879] 3976061=test_euc_kr [433/879] 3976061=test_provider [434/879] 3976061=test_gem_source_specific_file [435/879] 3976061=test_bmethod [436/879] 3976061=test_rand [437/879] 3976061=test_string_processing [438/879] 3976061=test_random_formatter [439/879] 3976061=test_rdoc_markup_attributes [440/879] 3976061=test_rdoc_constant [441/879] 3976061=test_deprecate [442/879] 3976061=test_httpresponses [443/879] 3976061=test_rdoc_markup_to_html_snippet [444/879] 3976061=test_common [445/879] 3976061=test_generic [446/879] 3976061=test_win32ole_variant_outarg [447/879] 3976061=test_rdoc_encoding [448/879] 3976063=test_gem_request_set_lockfile [449/879] 3976061=test_rdoc_markdown [450/879] 3976061=test_key_actor_vi [451/879] 3976061=test_postponed_job [452/879] 3976063=test_rdoc_markup_indented_paragraph [453/879] 3976063=test_iseq_load [454/879] 3976061=test_rdoc_markup_parser [455/879] 3976061=test_ns_spki [456/879] 3976061=test_stream [457/879] 3976061=test_have_library [458/879] 3976063=test_objspace [459/879] 3976061=test_stringify_symbols [460/879] 3976061=test_require [461/879] 3976061=library_symbols_test [462/879] 3976061=test_rdoc_text [463/879] 3976061=test_time_tz [464/879] 3976061=test_to_ruby [465/879] 3976061=test_addrinfo Leaked file descriptor: TestSocketAddrinfo#test_addrinfo_timeout: 10 #<File::Stat dev=0x9, ino=2400036744, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 3976061 opc 10u unix 0x0000000000000000 0t0 2400036744 type=STREAM [466/879] 3976061=test_bug-14834 [467/879] 3976061=test_data [468/879] 3976061=test_thread .Leaked file descriptor: TestProcess#test_uid_from_name: 11 #<File::Stat dev=0xfc00, ino=15828494, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-04-03 21:38:55.359105554 +0000, mtime=2024-04-03 21:38:55.323105429 +0000, ctime=2024-04-03 21:38:55.323105429 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 3976062 opc 11r REG 252,0 9253600 15828494 /var/lib/sss/mc/passwd [469/879] 3976061=test_inlinecache [470/879] 3976061=test_terminfo [471/879] 3976061=test_socket [472/879] 3976061=test_reline [473/879] 3976061=test_call [474/879] 3976061=test_ellipsize [475/879] 3976061=test_gem_commands_build_command [476/879] 3976061=test_windows_1251 [477/879] 3976061=test_to_ary_concat [478/879] 3976062=test_history [479/879] 3976062=test_gem_ext_builder [480/879] 3976061=test_euc_jp [481/879] 3976061=test_key_stroke [482/879] 3976061=test_rdoc_markup [483/879] 3976061=test_ensured [484/879] 3976061=test_time [485/879] 3976061=test_popen_deadlock [486/879] 3976062=test_alias_and_anchor [487/879] 3976062=test_symbol [488/879] 3976062=test_project_sanity [489/879] 3976062=test_delegate [490/879] 3976062=test_chilled [491/879] 3976062=location_test [492/879] 3976062=test_pattern_matching [493/879] 3976062=test_interned_str [494/879] 3976062=constant_path_node_test [495/879] 3976062=test_set_len [496/879] 3976062=test_folderitem2_invokeverb [497/879] 3976061=test_gem_bundler_version_finder [498/879] 3976062=test_gem_request_set [499/879] 3976061=test_gc [500/879] 3976062=test_gem_resolver_index_set [501/879] 3976062=ruby_api_test [502/879] 3976062=test_webauthn_listener_response [503/879] 3976062=test_sleep [504/879] 3976062=test_formatter [505/879] 3976062=test_udp [506/879] 3976062=test_context [507/879] 3976062=test_gem_commands_contents_command [508/879] 3976062=test_coder [509/879] 3976062=test_rdoc_servlet [510/879] 3976062=test_gem_commands_search_command [511/879] 3976062=test_symbol [512/879] 3976061=test_integer [513/879] 3976062=test_unix [514/879] 3976062=test_have_func [515/879] 3976061=test_date_marshal [516/879] 3976061=test_configuration [517/879] 3976061=test_gem_resolver_local_specification [518/879] 3976061=test_gem_commands_list_command [519/879] 3976061=test_date_new [520/879] 3976061=test_rdoc_attr [521/879] 3976061=test_address_resolve [522/879] 3976061=test_ractor [523/879] 3976061=test_trick [524/879] 3976062=test_stream [525/879] 3976062=test_ts [526/879] 3976062=test_locale [527/879] 3976062=test_num2int [528/879] 3976062=test_rbconfig [529/879] 3976062=test_require [530/879] 3976062=test_recursion [531/879] 3976062=test_enum [532/879] 3976061=test_rdoc_markup_include [533/879] 3976061=test_iter_break [534/879] 3976061=test_extlibs [535/879] 3976062=test_gem_commands_signin_command [536/879] 3976062=test_range [537/879] 3976062=test_rdoc_markup_to_label [538/879] 3976062=test_parser [539/879] 3976062=test_cgi_core [540/879] 3976062=test_gem_resolver_best_set [541/879] 3976062=test_gem [542/879] 3976061=test_ractor [543/879] 3976061=json_generator_test [544/879] 3976061=test_ansi_without_terminfo [545/879] 3976061=test_ractor [546/879] 3976061=test_gem_resolver_conflict [547/879] 3976061=test_scheduler [548/879] 3976061=test_gem_commands_help_command [549/879] 3976061=test_ssl [550/879] 3976061=newline_test [551/879] 3976061=test_bignum [552/879] 3976062=test_enc_str_buf_cat [553/879] 3976062=ractor_test [554/879] 3976062=test_ancdata [555/879] 3976062=test_marshal [556/879] 3976063=test_nesting_parser [557/879] 3976063=test_rdoc_markup_hard_break [558/879] 3976063=errors_test [559/879] 3976063=test_convertible [560/879] 3976062=test_modify_expand [561/879] 3976062=test_gem_available_set [562/879] 3976062=test_pkg_config [563/879] 3976062=test_vm_dump [564/879] 3976062=json_encoding_test [565/879] 3976062=test_config [566/879] 3976062=test_func [567/879] 3976061=test_dln [568/879] 3976061=test_object [569/879] 3976061=test_gem_resolver [570/879] 3976061=test_gem_source_vendor [571/879] 3976061=test_super [572/879] 3976063=test_color_printer [573/879] 3976063=unescape_test [574/879] 3976063=test_gem_commands_exec_command [575/879] 3976061=test_rdoc_parser_ruby [576/879] 3976062=test_httpresponse [577/879] 3976062=test_readpartial [578/879] 3976062=test_x509req [579/879] 3976062=test_gem_console_ui [580/879] 3976063=test_allocation [581/879] 3976062=test_ifunless [582/879] 3976062=test_insns_leaf [583/879] 3976062=test_x509crl [584/879] 3976062=test_dns [585/879] 3976061=test_notimplement [586/879] 3976061=test_cgi_session [587/879] 3976061=test_c_union_entity [588/879] 3976061=test_io_console [589/879] 3976062=test_flip [590/879] 3976062=test_rdoc_markup_heading [591/879] 3976062=test_profile_frames [592/879] 3976062=test_pattern_key_name_check [593/879] 3976062=test_class2name [594/879] 3976062=test_gem_commands_cleanup_command [595/879] 3976062=test_debug [596/879] 3976062=test_transcode [597/879] 3976062=test_refinement [598/879] 3976063=test_thread_fd_close [599/879] 3976063=test_last_thread [600/879] 3976061=test_digest_extend [601/879] 3976061=test_gem_ext_cmake_builder [602/879] 3976061=test_emitter [603/879] 3976061=test_alias [604/879] 3976063=test_fips [605/879] 3976061=test_getopts [606/879] 3976061=test_helper [607/879] 3976061=test_compile_prism [608/879] 3976063=test_rdoc_markup_formatter [609/879] 3976063=test_gem_commands_uninstall_command [610/879] 3976061=test_win32ole_event [611/879] 3976061=test_rb_str_dup [612/879] 3976061=test_lambda [613/879] 3976061=test_scalar_scanner [614/879] 3976061=test_trace [615/879] 3976061=test_keyword [616/879] 3976061=test_win32ole_type_event [617/879] 3976061=test_arity [618/879] 3976061=test_gem_path_support [619/879] 3976061=test_append [620/879] 3976061=test_gem_resolver_installer_set [621/879] 3976063=test_rdoc_markup_to_html [622/879] 3976063=test_foreach [623/879] 3976063=test_emitter [624/879] 3976063=test_x509ext [625/879] 3976063=bom_test [626/879] 3976063=test_summary [627/879] 3976063=test_config [628/879] 3976061=test_file [629/879] 3976063=test_member [630/879] 3976063=test_object [631/879] 3976063=test_mailto [632/879] 3976063=test_addr [633/879] 3976063=test_kill_ring [634/879] 3976063=test_case_options [635/879] 3976063=test_cgi_header [636/879] 3976063=format_errors_test [637/879] 3976063=test_duplicate [638/879] 3976063=test_gem_resolver_api_set [639/879] 3976062=test_helper [640/879] 3976062=test_buffered_io [641/879] 3976062=test_ossl [642/879] 3976063=test_bug_reporter [643/879] 3976063=test_gem_installer [644/879] 3976063=test_gem_source_subpath_problem [645/879] 3976063=test_object_references [646/879] 3976063=test_ruby_lex [647/879] 3976063=compiler_test [648/879] 3976063=test_arith_seq_extract [649/879] 3976063=test_eval [650/879] 3976063=test_monitor [651/879] 3976061=test_beginendblock [652/879] 3976063=test_pointer [653/879] 3976061=test_within_pipe [654/879] 3976061=test_rdoc_normal_class [655/879] 3976061=test_regexp [656/879] 3976062=test_whileuntil [657/879] 3976062=test_nofree [658/879] 3976062=test_iseq [659/879] 3976063=test_parser [660/879] 3976063=test_rdoc_ri_paths [661/879] 3976063=test_primitive [662/879] 3976063=test_win32ole_variant_m [663/879] 3976063=test_pair [664/879] 3976062=test_gem_package_tar_reader [665/879] 3976062=test_gem_commands_signout_command [666/879] 3976062=test_env [667/879] 3976062=command_line_test [668/879] 3976062=test_singleton_function [669/879] 3976062=test_document [670/879] 3976062=test_eval [671/879] 3976062=test_gem_safe_yaml [672/879] 3976062=test_gem_commands_setup_command [673/879] 3976062=test_history [674/879] 3976062=test_sockopt [675/879] 3976062=test_ftp [676/879] 3976062=test_install [677/879] 3976062=test_encoding [678/879] 3976062=test_rdoc_comment [679/879] 3976062=test_gem_source_fetch_problem [680/879] 3976062=test_gem_request_set_lockfile_tokenizer [681/879] 3976062=test_lazy_enumerator [682/879] 3976062=test_cgi_multipart [683/879] 3976062=test_find_executable [684/879] 3976062=test_ractor_compatibility [685/879] 3976063=test_arithmetic_sequence [686/879] 3976062=test_autoconf [687/879] 3976063=integer_parse_test [688/879] 3976062=test_at_exit [689/879] 3976063=test_benchmark [690/879] 3976062=test_class [691/879] 3976062=test_have_macro [692/879] 3976062=test_gem_source [693/879] 3976062=test_mkmf [694/879] 3976062=test_autoload [695/879] 3976063=test_array [696/879] 3976062=test_gem_package [697/879] 3976062=test_unicode [698/879] 3976062=test_eval_history [699/879] 3976062=dispatcher_test [700/879] 3976062=test_ripper [701/879] 3976062=test_gem_source_git [702/879] 3976062=test_win32ole_method [703/879] 3976062=test_lexer [704/879] 3976062=test_regex_casefold [705/879] 3976062=test_random [706/879] 3976062=test_files_ext [707/879] 3976062=test_thread_cv [708/879] 3976062=test_stringio [709/879] 3976062=test_assembler [710/879] 3976062=test_gem_commands_lock_command [711/879] 3976062=test_reline_key [712/879] 3976062=test_propertyputref [713/879] 3976062=test_gb18030 [714/879] 3976062=test_gem_stream_ui [715/879] 3976062=test_rdoc_generator_ri [716/879] 3976062=test_unicode_normalize [717/879] 3976062=test_cmethod [718/879] 3976062=test_float [719/879] 3976063=test_gem_stub_specification [720/879] 3976063=test_io_m17n [721/879] 3976062=test_rdoc_top_level [722/879] 3976062=test_color [723/879] 3976062=test_gem_ext_configure_builder [724/879] 3976062=json_ext_parser_test [725/879] 3976062=test_rdoc_parser_simple [726/879] 3976062=test_nonblock [727/879] 3976063=test_omap [728/879] 3976063=test_date_strptime [729/879] 3976062=test_scanner_events [730/879] 3976062=test_ocsp [731/879] 3976063=test_ipaddr [732/879] 3976062=test_rdoc_generator_pot_po [733/879] 3976062=test_shellwords [734/879] 3976063=test_mul [735/879] 3976062=test_https_proxy [736/879] 3976063=test_rdoc_parser [737/879] 3976062=test_win32ole_param_event [738/879] 3976062=test_stat [739/879] 3976062=test_gem_commands_rebuild_command [740/879] 3976063=test_nomethod_error [741/879] 3976063=test_etc [742/879] 3976063=test_workspace [743/879] 3976062=test_printf [744/879] 3976062=test_x509attr [745/879] 3976062=magic_comment_test [746/879] 3976062=test_win32ole_variant [747/879] 3976063=test_cgi_modruby [748/879] 3976062=test_uncorrectable_name_check [749/879] 3976063=test_io [750/879] 3976062=test_closure [751/879] 3976062=test_rubygems [752/879] 3976062=test_resolve_symbol [753/879] 3976062=test_files_test_1 [754/879] 3976062=test_dir [755/879] 3976062=test_rdoc_rd_inline [756/879] 3976062=test_path [757/879] 3976062=test_digest [758/879] 3976062=test_debugger_integration [759/879] 3976062=test_my_integer [760/879] 3976062=test_gem_resolver_composed_set [761/879] 3976062=test_objectspace [762/879] 3976062=test_require [763/879] 3976062=test_option [764/879] 3976062=test_rdoc_markup_attribute_manager [765/879] 3976062=test_wss [766/879] 3976062=test_tracer [767/879] 3976062=test_not [768/879] 3976062=test_cgi_cookie [769/879] 3976062=test_rdoc_rd [770/879] 3976062=test_rdoc_generator_pot [771/879] 3976062=test_rdoc_markup_to_markdown [772/879] 3976062=test_rdoc_markup_to_joined_paragraph [773/879] 3976062=test_rdoc_rd_block_parser [774/879] 3976062=test_x509store [775/879] 3976062=test_metaclass [776/879] 3976062=test_require_lib [777/879] 3976062=test_gem_gem_runner [778/879] 3976062=test_rdoc_rd_inline_parser [779/879] 3976062=test_win32ole_type [780/879] 3976062=test_load [781/879] 3976062=test_gem_source_lock [782/879] 3976062=test_new [783/879] 3976062=test_cipher [784/879] 3976063=test_update [785/879] 3976062=test_ostruct [786/879] 3976063=test_config [787/879] 3976063=test_change_word [788/879] 3976063=test_depth_first [789/879] 3976063=test_rdoc_parser_markdown [790/879] 3976063=static_inspect_test [791/879] 3976063=test_struct [792/879] 3976063=test_c_struct_entry [793/879] 3976062=fuzzer_test [794/879] 3976062=test_rubyvm [795/879] 3976062=test_cparser [796/879] 3976063=test_resize [797/879] 3976063=test_gem_package_task [798/879] 3976063=test_lock_native_thread [799/879] 3976063=test_engine [800/879] 3976063=test_fiber [801/879] 3976061=test_gem_commands_mirror [802/879] 3976061=test_win32ole_param [803/879] 3976061=test_key_error [804/879] 3976061=test_usrmarshal [805/879] 3976061=test_gem_validator [806/879] 3976061=test_gem_source_installed [807/879] 3976061=test_gem_security_trust_dir [808/879] 3976061=test_erb_command [809/879] 3976061=test_module [810/879] 3976062=test_ssl [811/879] 3976061=test_abi [812/879] 3976061=test_bundled_ca [813/879] 3976063=test_integer_comb [814/879] 3976061=test_load Leaked file descriptor: TestOptionParserLoad#test_load_nothing: 11 #<File::Stat dev=0xfc00, ino=15828494, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-04-03 21:41:01.411540569 +0000, mtime=2024-04-03 21:41:01.403540542 +0000, ctime=2024-04-03 21:41:01.403540542 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 3976061 opc 11r REG 252,0 9253600 15828494 /var/lib/sss/mc/passwd [815/879] 3976061=heredoc_dedent_test [816/879] 3976061=test_type [817/879] 3976061=test_mutex [818/879] 3976061=test_rdoc_token_stream [819/879] 3976061=test_struct [820/879] 3976063=test_tmpdir [821/879] 3976063=test_acceptable [822/879] 3976063=test_dup [823/879] 3976063=test_rdoc_single_class [824/879] 3976063=test_gem_local_remote_options [825/879] 3976063=test_gem_ext_cargo_builder_link_flag_converter [826/879] 3976063=test_rdoc_ri_driver [827/879] 3976061=test_ractor [828/879] 3976061=test_httpheader [829/879] 3976061=test_sexp [830/879] 3976061=test_gem_safe_marshal [831/879] 3976063=test_digest [832/879] 3976063=test_signedness [833/879] 3976061=test_gem_resolver_git_set [834/879] 3976061=test_gem_commands_check_command [835/879] 3976061=test_stringscanner [836/879] 3976061=test_ractor [837/879] 3976061=test_gem_resolver_installed_specification [838/879] 3976061=test_exception_at_throwing [839/879] 3976061=test_gem_resolver_vendor_specification [840/879] 3976061=test_date_arith [841/879] 3976061=test_fiddle [842/879] 3976061=json_generic_object_test [843/879] 3976061=test_require_path_check [844/879] 3976061=test_variable_name_check [845/879] 3976061=test_bn [846/879] 3976061=test_irb [847/879] 3976063=test_rdoc_markup_paragraph [848/879] 3976063=test_x509cert [849/879] 3976062=test_ast [850/879] 3976063=test_logdevice [851/879] 3976061=test_gem_commands_info_command [852/879] 3976061=test_https [853/879] 3976061=test_object_create_start [854/879] 3976061=test_rdoc_markup_to_ansi [855/879] 3976061=test_evaluation [856/879] 3976061=test_protocol [857/879] 3976063=test_weakkeymap [858/879] 3976061=test_files_test [859/879] 3976061=test_name_error_extension [860/879] 3976061=test_gem_request_set_gem_dependency_api [861/879] 3976061=parse_stream_test [862/879] 3976061=test_handle [863/879] 3976061=test_gem_security_policy [864/879] 3976061=test_rdoc_markup_document [865/879] 3976061=test_delete [866/879] 3976061=test_file_exhaustive [867/879] 3976063=test_completion [868/879] 3976063=test_gem_ci_detector [869/879] 3976063=test_continuation [870/879] 3976063=test_fixnum [871/879] 3976063=test_gem_silent_ui [872/879] 3976063=test_signal [873/879] 3976063=test_io_wait_uncommon [874/879] 3976063=test_ssl_session [875/879] 3976063=test_gem_package_tar_header [876/879] 3976063=test_placearg [877/879] 3976063=test_rational2 [878/879] 3976063=test_logperiod [879/879] 3976063=test_case_comprehensive Finished tests in 226.410185s, 115.5778 tests/s, 42010.4820 assertions/s. 26168 tests, 9511601 assertions, 0 failures, 0 errors, 280 skips ruby -v: ruby 3.4.0dev (2024-04-03T21:34:12Z master 4ef99905a6) [aarch64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j3' BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/home/opc/ruby/build/master' making encs make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.7/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' $ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-4152841-4a87a1/1-mspec-multi-0 $ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-4152841-4a87a1/2-mspec-multi-1 $ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240403-4152841-4a87a1/3-mspec-multi-2 ruby 3.4.0dev (2024-04-03T21:34:12Z master 4ef99905a6) [aarch64-linux] 0 ......................................................................... 73 ......................................................................... 146 ......................................................................... 219 ......................................................................... 292 ......................................................................... 365 ......................................................................... 438 ......................................................................... 511 ......................................................................... 584 ......................................................................... 657 ......................................................................... 730 ......................................................................... 803 ......................................................................... 876 ......................................................................... 949 ......................................................................... 1022 ......................................................................... 1095 ......................................................................... 1168 ......................................................................... 1241 ......................................................................... 1314 ......................................................................... 1387 ......................................................................... 1460 ......................................................................... 1533 ......................................................................... 1606 ......................................................................... 1679 ......................................................................... 1752 ......................................................................... 1825 ......................................................................... 1898 ......................................................................... 1971 ......................................................................... 2044 ......................................................................... 2117 ......................................................................... 2190 ......................................................................... 2263 ......................................................................... 2336 ......................................................................... 2409 ......................................................................... 2482 ......................................................................... 2555 ......................................................................... 2628 ......................................................................... 2701 ......................................................................... 2774 ......................................................................... 2847 ......................................................................... 2920 ......................................................................... 2993 ......................................................................... 3066 ......................................................................... 3139 ......................................................................... 3212 ......................................................................... 3285 ......................................................................... 3358 ........................................................................ Finished in 29.500340 seconds 3429 files, 32601 examples, 196656 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j3'" exit with 0.