# Logfile created on 2024-01-31 18:02:00 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x00005648b6bb3280 @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", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j20", @btest_opts="-j20", @test_opts="TESTS='-j20'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk.20240131-180200", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005648b6c3b270 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005648b6c3b130 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005648b6c3af50 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240131-180200", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240131-180200>, @binmode=false, @mon_data=#<Monitor:0x00005648b6c3ae10>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j20 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j20" exit with 0. $$$[beg] make update-download -j20 tool/config.guess already exists tool/config.sub already exists Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged $$$[end] "make update-download -j20" exit with 0. $$$[beg] make update-rubyspec -j20 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j20" exit with 0. $$$[beg] make update-src -j20 Already up to date. Latest commit hash = 09427f51a2 $$$[end] "make update-src -j20" exit with 0. $$$[beg] make after-update -j20 generating /tmp/ruby/src/trunk/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper' /tmp/ruby/src/trunk/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' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged $$$[end] "make after-update -j20" exit with 0. $$$[beg] make miniruby -j20 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 -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 = -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/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/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 = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j20 --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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/version.c building Rust YJIT (release mode) error[E0425]: cannot find function `jit_prepare_routine_call` in this scope --> /tmp/ruby/src/trunk/yjit/src/codegen.rs:5025:5 | 350 | / fn jit_prepare_non_leaf_call( 351 | | jit: &mut JITState, 352 | | asm: &mut Assembler 353 | | ) { ... | 359 | | asm.clear_local_types(); 360 | | } | |_- similarly named function `jit_prepare_non_leaf_call` defined here ... 5025 | jit_prepare_routine_call(jit, asm); | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `jit_prepare_non_leaf_call` error[E0425]: cannot find function `jit_prepare_routine_call` in this scope --> /tmp/ruby/src/trunk/yjit/src/codegen.rs:5069:5 | 350 | / fn jit_prepare_non_leaf_call( 351 | | jit: &mut JITState, 352 | | asm: &mut Assembler 353 | | ) { ... | 359 | | asm.clear_local_types(); 360 | | } | |_- similarly named function `jit_prepare_non_leaf_call` defined here ... 5069 | jit_prepare_routine_call(jit, asm); | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `jit_prepare_non_leaf_call` error[E0425]: cannot find function `jit_prepare_routine_call` in this scope --> /tmp/ruby/src/trunk/yjit/src/codegen.rs:5113:5 | 350 | / fn jit_prepare_non_leaf_call( 351 | | jit: &mut JITState, 352 | | asm: &mut Assembler 353 | | ) { ... | 359 | | asm.clear_local_types(); 360 | | } | |_- similarly named function `jit_prepare_non_leaf_call` defined here ... 5113 | jit_prepare_routine_call(jit, asm); | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `jit_prepare_non_leaf_call` error[E0425]: cannot find function `jit_prepare_routine_call` in this scope --> /tmp/ruby/src/trunk/yjit/src/codegen.rs:5157:5 | 350 | / fn jit_prepare_non_leaf_call( 351 | | jit: &mut JITState, 352 | | asm: &mut Assembler 353 | | ) { ... | 359 | | asm.clear_local_types(); 360 | | } | |_- similarly named function `jit_prepare_non_leaf_call` defined here ... 5157 | jit_prepare_routine_call(jit, asm); | ^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `jit_prepare_non_leaf_call` error: aborting due to 4 previous errors For more information about this error, try `rustc --explain E0425`. make: *** [/tmp/ruby/src/trunk/yjit/yjit.mk:26: yjit/target/release/libyjit.a] Error 1 $$$[end] "make miniruby -j20" exit with 512.