# Logfile created on 2024-07-05 03:46:50 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007fc21d5ffdc0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-asserts-nopara", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-asserts-nopara", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-asserts-nopara", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-asserts-nopara", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"", @btest_opts=nil, @test_opts=nil, @spec_opts=nil, @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=316000, @logfile="/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20240705-034649", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x00007fc21d620d68 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fc21d620a98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fc21d53a520 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20240705-034649", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-asserts-nopara.20240705-034649>, @binmode=false, @mon_data=#<Monitor:0x00007fc21d620200>, @mon_data_owner_object_id=860>>> $$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline" tool/config.guess already exists tool/config.sub already exists Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-asserts-nopara/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90 echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision unchanged Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/typeprof.revision unchanged $$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. $$$[beg] make update-src DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline" From https://github.com/ruby/ruby b160a78..3b48a5a master -> origin/master Updating b160a78..3b48a5a Fast-forward .github/workflows/annocheck.yml | 2 +- .github/workflows/baseruby.yml | 2 +- .github/workflows/check_dependencies.yml | 2 +- .github/workflows/codeql-analysis.yml | 5 +- .github/workflows/macos.yml | 10 +- .github/workflows/mingw.yml | 2 +- .github/workflows/rjit-bindgen.yml | 2 +- .github/workflows/spec_guards.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/wasm.yml | 2 +- .github/workflows/windows.yml | 2 +- .github/workflows/yjit-macos.yml | 8 +- .github/workflows/yjit-ubuntu.yml | 2 +- coroutine/amd64/Context.S | 4 +- gc_impl.c | 6 +- numeric.rb | 3 +- spec/bundler/commands/install_spec.rb | 8 +- .../install/gemfile/force_ruby_platform_spec.rb | 6 +- spec/bundler/install/gemfile/platform_spec.rb | 16 +- .../install/gemfile/specific_platform_spec.rb | 20 +- spec/bundler/install/gems/compact_index_spec.rb | 2 +- spec/bundler/install/gemspecs_spec.rb | 2 +- spec/bundler/runtime/setup_spec.rb | 2 +- test/ruby/test_integer.rb | 12 +- test/rubygems/test_gem_commands_exec_command.rb | 12 +- test/rubygems/test_gem_commands_lock_command.rb | 4 +- test/rubygems/test_gem_remote_fetcher.rb | 635 +-------------------- .../test_gem_remote_fetcher_local_server.rb | 218 +++++++ .../test_gem_remote_fetcher_local_ssl_server.rb | 196 +++++++ test/rubygems/test_gem_remote_fetcher_s3.rb | 233 ++++++++ .../test_gem_request_set_gem_dependency_api.rb | 2 +- test/rubygems/test_gem_resolver.rb | 2 +- test/rubygems/test_gem_specification.rb | 14 +- test/rubygems/test_gem_uninstaller.rb | 2 +- 34 files changed, 732 insertions(+), 710 deletions(-) create mode 100644 test/rubygems/test_gem_remote_fetcher_local_server.rb create mode 100644 test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb create mode 100644 test/rubygems/test_gem_remote_fetcher_s3.rb Latest commit hash = 3b48a5a11c $$$[end] "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. $$$[beg] make after-update DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline" /tmp/ruby/src/trunk-asserts-nopara/revision.h updated making /tmp/ruby/src/trunk-asserts-nopara/numeric.rbinc generating miniprelude.c miniprelude.c updated generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-asserts-nopara/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90 echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision unchanged Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/typeprof.revision unchanged 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 DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. $$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline" BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-asserts-nopara/miniinit.c compiling /tmp/ruby/src/trunk-asserts-nopara/gc_impl.c compiling /tmp/ruby/src/trunk-asserts-nopara/numeric.c compiling /tmp/ruby/src/trunk-asserts-nopara/version.c assembling /tmp/ruby/src/trunk-asserts-nopara/coroutine/amd64/Context.S linking miniruby $$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. $$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline" BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. builtin_binary.inc updated 891ce32380d324457d9c5111ccc55e507ab7e63dc26fa3ded09624eb1df6f72b builtin_binary.inc compiling /tmp/ruby/src/trunk-asserts-nopara/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. $$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline" BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h encdb.h unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so linking ruby make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' making enc make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' making trans make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' $$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. $$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline" Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-asserts-nopara/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90 echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/rbs.revision unchanged Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-asserts-nopara/tool/ifchange /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-asserts-nopara/.bundle/.timestamp/typeprof.revision unchanged 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 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h encdb.h unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' making enc make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' making trans make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' ./miniruby -I/tmp/ruby/src/trunk-asserts-nopara/lib -I. -I.ext/common /tmp/ruby/src/trunk-asserts-nopara/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-asserts-nopara/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2\ -DRUBY_DEBUG=1\ -fno-inline" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc installing binary commands: /tmp/ruby/install/trunk-asserts-nopara/bin installing base libraries: /tmp/ruby/install/trunk-asserts-nopara/lib installing arch files: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-asserts-nopara/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-asserts-nopara/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk-asserts-nopara/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-asserts-nopara/bin installing library scripts: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk-asserts-nopara/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk-asserts-nopara/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-asserts-nopara/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.13.2 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.2 open-uri 0.4.1 open3 0.2.1 optparse 0.5.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.30.0 pstore 0.1.3 rdoc 6.7.0 readline 0.0.4 reline 0.5.9 resolv 0.4.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 shellwords 0.2.0 singleton 0.2.0 syntax_suggest 2.0.0 tempfile 0.2.1 time 0.3.0 timeout 0.4.1 tmpdir 0.2.0 tsort 0.2.0 un 0.3.0 uri 0.13.0 weakref 0.1.3 yaml 0.3.0 installing default gems from ext: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3 io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.2 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.2 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk-asserts-nopara/lib/ruby/gems/3.4.0+0 minitest 5.24.1 rake 13.2.1 test-unit 3.6.2 rexml 3.3.1 rss 0.3.0 net-ftp 0.3.7 net-imap 0.4.14 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.2 rbs 3.5.1 typeprof 0.21.11 debug 1.9.2 racc 1.8.0 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.8 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.1.2 csv 3.3.0 installing bundled gem cache: /tmp/ruby/install/trunk-asserts-nopara/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 DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q ' PASS all 1974 tests $$$[end] "make yes-btest TESTOPTS='-q '" exit with 0. $$$[beg] make yes-test-basic BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Checking leaked global symbols...none /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-asserts-nopara/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic " exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' Run options: --seed=56430 "--ruby=./miniruby -I/tmp/ruby/src/trunk-asserts-nopara/lib -I. -I.ext/common /tmp/ruby/src/trunk-asserts-nopara/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-asserts-nopara/test/.excludes --name=!/memory_leak/ --stderr-on-failure # Running tests: Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43773> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 39209> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 8 : #<TCPServer:fd 8, AF_INET6, ::1, 39669> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 37493> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 36143> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 9 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 10 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 38243> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 33005> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 9 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 10 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 37027> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 44605> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 9 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 10 Closed file descriptor: TestGemUninstaller#test_remove_executables_user: 7 Closed file descriptor: TestGemUninstaller#test_remove_executables_user: 8 SSL error: SSL_accept returned=1 errno=0 peeraddr=127.0.0.1:43730 state=error: tlsv1 alert unknown ca (SSL alert number 48) Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 45337> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 8 : #<TCPServer:fd 8, AF_INET, 0.0.0.0, 43847> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 8 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39297> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_follow_insecure_redirect: 9 SSL error: SSL_accept returned=1 errno=107 peeraddr=(null) state=error: unexpected eof while reading Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 8 : #<TCPServer:fd 8, AF_INET, 0.0.0.0, 32985> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 8 Closed file descriptor: TestWindows1251#test_windows_1251: 7 Error loading RC file '/tmp/rubytest.9knup7/test_reline_config_428942/.irbrc': /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:400:in 'Kernel#load': cannot load such file -- /tmp/rubytest.9knup7/test_reline_config_428942/.irbrc (LoadError) from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:400:in 'block in IRB.run_config' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:399:in 'IRB.run_config' from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:54:in 'IRB.setup' from /tmp/ruby/src/trunk-asserts-nopara/test/irb/test_init.rb:212:in 'TestIRB::InitTest#test_noscript' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1756:in 'block in Test::Unit::Runner#_run_suite' from <internal:array>:86:in 'Array#map' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1743:in 'Test::Unit::Runner#_run_suite' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1360:in 'Test::Unit::ExcludesOption#_run_suite' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:821:in 'block in Test::Unit::Parallel#_run_suites' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:819:in 'Test::Unit::Parallel#_run_suites' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:856:in 'Test::Unit::Skipping#_run_suites' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1689:in 'Test::Unit::Runner#_run_anything' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1297:in 'Test::Unit::RepeatOption#_run_anything' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1854:in 'Test::Unit::Runner#run_tests' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1841:in 'block in Test::Unit::Runner#_run' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1840:in 'Test::Unit::Runner#_run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1884:in 'Test::Unit::Runner#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1044:in 'Test::Unit::StatusLine#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:889:in 'Test::Unit::Statistics#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1281:in 'Test::Unit::RequireFiles#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1967:in 'Test::Unit::AutoRunner#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1971:in 'Test::Unit::AutoRunner.run' from /tmp/ruby/src/trunk-asserts-nopara/tool/test/runner.rb:14:in '<top (required)>' from /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5:in 'Kernel#require_relative' from /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5:in '<main>' Error loading RC file '/tmp/rubytest.9knup7/test_reline_config_428942/.irbrc': /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:400:in 'Kernel#load': cannot load such file -- /tmp/rubytest.9knup7/test_reline_config_428942/.irbrc (LoadError) from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:400:in 'block in IRB.run_config' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:399:in 'IRB.run_config' from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:54:in 'IRB.setup' from /tmp/ruby/src/trunk-asserts-nopara/test/irb/test_init.rb:217:in 'TestIRB::InitTest#test_noscript' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1756:in 'block in Test::Unit::Runner#_run_suite' from <internal:array>:86:in 'Array#map' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1743:in 'Test::Unit::Runner#_run_suite' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1360:in 'Test::Unit::ExcludesOption#_run_suite' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:821:in 'block in Test::Unit::Parallel#_run_suites' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:819:in 'Test::Unit::Parallel#_run_suites' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:856:in 'Test::Unit::Skipping#_run_suites' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1689:in 'Test::Unit::Runner#_run_anything' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1297:in 'Test::Unit::RepeatOption#_run_anything' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1854:in 'Test::Unit::Runner#run_tests' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1841:in 'block in Test::Unit::Runner#_run' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1840:in 'Test::Unit::Runner#_run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1884:in 'Test::Unit::Runner#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1044:in 'Test::Unit::StatusLine#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:889:in 'Test::Unit::Statistics#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1281:in 'Test::Unit::RequireFiles#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1967:in 'Test::Unit::AutoRunner#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1971:in 'Test::Unit::AutoRunner.run' from /tmp/ruby/src/trunk-asserts-nopara/tool/test/runner.rb:14:in '<top (required)>' from /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5:in 'Kernel#require_relative' from /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5:in '<main>' Error loading RC file '/tmp/rubytest.9knup7/test_reline_config_428942/.irbrc': /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:400:in 'Kernel#load': cannot load such file -- /tmp/rubytest.9knup7/test_reline_config_428942/.irbrc (LoadError) from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:400:in 'block in IRB.run_config' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:399:in 'IRB.run_config' from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:54:in 'IRB.setup' from /tmp/ruby/src/trunk-asserts-nopara/test/irb/test_init.rb:222:in 'TestIRB::InitTest#test_noscript' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1756:in 'block in Test::Unit::Runner#_run_suite' from <internal:array>:86:in 'Array#map' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1743:in 'Test::Unit::Runner#_run_suite' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1360:in 'Test::Unit::ExcludesOption#_run_suite' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:821:in 'block in Test::Unit::Parallel#_run_suites' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:819:in 'Test::Unit::Parallel#_run_suites' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:856:in 'Test::Unit::Skipping#_run_suites' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1689:in 'Test::Unit::Runner#_run_anything' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1297:in 'Test::Unit::RepeatOption#_run_anything' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1854:in 'Test::Unit::Runner#run_tests' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1841:in 'block in Test::Unit::Runner#_run' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1840:in 'Test::Unit::Runner#_run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1884:in 'Test::Unit::Runner#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1044:in 'Test::Unit::StatusLine#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:889:in 'Test::Unit::Statistics#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1281:in 'Test::Unit::RequireFiles#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1967:in 'Test::Unit::AutoRunner#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1971:in 'Test::Unit::AutoRunner.run' from /tmp/ruby/src/trunk-asserts-nopara/tool/test/runner.rb:14:in '<top (required)>' from /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5:in 'Kernel#require_relative' from /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5:in '<main>' Error loading RC file '/tmp/rubytest.9knup7/test_reline_config_428942/.irbrc': /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:400:in 'Kernel#load': cannot load such file -- /tmp/rubytest.9knup7/test_reline_config_428942/.irbrc (LoadError) from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:400:in 'block in IRB.run_config' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:399:in 'IRB.run_config' from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:54:in 'IRB.setup' from /tmp/ruby/src/trunk-asserts-nopara/test/irb/test_init.rb:227:in 'TestIRB::InitTest#test_noscript' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1756:in 'block in Test::Unit::Runner#_run_suite' from <internal:array>:86:in 'Array#map' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1743:in 'Test::Unit::Runner#_run_suite' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1360:in 'Test::Unit::ExcludesOption#_run_suite' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:821:in 'block in Test::Unit::Parallel#_run_suites' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:819:in 'Test::Unit::Parallel#_run_suites' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:856:in 'Test::Unit::Skipping#_run_suites' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1689:in 'Test::Unit::Runner#_run_anything' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1297:in 'Test::Unit::RepeatOption#_run_anything' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1854:in 'Test::Unit::Runner#run_tests' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1841:in 'block in Test::Unit::Runner#_run' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1840:in 'Test::Unit::Runner#_run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1884:in 'Test::Unit::Runner#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1044:in 'Test::Unit::StatusLine#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:889:in 'Test::Unit::Statistics#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1281:in 'Test::Unit::RequireFiles#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1967:in 'Test::Unit::AutoRunner#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1971:in 'Test::Unit::AutoRunner.run' from /tmp/ruby/src/trunk-asserts-nopara/tool/test/runner.rb:14:in '<top (required)>' from /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5:in 'Kernel#require_relative' from /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5:in '<main>' Error loading RC file '/tmp/rubytest.9knup7/test_reline_config_428942/.irbrc': /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:400:in 'Kernel#load': cannot load such file -- /tmp/rubytest.9knup7/test_reline_config_428942/.irbrc (LoadError) from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:400:in 'block in IRB.run_config' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:399:in 'IRB.run_config' from /tmp/ruby/src/trunk-asserts-nopara/lib/irb/init.rb:54:in 'IRB.setup' from /tmp/ruby/src/trunk-asserts-nopara/test/irb/test_init.rb:232:in 'TestIRB::InitTest#test_noscript' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:202:in 'Test::Unit::TestCase#run_test' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit/testcase.rb:170:in 'Test::Unit::TestCase#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1756:in 'block in Test::Unit::Runner#_run_suite' from <internal:array>:86:in 'Array#map' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1743:in 'Test::Unit::Runner#_run_suite' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1360:in 'Test::Unit::ExcludesOption#_run_suite' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:821:in 'block in Test::Unit::Parallel#_run_suites' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:819:in 'Test::Unit::Parallel#_run_suites' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:856:in 'Test::Unit::Skipping#_run_suites' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1689:in 'Test::Unit::Runner#_run_anything' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1297:in 'Test::Unit::RepeatOption#_run_anything' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1854:in 'Test::Unit::Runner#run_tests' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1841:in 'block in Test::Unit::Runner#_run' from <internal:array>:54:in 'Array#each' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1840:in 'Test::Unit::Runner#_run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1884:in 'Test::Unit::Runner#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1044:in 'Test::Unit::StatusLine#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:889:in 'Test::Unit::Statistics#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:145:in 'Test::Unit::RunCount#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1281:in 'Test::Unit::RequireFiles#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1967:in 'Test::Unit::AutoRunner#run' from /tmp/ruby/src/trunk-asserts-nopara/tool/lib/test/unit.rb:1971:in 'Test::Unit::AutoRunner.run' from /tmp/ruby/src/trunk-asserts-nopara/tool/test/runner.rb:14:in '<top (required)>' from /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5:in 'Kernel#require_relative' from /tmp/ruby/src/trunk-asserts-nopara/test/runner.rb:5:in '<main>' Finished tests in 88125.185777s, 0.3684 tests/s, 73.1569 assertions/s. 32465 tests, 6446967 assertions, 0 failures, 0 errors, 168 skips ruby -v: ruby 3.4.0dev (2024-07-05T03:10:23Z master 3b48a5a11c) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' " exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr ' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts-nopara/include -I/tmp/ruby/src/trunk-asserts-nopara -I/tmp/ruby/src/trunk-asserts-nopara/prism -I/tmp/ruby/src/trunk-asserts-nopara/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts-nopara/yjit/target/release/' /tmp/ruby/src/trunk-asserts-nopara/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Entering directory '/tmp/ruby/build/trunk-asserts-nopara' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts-nopara' $ /tmp/ruby/build/trunk-asserts-nopara/miniruby -I/tmp/ruby/src/trunk-asserts-nopara/lib /tmp/ruby/src/trunk-asserts-nopara/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-asserts-nopara --extout=.ext -- /tmp/ruby/src/trunk-asserts-nopara/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-asserts-nopara/spec/default.mspec --error-output stderr ruby 3.4.0dev (2024-07-05T03:10:23Z master 3b48a5a11c) [x86_64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ............................................................ 3360 ............................................................ 3420 ............ Finished in 3379.255977 seconds 3432 files, 32758 examples, 136067 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr ' " exit with 0.