# Logfile created on 2025-11-06 13:38:30 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007c27bb22fdd0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-random0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-random0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-random0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-random0", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=\"--test-order=random\"", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-random0.20251106-133830", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007c27bb3ddda8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007c27bb3ddbf0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007c27b6d19390 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random0.20251106-133830", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random0.20251106-133830>, @binmode=false, @mon_data=#<Monitor:0x00007c27bb3dd628>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.2/
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   89056f4..16b1aa4  master     -> origin/master
Updating 89056f4..16b1aa4
Fast-forward
 ext/openssl/lib/openssl/pkey.rb                    | 84 +++++++++-------------
 ext/openssl/ossl_cipher.c                          | 78 +++++++++++++-------
 ext/openssl/ossl_cipher.h                          | 11 ++-
 ext/openssl/ossl_digest.c                          | 77 ++++++++++++++------
 ext/openssl/ossl_digest.h                          | 10 ++-
 ext/openssl/ossl_hmac.c                            | 10 ++-
 ext/openssl/ossl_kdf.c                             |  8 +--
 ext/openssl/ossl_ns_spki.c                         |  8 +--
 ext/openssl/ossl_ocsp.c                            | 23 +++---
 ext/openssl/ossl_pkcs12.c                          |  4 +-
 ext/openssl/ossl_pkcs7.c                           | 27 ++++---
 ext/openssl/ossl_pkey.c                            | 39 ++++++----
 ext/openssl/ossl_pkey_dh.c                         | 34 ++++-----
 ext/openssl/ossl_pkey_dsa.c                        | 23 ++----
 ext/openssl/ossl_pkey_ec.c                         | 49 ++++++-------
 ext/openssl/ossl_pkey_rsa.c                        | 48 +++++--------
 ext/openssl/ossl_ts.c                              | 31 +++++---
 ext/openssl/ossl_x509cert.c                        | 13 ++--
 ext/openssl/ossl_x509crl.c                         | 13 ++--
 ext/openssl/ossl_x509req.c                         | 13 ++--
 prism/prism.c                                      | 40 +++--------
 test/openssl/test_cipher.rb                        | 23 +++++-
 test/openssl/test_digest.rb                        | 42 ++++++-----
 test/openssl/test_pkey.rb                          |  7 ++
 test/openssl/test_pkey_dh.rb                       |  2 +-
 test/openssl/test_pkey_dsa.rb                      |  4 +-
 test/openssl/test_pkey_ec.rb                       | 12 ++--
 test/openssl/test_pkey_rsa.rb                      | 10 +--
 .../endless_method_command_call_parameters.txt     | 19 ++---
 29 files changed, 417 insertions(+), 345 deletions(-)
Latest commit hash = 16b1aa4e4a
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-random0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-random0/include -I/tmp/ruby/src/trunk-random0 -I/tmp/ruby/src/trunk-random0/prism -I/tmp/ruby/src/trunk-random0/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random0/target/release/' '/tmp/ruby/src/trunk-random0/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random0/target/release/' '/tmp/ruby/src/trunk-random0/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-random0/version.c
compiling /tmp/ruby/src/trunk-random0/prism/prism.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-random0/include -I/tmp/ruby/src/trunk-random0 -I/tmp/ruby/src/trunk-random0/prism -I/tmp/ruby/src/trunk-random0/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random0/target/release/' '/tmp/ruby/src/trunk-random0/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random0/target/release/' '/tmp/ruby/src/trunk-random0/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.rbbin updated
cda0d9366df44e87c0b0e664338ad759e99f481d6a3e9110e0404172b156f911  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk-random0/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.5.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-random0/include -I/tmp/ruby/src/trunk-random0 -I/tmp/ruby/src/trunk-random0/prism -I/tmp/ruby/src/trunk-random0/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random0/target/release/' '/tmp/ruby/src/trunk-random0/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random0/target/release/' '/tmp/ruby/src/trunk-random0/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random0'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/rubyvm'
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_asn1.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/strscan'
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_bn.c
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_config.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/bigdecimal-3.3.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/rbs-3.9.5/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_digest.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-random0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-random0/ext/openssl/ossl_rand.c
/tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_rsa.c: In function ‘ossl_rsa_verify_pss’:
/tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_rsa.c:496:20: error: ‘eRSAError’ undeclared (first use in this function); did you mean ‘eASN1Error’?
  496 |         ossl_raise(eRSAError, "EVP_DigestVerifyFinal");
      |                    ^~~~~~~~~
      |                    eASN1Error
/tmp/ruby/src/trunk-random0/ext/openssl/ossl_pkey_rsa.c:496:20: note: each undeclared identifier is reported only once for each function it appears in
At top level:
cc1: note: unrecognized command-line option ‘-Wno-self-assign’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-parentheses-equality’ may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option ‘-Wno-constant-logical-operand’ may have been intended to silence earlier diagnostics
make[2]: *** [Makefile:334: ossl_pkey_rsa.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [exts.mk:304: ext/openssl/all] Error 2
make: *** [uncommon.mk:351: build-ext] Error 2
make[2]: Leaving directory '/tmp/ruby/build/trunk-random0/ext/openssl'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random0'
$$$[end] "make all -j4" exit with 512.
raw logfile