# Logfile created on 2023-06-01 08:48:13 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x0000555d705063b0 @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-random2", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-random2", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-random2", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-random2", @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-random2.20230601-084813", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000555d7059f4c0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000555d7059f330 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000555d7059f1a0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random2.20230601-084813", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random2.20230601-084813>, @binmode=false, @mon_data=#<Monitor:0x0000555d7059f0d8>, @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-random2/tool/ifchange /tmp/ruby/src/trunk-random2/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-random2/.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 d8f3334..64ec181 master -> origin/master Updating d8f3334..64ec181 Fast-forward ext/io/console/console.c | 356 +++++++++++++++++++++------------------------- ext/io/console/extconf.rb | 6 + internal/thread.h | 7 +- io.c | 10 +- thread.c | 96 +++++++------ 5 files changed, 228 insertions(+), 247 deletions(-) Latest commit hash = 64ec1813ac $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 /tmp/ruby/src/trunk-random2/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-random2' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-random2' 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-random2/tool/ifchange /tmp/ruby/src/trunk-random2/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-random2/.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-random2/include -I/tmp/ruby/src/trunk-random2 -I/tmp/ruby/src/trunk-random2/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-random2/yjit/target/release/' /tmp/ruby/src/trunk-random2/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-random2/compile.c compiling /tmp/ruby/src/trunk-random2/cont.c compiling /tmp/ruby/src/trunk-random2/error.c compiling /tmp/ruby/src/trunk-random2/eval.c compiling /tmp/ruby/src/trunk-random2/file.c compiling /tmp/ruby/src/trunk-random2/gc.c compiling /tmp/ruby/src/trunk-random2/hash.c compiling /tmp/ruby/src/trunk-random2/io.c compiling /tmp/ruby/src/trunk-random2/io_buffer.c compiling /tmp/ruby/src/trunk-random2/iseq.c compiling /tmp/ruby/src/trunk-random2/load.c compiling parse.c compiling /tmp/ruby/src/trunk-random2/process.c compiling /tmp/ruby/src/trunk-random2/ractor.c compiling /tmp/ruby/src/trunk-random2/scheduler.c compiling /tmp/ruby/src/trunk-random2/signal.c compiling /tmp/ruby/src/trunk-random2/thread.c compiling /tmp/ruby/src/trunk-random2/variable.c compiling /tmp/ruby/src/trunk-random2/version.c compiling /tmp/ruby/src/trunk-random2/vm.c compiling /tmp/ruby/src/trunk-random2/vm_sync.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-random2/include -I/tmp/ruby/src/trunk-random2 -I/tmp/ruby/src/trunk-random2/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-random2/yjit/target/release/' /tmp/ruby/src/trunk-random2/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-random2/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-random2/include -I/tmp/ruby/src/trunk-random2 -I/tmp/ruby/src/trunk-random2/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-random2/yjit/target/release/' /tmp/ruby/src/trunk-random2/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. generating encdb.h generating enc.mk building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so encdb.h unchanged 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-random2' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-random2' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-random2' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-random2' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-random2' make[1]: Entering directory '/tmp/ruby/build/trunk-random2' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-random2/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-random2' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-random2' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-random2' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/coverage' compiling /tmp/ruby/src/trunk-random2/ext/coverage/coverage.c make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/json' compiling /tmp/ruby/src/trunk-random2/ext/io/console/console.c make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/ripper' compiling /tmp/ruby/src/trunk-random2/ext/ripper/ripper.c make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/socket' compiling /tmp/ruby/src/trunk-random2/ext/socket/init.c /tmp/ruby/src/trunk-random2/ext/io/console/console.c:1426:1: error: static declaration of 'rb_io_closed_p' follows non-static declaration 1426 | rb_io_closed_p(VALUE io) | ^~~~~~~~~~~~~~ In file included from /tmp/ruby/src/trunk-random2/ext/io/console/console.c:6: /tmp/ruby/src/trunk-random2/include/ruby/io.h:367:7: note: previous declaration of 'rb_io_closed_p' with type 'VALUE(VALUE)' {aka 'long unsigned int(long unsigned int)'} 367 | VALUE rb_io_closed_p(VALUE io); | ^~~~~~~~~~~~~~ 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:267: console.o] Error 1 make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/io/console' make[1]: *** [exts.mk:257: ext/io/console/all] Error 2 make[1]: *** Waiting for unfinished jobs.... compiling /tmp/ruby/src/trunk-random2/ext/socket/constants.c linking shared-object coverage.so make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/coverage' compiling /tmp/ruby/src/trunk-random2/ext/socket/basicsocket.c compiling /tmp/ruby/src/trunk-random2/ext/socket/socket.c compiling /tmp/ruby/src/trunk-random2/ext/socket/ipsocket.c compiling /tmp/ruby/src/trunk-random2/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk-random2/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk-random2/ext/socket/sockssocket.c compiling /tmp/ruby/src/trunk-random2/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk-random2/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk-random2/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk-random2/ext/socket/option.c compiling /tmp/ruby/src/trunk-random2/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk-random2/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk-random2/ext/socket/ifaddr.c linking shared-object socket.so make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/socket' linking shared-object ripper.so make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/ripper' make[1]: Leaving directory '/tmp/ruby/build/trunk-random2' make: *** [uncommon.mk:300: build-ext] Error 2 $$$[end] "make all -j4" exit with 512.