# Logfile created on 2023-05-28 07:52:41 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000560762b423b8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-random1", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-random1", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-random1", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-random1", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=\"--test-order=random\"", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-random1.20230528-075240", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000560762bcb500 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000560762bcb398 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000560762bcb1e0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random1.20230528-075240", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random1.20230528-075240>, @binmode=false, @mon_data=#<Monitor:0x0000560762bcb118>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   881757c..26dd9c5  master     -> origin/master
Updating 881757c..26dd9c5
Fast-forward
 Gemfile.lock               | 27 +++++++++++++++++++++++
 ext/io/nonblock/extconf.rb |  2 ++
 ext/io/nonblock/nonblock.c | 54 ++++++++++++++++++++++++++--------------------
 3 files changed, 60 insertions(+), 23 deletions(-)
 create mode 100644 Gemfile.lock
Latest commit hash = 26dd9c5f0f
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-random1/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-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
$$$[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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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-random1/version.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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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
compiling /tmp/ruby/src/trunk-random1/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.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 = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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.

building spec/ruby/optional/capi/ext/array_spec.so
generating enc.mk
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
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-random1/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
ext/configure-ext.mk unchanged
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
/tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c:22:1: error: static declaration of 'rb_io_descriptor' follows non-static declaration
   22 | rb_io_descriptor(VALUE io)
      | ^~~~~~~~~~~~~~~~
In file included from /tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c:14:
/tmp/ruby/src/trunk-random1/include/ruby/io.h:713:5: note: previous declaration of 'rb_io_descriptor' with type 'int(VALUE)' {aka 'int(long unsigned int)'}
  713 | int rb_io_descriptor(VALUE io);
      |     ^~~~~~~~~~~~~~~~
/tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c: In function 'rb_io_nonblock_block':
/tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c:178:25: error: 'io' undeclared (first use in this function)
  178 |         return rb_yield(io);
      |                         ^~
/tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c:178:25: note: each undeclared identifier is reported only once for each function it appears in
/tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c:164:14: warning: unused variable 'fptr' [-Wunused-variable]
  164 |     rb_io_t *fptr;
      |              ^~~~
/tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c:181:1: warning: control reaches end of non-void function [-Wreturn-type]
  181 | }
      | ^
/tmp/ruby/src/trunk-random1/ext/io/nonblock/nonblock.c: 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:253: nonblock.o] Error 1
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/nonblock'
make[1]: *** [exts.mk:259: ext/io/nonblock/all] Error 2
make[1]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.8.0/ext/debug'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make: *** [uncommon.mk:300: build-ext] Error 2
$$$[end] "make all -j4" exit with 512.
raw logfile