# Logfile created on 2023-03-06 07:23:58 +0000 by logger.rb/v1.4.3 I, [2023-03-06T07:23:58.748253 #1446579] INFO -- : #, @formatter=nil, @logdev=#, @binmode=false, @mon_data=#, @mon_data_owner_object_id=860>>> I, [2023-03-06T07:23:58.748379 #1446579] INFO -- : $$$[beg] make update-unicode -j16 I, [2023-03-06T07:23:58.797533 #1446579] INFO -- : make: Nothing to be done for 'update-unicode'. I, [2023-03-06T07:23:58.797695 #1446579] INFO -- : $$$[end] "make update-unicode -j16" exit with 0. I, [2023-03-06T07:23:58.797721 #1446579] INFO -- : $$$[beg] make update-download -j16 I, [2023-03-06T07:23:58.880787 #1446579] INFO -- : tool/config.guess already exists I, [2023-03-06T07:23:58.880834 #1446579] INFO -- : tool/config.sub already exists I, [2023-03-06T07:23:58.882970 #1446579] INFO -- : Update rbs to 7a5663f0f433ccd24db32e4dda9dc7754c269247 I, [2023-03-06T07:23:58.882991 #1446579] INFO -- : Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887 E, [2023-03-06T07:23:59.348867 #1446579] ERROR -- : From https://github.com/ruby/rbs E, [2023-03-06T07:23:59.348916 #1446579] ERROR -- : * branch 7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD E, [2023-03-06T07:23:59.354972 #1446579] ERROR -- : HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION` I, [2023-03-06T07:23:59.355687 #1446579] INFO -- : echo 7a5663f0f433ccd24db32e4dda9dc7754c269247 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - I, [2023-03-06T07:23:59.357700 #1446579] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged E, [2023-03-06T07:23:59.631441 #1446579] ERROR -- : From https://github.com/ruby/debug E, [2023-03-06T07:23:59.631491 #1446579] ERROR -- : * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD E, [2023-03-06T07:23:59.635714 #1446579] ERROR -- : HEAD is now at 6519736 Increase timeout in debug_code I, [2023-03-06T07:23:59.635952 #1446579] INFO -- : echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - I, [2023-03-06T07:23:59.637853 #1446579] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged I, [2023-03-06T07:23:59.677476 #1446579] INFO -- : $$$[end] "make update-download -j16" exit with 0. I, [2023-03-06T07:23:59.677520 #1446579] INFO -- : $$$[beg] make update-rubyspec -j16 I, [2023-03-06T07:23:59.724919 #1446579] INFO -- : make: Nothing to be done for 'update-rubyspec'. I, [2023-03-06T07:23:59.725088 #1446579] INFO -- : $$$[end] "make update-rubyspec -j16" exit with 0. I, [2023-03-06T07:23:59.725114 #1446579] INFO -- : $$$[beg] make update-src -j16 E, [2023-03-06T07:24:00.670859 #1446579] ERROR -- : From https://github.com/ruby/ruby E, [2023-03-06T07:24:00.670912 #1446579] ERROR -- : 55367b3..cacf2f3 master -> origin/master I, [2023-03-06T07:24:00.686282 #1446579] INFO -- : Updating 55367b3..cacf2f3 I, [2023-03-06T07:24:00.686330 #1446579] INFO -- : Fast-forward I, [2023-03-06T07:24:00.692813 #1446579] INFO -- : .github/workflows/mjit.yml | 103 - I, [2023-03-06T07:24:00.692836 #1446579] INFO -- : bootstraptest/test_gc.rb | 2 +- I, [2023-03-06T07:24:00.692846 #1446579] INFO -- : bootstraptest/test_mjit.rb | 16 + I, [2023-03-06T07:24:00.692853 #1446579] INFO -- : configure.ac | 6 + I, [2023-03-06T07:24:00.692859 #1446579] INFO -- : inits.c | 2 +- I, [2023-03-06T07:24:00.692865 #1446579] INFO -- : lib/ruby_vm/mjit/assembler.rb | 850 +++++++++ I, [2023-03-06T07:24:00.692871 #1446579] INFO -- : lib/ruby_vm/mjit/block.rb | 7 + I, [2023-03-06T07:24:00.692877 #1446579] INFO -- : lib/ruby_vm/mjit/branch_stub.rb | 24 + I, [2023-03-06T07:24:00.692883 #1446579] INFO -- : lib/ruby_vm/mjit/c_pointer.rb | 46 +- I, [2023-03-06T07:24:00.692888 #1446579] INFO -- : lib/ruby_vm/mjit/c_type.rb | 2 +- I, [2023-03-06T07:24:00.692893 #1446579] INFO -- : lib/ruby_vm/mjit/code_block.rb | 86 + I, [2023-03-06T07:24:00.692899 #1446579] INFO -- : lib/ruby_vm/mjit/compiler.rb | 1114 ++--------- I, [2023-03-06T07:24:00.692905 #1446579] INFO -- : lib/ruby_vm/mjit/context.rb | 30 + I, [2023-03-06T07:24:00.692910 #1446579] INFO -- : lib/ruby_vm/mjit/exit_compiler.rb | 146 ++ I, [2023-03-06T07:24:00.692916 #1446579] INFO -- : lib/ruby_vm/mjit/hooks.rb | 43 +- I, [2023-03-06T07:24:00.692922 #1446579] INFO -- : lib/ruby_vm/mjit/insn_compiler.rb | 1481 +++++++++++++++ I, [2023-03-06T07:24:00.692929 #1446579] INFO -- : lib/ruby_vm/mjit/invariants.rb | 96 + I, [2023-03-06T07:24:00.692935 #1446579] INFO -- : lib/ruby_vm/mjit/jit_state.rb | 35 + I, [2023-03-06T07:24:00.692940 #1446579] INFO -- : lib/ruby_vm/mjit/stats.rb | 89 + I, [2023-03-06T07:24:00.692946 #1446579] INFO -- : mjit.c | 1994 +++----------------- I, [2023-03-06T07:24:00.692952 #1446579] INFO -- : mjit.h | 26 +- I, [2023-03-06T07:24:00.692957 #1446579] INFO -- : mjit.rb | 16 +- I, [2023-03-06T07:24:00.692963 #1446579] INFO -- : mjit_c.c | 79 + I, [2023-03-06T07:24:00.692968 #1446579] INFO -- : mjit_c.h | 66 + I, [2023-03-06T07:24:00.692974 #1446579] INFO -- : mjit_c.rb | 453 ++++- I, [2023-03-06T07:24:00.692980 #1446579] INFO -- : ruby.c | 2 + I, [2023-03-06T07:24:00.693082 #1446579] INFO -- : test/ruby/test_mjit.rb | 1328 ------------- I, [2023-03-06T07:24:00.693092 #1446579] INFO -- : test/ruby/test_mjit_debug.rb | 17 - I, [2023-03-06T07:24:00.693098 #1446579] INFO -- : test/ruby/test_rubyvm_mjit.rb | 105 -- I, [2023-03-06T07:24:00.693103 #1446579] INFO -- : test/ruby/test_shapes.rb | 1 + I, [2023-03-06T07:24:00.693109 #1446579] INFO -- : tool/mjit/bindgen.rb | 59 +- I, [2023-03-06T07:24:00.693114 #1446579] INFO -- : .../views/lib/ruby_vm/mjit/instruction.rb.erb | 5 +- I, [2023-03-06T07:24:00.693119 #1446579] INFO -- : vm.c | 35 +- I, [2023-03-06T07:24:00.693125 #1446579] INFO -- : vm_core.h | 4 +- I, [2023-03-06T07:24:00.693137 #1446579] INFO -- : vm_insnhelper.c | 1 - I, [2023-03-06T07:24:00.693143 #1446579] INFO -- : vm_insnhelper.h | 9 + I, [2023-03-06T07:24:00.693148 #1446579] INFO -- : vm_method.c | 3 +- I, [2023-03-06T07:24:00.693155 #1446579] INFO -- : 37 files changed, 4028 insertions(+), 4353 deletions(-) I, [2023-03-06T07:24:00.693160 #1446579] INFO -- : delete mode 100644 .github/workflows/mjit.yml I, [2023-03-06T07:24:00.693166 #1446579] INFO -- : create mode 100644 bootstraptest/test_mjit.rb I, [2023-03-06T07:24:00.693171 #1446579] INFO -- : create mode 100644 lib/ruby_vm/mjit/assembler.rb I, [2023-03-06T07:24:00.693177 #1446579] INFO -- : create mode 100644 lib/ruby_vm/mjit/block.rb I, [2023-03-06T07:24:00.693182 #1446579] INFO -- : create mode 100644 lib/ruby_vm/mjit/branch_stub.rb I, [2023-03-06T07:24:00.693187 #1446579] INFO -- : create mode 100644 lib/ruby_vm/mjit/code_block.rb I, [2023-03-06T07:24:00.693193 #1446579] INFO -- : create mode 100644 lib/ruby_vm/mjit/context.rb I, [2023-03-06T07:24:00.693198 #1446579] INFO -- : create mode 100644 lib/ruby_vm/mjit/exit_compiler.rb I, [2023-03-06T07:24:00.693204 #1446579] INFO -- : create mode 100644 lib/ruby_vm/mjit/insn_compiler.rb I, [2023-03-06T07:24:00.693210 #1446579] INFO -- : create mode 100644 lib/ruby_vm/mjit/invariants.rb I, [2023-03-06T07:24:00.693215 #1446579] INFO -- : create mode 100644 lib/ruby_vm/mjit/jit_state.rb I, [2023-03-06T07:24:00.693220 #1446579] INFO -- : create mode 100644 lib/ruby_vm/mjit/stats.rb I, [2023-03-06T07:24:00.693226 #1446579] INFO -- : delete mode 100644 test/ruby/test_mjit.rb I, [2023-03-06T07:24:00.693231 #1446579] INFO -- : delete mode 100644 test/ruby/test_mjit_debug.rb I, [2023-03-06T07:24:00.693237 #1446579] INFO -- : delete mode 100644 test/ruby/test_rubyvm_mjit.rb I, [2023-03-06T07:24:00.701719 #1446579] INFO -- : Latest commit hash = cacf2f3709 I, [2023-03-06T07:24:00.702713 #1446579] INFO -- : $$$[end] "make update-src -j16" exit with 0. I, [2023-03-06T07:24:00.702739 #1446579] INFO -- : $$$[beg] make after-update -j16 I, [2023-03-06T07:24:00.748615 #1446579] INFO -- : cd -P /tmp/ruby/src/trunk && exec autoconf -o configure I, [2023-03-06T07:24:02.214258 #1446579] INFO -- : running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk/configure --prefix=/tmp/ruby/install/trunk --disable-install-doc --enable-shared --no-create --no-recursion I, [2023-03-06T07:24:02.214320 #1446579] INFO -- : checking for ruby... /usr/bin/ruby I, [2023-03-06T07:24:02.214329 #1446579] INFO -- : tool/config.guess already exists I, [2023-03-06T07:24:02.214336 #1446579] INFO -- : tool/config.sub already exists I, [2023-03-06T07:24:02.214342 #1446579] INFO -- : checking build system type... x86_64-pc-linux-gnu I, [2023-03-06T07:24:02.214347 #1446579] INFO -- : checking host system type... x86_64-pc-linux-gnu I, [2023-03-06T07:24:02.214353 #1446579] INFO -- : checking target system type... x86_64-pc-linux-gnu I, [2023-03-06T07:24:02.214358 #1446579] INFO -- : checking for gcc... gcc I, [2023-03-06T07:24:02.214364 #1446579] INFO -- : checking for ld... ld I, [2023-03-06T07:24:02.214370 #1446579] INFO -- : checking for gcc-ar... gcc-ar I, [2023-03-06T07:24:02.214377 #1446579] INFO -- : checking for g++... no I, [2023-03-06T07:24:02.214383 #1446579] INFO -- : checking for gcc-nm... gcc-nm I, [2023-03-06T07:24:02.214388 #1446579] INFO -- : checking for gcc-ranlib... gcc-ranlib I, [2023-03-06T07:24:02.214394 #1446579] INFO -- : checking whether the C compiler works... yes I, [2023-03-06T07:24:02.214399 #1446579] INFO -- : checking for C compiler default output file name... a.out I, [2023-03-06T07:24:02.214404 #1446579] INFO -- : checking for suffix of executables... I, [2023-03-06T07:24:02.214409 #1446579] INFO -- : checking whether we are cross compiling... no I, [2023-03-06T07:24:02.214415 #1446579] INFO -- : checking for suffix of object files... o I, [2023-03-06T07:24:02.214427 #1446579] INFO -- : checking whether the compiler supports GNU C... yes I, [2023-03-06T07:24:02.214433 #1446579] INFO -- : checking whether gcc accepts -g... yes I, [2023-03-06T07:24:02.214439 #1446579] INFO -- : checking for gcc option to enable C11 features... none needed I, [2023-03-06T07:24:02.214445 #1446579] INFO -- : checking for g++... no I, [2023-03-06T07:24:02.214450 #1446579] INFO -- : checking for c++... c++ I, [2023-03-06T07:24:02.214455 #1446579] INFO -- : checking whether the compiler supports GNU C++... yes I, [2023-03-06T07:24:02.214461 #1446579] INFO -- : checking whether c++ accepts -g... yes I, [2023-03-06T07:24:02.214466 #1446579] INFO -- : checking for c++ option to enable C++11 features... none needed I, [2023-03-06T07:24:02.214471 #1446579] INFO -- : checking how to run the C preprocessor... gcc -E I, [2023-03-06T07:24:02.214477 #1446579] INFO -- : checking for gas... no I, [2023-03-06T07:24:02.214482 #1446579] INFO -- : checking for as... as I, [2023-03-06T07:24:02.214487 #1446579] INFO -- : checking for gobjcopy... no I, [2023-03-06T07:24:02.214494 #1446579] INFO -- : checking for objcopy... objcopy I, [2023-03-06T07:24:02.214499 #1446579] INFO -- : checking for gobjdump... no I, [2023-03-06T07:24:02.214505 #1446579] INFO -- : checking for objdump... objdump I, [2023-03-06T07:24:02.214510 #1446579] INFO -- : checking for gstrip... no I, [2023-03-06T07:24:02.214515 #1446579] INFO -- : checking for strip... strip I, [2023-03-06T07:24:02.214521 #1446579] INFO -- : checking for stdio.h... yes I, [2023-03-06T07:24:02.214527 #1446579] INFO -- : checking for stdlib.h... yes I, [2023-03-06T07:24:02.214532 #1446579] INFO -- : checking for string.h... yes I, [2023-03-06T07:24:02.214538 #1446579] INFO -- : checking for inttypes.h... yes I, [2023-03-06T07:24:02.214544 #1446579] INFO -- : checking for stdint.h... yes I, [2023-03-06T07:24:02.214550 #1446579] INFO -- : checking for strings.h... yes I, [2023-03-06T07:24:02.214555 #1446579] INFO -- : checking for sys/stat.h... yes I, [2023-03-06T07:24:02.214560 #1446579] INFO -- : checking for sys/types.h... yes I, [2023-03-06T07:24:02.214566 #1446579] INFO -- : checking for unistd.h... yes I, [2023-03-06T07:24:02.214572 #1446579] INFO -- : checking for wchar.h... yes I, [2023-03-06T07:24:02.214577 #1446579] INFO -- : checking for minix/config.h... no I, [2023-03-06T07:24:02.214583 #1446579] INFO -- : checking for vfork.h... no I, [2023-03-06T07:24:02.214588 #1446579] INFO -- : checking whether it is safe to define __EXTENSIONS__... yes I, [2023-03-06T07:24:02.214593 #1446579] INFO -- : checking whether _XOPEN_SOURCE should be defined... no I, [2023-03-06T07:24:02.214600 #1446579] INFO -- : checking whether the linker is GNU ld... yes I, [2023-03-06T07:24:02.214605 #1446579] INFO -- : checking whether gcc -E accepts -o... yes I, [2023-03-06T07:24:02.214610 #1446579] INFO -- : checking for gcc... /usr/bin/gcc I, [2023-03-06T07:24:02.214615 #1446579] INFO -- : checking for gcc-ar flags... rcD I, [2023-03-06T07:24:02.214621 #1446579] INFO -- : checking whether ln -s works... yes I, [2023-03-06T07:24:02.214627 #1446579] INFO -- : checking whether make sets $(MAKE)... yes I, [2023-03-06T07:24:02.214633 #1446579] INFO -- : checking for a BSD-compatible install... /usr/bin/install -c I, [2023-03-06T07:24:02.214638 #1446579] INFO -- : checking for a race-free mkdir -p... /usr/bin/mkdir -p I, [2023-03-06T07:24:02.214643 #1446579] INFO -- : checking for dtrace... no I, [2023-03-06T07:24:02.214649 #1446579] INFO -- : checking for dot... no I, [2023-03-06T07:24:02.214655 #1446579] INFO -- : checking for doxygen... no I, [2023-03-06T07:24:02.214660 #1446579] INFO -- : checking for pkg-config... no I, [2023-03-06T07:24:02.214666 #1446579] INFO -- : checking whether it is Android... no I, [2023-03-06T07:24:02.214672 #1446579] INFO -- : checking for cd using physical directory... cd -P I, [2023-03-06T07:24:02.214678 #1446579] INFO -- : checking whether CFLAGS is valid... yes I, [2023-03-06T07:24:02.214691 #1446579] INFO -- : checking whether LDFLAGS is valid... yes I, [2023-03-06T07:24:02.214697 #1446579] INFO -- : checking whether ELF binaries are produced... yes I, [2023-03-06T07:24:02.214702 #1446579] INFO -- : checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes I, [2023-03-06T07:24:02.214708 #1446579] INFO -- : checking whether -fdeclspec is accepted as LDFLAGS... no I, [2023-03-06T07:24:02.214714 #1446579] INFO -- : checking whether -fdeclspec is accepted as CXXFLAGS... no I, [2023-03-06T07:24:02.214720 #1446579] INFO -- : checking whether -Wextra-tokens is accepted as CFLAGS... no I, [2023-03-06T07:24:02.214726 #1446579] INFO -- : checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214731 #1446579] INFO -- : checking whether -Wdivision-by-zero is accepted as CFLAGS... no I, [2023-03-06T07:24:02.214737 #1446579] INFO -- : checking whether -Wdiv-by-zero is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214742 #1446579] INFO -- : checking whether -Wduplicated-cond is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214748 #1446579] INFO -- : checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214753 #1446579] INFO -- : checking whether -Wimplicit-int is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214760 #1446579] INFO -- : checking whether -Wmisleading-indentation is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214766 #1446579] INFO -- : checking whether -Wpointer-arith is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214771 #1446579] INFO -- : checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no I, [2023-03-06T07:24:02.214776 #1446579] INFO -- : checking whether -Wwrite-strings is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214782 #1446579] INFO -- : checking whether -Wold-style-definition is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214787 #1446579] INFO -- : checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214792 #1446579] INFO -- : checking whether -Wmissing-noreturn is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214799 #1446579] INFO -- : checking whether -Wno-cast-function-type is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214812 #1446579] INFO -- : checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214818 #1446579] INFO -- : checking whether -Wno-long-long is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214823 #1446579] INFO -- : checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes I, [2023-03-06T07:24:02.214828 #1446579] INFO -- : checking whether -Wno-overlength-strings is accepted as CFLAGS... yes E, [2023-03-06T07:24:02.541726 #1446579] ERROR -- : configure: WARNING: something wrong with CXXFLAGS="" I, [2023-03-06T07:24:04.138234 #1446579] INFO -- : checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138288 #1446579] INFO -- : checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138299 #1446579] INFO -- : checking whether -Wno-self-assign is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138316 #1446579] INFO -- : checking whether -Wno-tautological-compare is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138322 #1446579] INFO -- : checking whether -Wno-unused-parameter is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138329 #1446579] INFO -- : checking whether -Wno-unused-value is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138334 #1446579] INFO -- : checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138340 #1446579] INFO -- : checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138345 #1446579] INFO -- : checking whether -Wunused-variable is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138351 #1446579] INFO -- : checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no I, [2023-03-06T07:24:04.138365 #1446579] INFO -- : checking whether -Wundef is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138370 #1446579] INFO -- : checking whether -Wall -Wextra is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138376 #1446579] INFO -- : checking whether -Qunused-arguments is accepted as CFLAGS... no I, [2023-03-06T07:24:04.138381 #1446579] INFO -- : checking whether -O3 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138387 #1446579] INFO -- : checking whether -fstack-protector-strong is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138392 #1446579] INFO -- : checking whether -fstack-protector-strong is accepted as LDFLAGS... yes I, [2023-03-06T07:24:04.138398 #1446579] INFO -- : checking for -fstack-protector... -fstack-protector-strong I, [2023-03-06T07:24:04.138403 #1446579] INFO -- : checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes I, [2023-03-06T07:24:04.138410 #1446579] INFO -- : checking whether -fno-strict-overflow is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138415 #1446579] INFO -- : checking whether -ggdb3 is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138420 #1446579] INFO -- : checking whether -fvisibility=hidden is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138426 #1446579] INFO -- : checking whether -fno-fast-math is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138431 #1446579] INFO -- : checking whether -fexcess-precision=standard is accepted as CFLAGS... yes I, [2023-03-06T07:24:04.138437 #1446579] INFO -- : checking whether -fp-model precise is accepted as CFLAGS... no I, [2023-03-06T07:24:04.138442 #1446579] INFO -- : checking whether compiler has statement and declarations in expressions... yes I, [2023-03-06T07:24:04.138449 #1446579] INFO -- : checking for pthread.h... yes I, [2023-03-06T07:24:04.138455 #1446579] INFO -- : checking for pthread_create in -lthr... no I, [2023-03-06T07:24:04.138461 #1446579] INFO -- : checking for pthread_create in -lpthread... yes I, [2023-03-06T07:24:04.138466 #1446579] INFO -- : checking for pthread_np.h... no I, [2023-03-06T07:24:04.138471 #1446579] INFO -- : checking thread model... pthread I, [2023-03-06T07:24:04.138477 #1446579] INFO -- : checking whether CXXFLAGS is valid... no I, [2023-03-06T07:24:04.138483 #1446579] INFO -- : checking for crypt in -lcrypt... yes I, [2023-03-06T07:24:04.138489 #1446579] INFO -- : checking for dlopen in -ldl... yes I, [2023-03-06T07:24:04.138495 #1446579] INFO -- : checking for shutdown in -lsocket... no I, [2023-03-06T07:24:04.138500 #1446579] INFO -- : checking for dirent.h that defines DIR... yes I, [2023-03-06T07:24:04.138508 #1446579] INFO -- : checking for library containing opendir... none required I, [2023-03-06T07:24:04.138513 #1446579] INFO -- : checking for _Bool... yes I, [2023-03-06T07:24:04.138519 #1446579] INFO -- : checking for stdbool.h that conforms to C99... yes I, [2023-03-06T07:24:04.138525 #1446579] INFO -- : checking for sys/wait.h that is POSIX.1 compatible... yes I, [2023-03-06T07:24:04.138531 #1446579] INFO -- : checking for afunix.h... no I, [2023-03-06T07:24:04.138537 #1446579] INFO -- : checking for atomic.h... no I, [2023-03-06T07:24:04.138542 #1446579] INFO -- : checking for copyfile.h... no I, [2023-03-06T07:24:04.138548 #1446579] INFO -- : checking for direct.h... no I, [2023-03-06T07:24:04.138553 #1446579] INFO -- : checking for grp.h... yes I, [2023-03-06T07:24:04.138559 #1446579] INFO -- : checking for fcntl.h... yes I, [2023-03-06T07:24:04.138565 #1446579] INFO -- : checking for float.h... yes I, [2023-03-06T07:24:04.138570 #1446579] INFO -- : checking for ieeefp.h... no I, [2023-03-06T07:24:04.138578 #1446579] INFO -- : checking for intrinsics.h... no I, [2023-03-06T07:24:04.138584 #1446579] INFO -- : checking for langinfo.h... yes I, [2023-03-06T07:24:04.138590 #1446579] INFO -- : checking for limits.h... yes I, [2023-03-06T07:24:04.138595 #1446579] INFO -- : checking for locale.h... yes I, [2023-03-06T07:24:04.138601 #1446579] INFO -- : checking for malloc.h... yes I, [2023-03-06T07:24:04.138609 #1446579] INFO -- : checking for malloc/malloc.h... no I, [2023-03-06T07:24:04.138614 #1446579] INFO -- : checking for malloc_np.h... no I, [2023-03-06T07:24:04.138622 #1446579] INFO -- : checking for net/socket.h... no I, [2023-03-06T07:24:04.138627 #1446579] INFO -- : checking for process.h... no I, [2023-03-06T07:24:04.138633 #1446579] INFO -- : checking for pwd.h... yes I, [2023-03-06T07:24:04.138638 #1446579] INFO -- : checking for sanitizer/asan_interface.h... yes I, [2023-03-06T07:24:04.138644 #1446579] INFO -- : checking for sanitizer/msan_interface.h... no I, [2023-03-06T07:24:04.138649 #1446579] INFO -- : checking for setjmpex.h... no I, [2023-03-06T07:24:04.138655 #1446579] INFO -- : checking for stdalign.h... yes I, [2023-03-06T07:24:04.138663 #1446579] INFO -- : checking for sys/attr.h... no I, [2023-03-06T07:24:04.138670 #1446579] INFO -- : checking for sys/eventfd.h... yes I, [2023-03-06T07:24:04.138675 #1446579] INFO -- : checking for sys/fcntl.h... yes I, [2023-03-06T07:24:04.138682 #1446579] INFO -- : checking for sys/file.h... yes I, [2023-03-06T07:24:04.138687 #1446579] INFO -- : checking for sys/id.h... no I, [2023-03-06T07:24:04.138693 #1446579] INFO -- : checking for sys/ioctl.h... yes I, [2023-03-06T07:24:04.138698 #1446579] INFO -- : checking for sys/mkdev.h... no I, [2023-03-06T07:24:04.138704 #1446579] INFO -- : checking for sys/param.h... yes I, [2023-03-06T07:24:04.138709 #1446579] INFO -- : checking for sys/prctl.h... yes I, [2023-03-06T07:24:04.138715 #1446579] INFO -- : checking for sys/random.h... yes I, [2023-03-06T07:24:04.138720 #1446579] INFO -- : checking for sys/resource.h... yes I, [2023-03-06T07:24:04.138725 #1446579] INFO -- : checking for sys/select.h... yes I, [2023-03-06T07:24:04.138731 #1446579] INFO -- : checking for sys/sendfile.h... yes I, [2023-03-06T07:24:04.138737 #1446579] INFO -- : checking for sys/socket.h... yes I, [2023-03-06T07:24:04.138743 #1446579] INFO -- : checking for sys/syscall.h... yes I, [2023-03-06T07:24:04.138748 #1446579] INFO -- : checking for sys/sysmacros.h... yes I, [2023-03-06T07:24:04.138754 #1446579] INFO -- : checking for sys/time.h... yes I, [2023-03-06T07:24:04.138759 #1446579] INFO -- : checking for sys/times.h... yes I, [2023-03-06T07:24:04.138765 #1446579] INFO -- : checking for sys/uio.h... yes I, [2023-03-06T07:24:04.138770 #1446579] INFO -- : checking for sys/utime.h... no I, [2023-03-06T07:24:04.138776 #1446579] INFO -- : checking for syscall.h... yes I, [2023-03-06T07:24:04.138781 #1446579] INFO -- : checking for time.h... yes I, [2023-03-06T07:24:04.138786 #1446579] INFO -- : checking for ucontext.h... yes I, [2023-03-06T07:24:04.138793 #1446579] INFO -- : checking for utime.h... yes I, [2023-03-06T07:24:04.138798 #1446579] INFO -- : checking for x86intrin.h... yes I, [2023-03-06T07:24:04.138804 #1446579] INFO -- : checking for x86intrin.h when defined(__x86_64__)... yes I, [2023-03-06T07:24:04.138810 #1446579] INFO -- : checking for gmp.h... yes I, [2023-03-06T07:24:04.138816 #1446579] INFO -- : checking for library containing __gmpz_init... -lgmp I, [2023-03-06T07:24:04.138822 #1446579] INFO -- : checking for special C compiler options needed for large files... no I, [2023-03-06T07:24:04.138828 #1446579] INFO -- : checking for _FILE_OFFSET_BITS value needed for large files... no I, [2023-03-06T07:24:04.138836 #1446579] INFO -- : checking whether byte ordering is bigendian... no I, [2023-03-06T07:24:04.138843 #1446579] INFO -- : checking for an ANSI C-conforming const... yes I, [2023-03-06T07:24:06.516497 #1446579] INFO -- : checking whether char is unsigned... no I, [2023-03-06T07:24:06.516549 #1446579] INFO -- : checking for inline... inline I, [2023-03-06T07:24:06.516559 #1446579] INFO -- : checking for working volatile... yes I, [2023-03-06T07:24:06.516565 #1446579] INFO -- : checking for typeof syntax and keyword spelling... typeof I, [2023-03-06T07:24:06.516571 #1446579] INFO -- : checking for C/C++ restrict keyword... __restrict__ I, [2023-03-06T07:24:06.516585 #1446579] INFO -- : checking for long long... yes I, [2023-03-06T07:24:06.516591 #1446579] INFO -- : checking for off_t... yes I, [2023-03-06T07:24:06.516597 #1446579] INFO -- : checking char bit... 8 I, [2023-03-06T07:24:06.516602 #1446579] INFO -- : checking size of int... 4 I, [2023-03-06T07:24:06.516610 #1446579] INFO -- : checking size of short... 2 I, [2023-03-06T07:24:06.516616 #1446579] INFO -- : checking size of long... 8 I, [2023-03-06T07:24:06.516621 #1446579] INFO -- : checking size of long long... 8 I, [2023-03-06T07:24:06.516628 #1446579] INFO -- : checking size of __int64... 0 I, [2023-03-06T07:24:06.516635 #1446579] INFO -- : checking size of __int128... 16 I, [2023-03-06T07:24:06.516641 #1446579] INFO -- : checking size of off_t... 8 I, [2023-03-06T07:24:06.516646 #1446579] INFO -- : checking size of void*... 8 I, [2023-03-06T07:24:06.516652 #1446579] INFO -- : checking size of float... 4 I, [2023-03-06T07:24:06.516657 #1446579] INFO -- : checking size of double... 8 I, [2023-03-06T07:24:06.516662 #1446579] INFO -- : checking size of time_t... 8 I, [2023-03-06T07:24:06.516669 #1446579] INFO -- : checking size of clock_t... 8 I, [2023-03-06T07:24:06.516674 #1446579] INFO -- : checking packed struct attribute... x __attribute__((packed)) I, [2023-03-06T07:24:06.516679 #1446579] INFO -- : checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes I, [2023-03-06T07:24:06.516685 #1446579] INFO -- : checking for printf prefix for long long... ll I, [2023-03-06T07:24:06.516690 #1446579] INFO -- : checking for pid_t... yes I, [2023-03-06T07:24:06.516696 #1446579] INFO -- : checking for convertible type of pid_t... INT I, [2023-03-06T07:24:06.516702 #1446579] INFO -- : checking for uid_t... yes I, [2023-03-06T07:24:06.516707 #1446579] INFO -- : checking for convertible type of uid_t... UINT I, [2023-03-06T07:24:06.516713 #1446579] INFO -- : checking for gid_t... yes I, [2023-03-06T07:24:06.516720 #1446579] INFO -- : checking for convertible type of gid_t... UINT I, [2023-03-06T07:24:06.516725 #1446579] INFO -- : checking for time_t... yes I, [2023-03-06T07:24:06.516730 #1446579] INFO -- : checking for convertible type of time_t... LONG I, [2023-03-06T07:24:06.516736 #1446579] INFO -- : checking for dev_t... yes I, [2023-03-06T07:24:06.516741 #1446579] INFO -- : checking for convertible type of dev_t... ULONG I, [2023-03-06T07:24:06.516746 #1446579] INFO -- : checking for mode_t... yes I, [2023-03-06T07:24:06.516751 #1446579] INFO -- : checking for convertible type of mode_t... UINT I, [2023-03-06T07:24:06.516779 #1446579] INFO -- : checking for rlim_t... yes I, [2023-03-06T07:24:06.516785 #1446579] INFO -- : checking for convertible type of rlim_t... ULONG I, [2023-03-06T07:24:06.516790 #1446579] INFO -- : checking for convertible type of off_t... LONG I, [2023-03-06T07:24:06.516796 #1446579] INFO -- : checking for clockid_t... yes I, [2023-03-06T07:24:06.516802 #1446579] INFO -- : checking for convertible type of clockid_t... INT I, [2023-03-06T07:24:06.516807 #1446579] INFO -- : checking for variable length macro... yes I, [2023-03-06T07:24:06.516813 #1446579] INFO -- : checking if _Alignof() works... yes I, [2023-03-06T07:24:06.516818 #1446579] INFO -- : checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x I, [2023-03-06T07:24:06.516823 #1446579] INFO -- : checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x I, [2023-03-06T07:24:06.516829 #1446579] INFO -- : checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x I, [2023-03-06T07:24:06.516834 #1446579] INFO -- : checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x I, [2023-03-06T07:24:06.516839 #1446579] INFO -- : checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x I, [2023-03-06T07:24:06.516846 #1446579] INFO -- : checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x I, [2023-03-06T07:24:06.516854 #1446579] INFO -- : checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x I, [2023-03-06T07:24:06.516859 #1446579] INFO -- : checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x I, [2023-03-06T07:24:06.516865 #1446579] INFO -- : checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x I, [2023-03-06T07:24:06.516870 #1446579] INFO -- : checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x I, [2023-03-06T07:24:06.516876 #1446579] INFO -- : checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x I, [2023-03-06T07:24:06.516881 #1446579] INFO -- : checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x I, [2023-03-06T07:24:06.516886 #1446579] INFO -- : checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x I, [2023-03-06T07:24:06.516893 #1446579] INFO -- : checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x I, [2023-03-06T07:24:06.516898 #1446579] INFO -- : checking for WEAK function attribute... __attribute__ ((__weak__)) x I, [2023-03-06T07:24:06.516904 #1446579] INFO -- : checking for __attribute__((__depreacted__(msg))) in C++... no I, [2023-03-06T07:24:06.516909 #1446579] INFO -- : checking for std::nullptr_t... no I, [2023-03-06T07:24:06.516914 #1446579] INFO -- : checking for FUNC_STDCALL function attribute... x I, [2023-03-06T07:24:06.516919 #1446579] INFO -- : checking for FUNC_CDECL function attribute... x I, [2023-03-06T07:24:06.516925 #1446579] INFO -- : checking for FUNC_FASTCALL function attribute... x I, [2023-03-06T07:24:06.517787 #1446579] INFO -- : checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x I, [2023-03-06T07:24:06.517793 #1446579] INFO -- : checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x I, [2023-03-06T07:24:06.517799 #1446579] INFO -- : checking for function alias... alias I, [2023-03-06T07:24:06.517804 #1446579] INFO -- : checking for __atomic builtins... yes I, [2023-03-06T07:24:06.517808 #1446579] INFO -- : checking for __sync builtins... yes I, [2023-03-06T07:24:06.517812 #1446579] INFO -- : checking for __builtin_unreachable... yes I, [2023-03-06T07:24:06.517821 #1446579] INFO -- : checking for __assume... no I, [2023-03-06T07:24:06.517826 #1446579] INFO -- : checking for exported function attribute... __attribute__ ((__visibility__("default"))) I, [2023-03-06T07:24:06.517830 #1446579] INFO -- : checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x I, [2023-03-06T07:24:06.517834 #1446579] INFO -- : checking for function name string predefined identifier... __func__ I, [2023-03-06T07:24:06.517839 #1446579] INFO -- : checking if enum over int is allowed... yes I, [2023-03-06T07:24:06.517843 #1446579] INFO -- : checking for gcc options needed to detect all undeclared functions... none needed I, [2023-03-06T07:24:06.517848 #1446579] INFO -- : checking whether sys_nerr is declared... no I, [2023-03-06T07:24:06.517852 #1446579] INFO -- : checking whether getenv is declared... yes I, [2023-03-06T07:24:06.517857 #1446579] INFO -- : checking for size_t... yes I, [2023-03-06T07:24:06.517863 #1446579] INFO -- : checking size of size_t... 8 I, [2023-03-06T07:24:06.517867 #1446579] INFO -- : checking size of ptrdiff_t... 8 I, [2023-03-06T07:24:06.517872 #1446579] INFO -- : checking size of dev_t... 8 I, [2023-03-06T07:24:06.517877 #1446579] INFO -- : checking for printf prefix for size_t... z I, [2023-03-06T07:24:06.517881 #1446579] INFO -- : checking for printf prefix for ptrdiff_t... t I, [2023-03-06T07:24:09.842852 #1446579] INFO -- : checking for struct stat.st_blksize... yes I, [2023-03-06T07:24:09.842905 #1446579] INFO -- : checking for struct stat.st_blocks... yes I, [2023-03-06T07:24:09.842914 #1446579] INFO -- : checking for struct stat.st_rdev... yes I, [2023-03-06T07:24:09.842928 #1446579] INFO -- : checking size of struct stat.st_size... SIZEOF_OFF_T I, [2023-03-06T07:24:09.842934 #1446579] INFO -- : checking size of struct stat.st_blocks... SIZEOF_OFF_T I, [2023-03-06T07:24:09.842948 #1446579] INFO -- : checking size of struct stat.st_ino... SIZEOF_LONG I, [2023-03-06T07:24:09.842954 #1446579] INFO -- : checking size of struct stat.st_dev... SIZEOF_DEV_T I, [2023-03-06T07:24:09.842959 #1446579] INFO -- : checking size of struct stat.st_rdev... SIZEOF_DEV_T I, [2023-03-06T07:24:09.842967 #1446579] INFO -- : checking for struct stat.st_atim... yes I, [2023-03-06T07:24:09.842973 #1446579] INFO -- : checking for struct stat.st_atimespec... no I, [2023-03-06T07:24:09.842978 #1446579] INFO -- : checking for struct stat.st_atimensec... no I, [2023-03-06T07:24:09.842984 #1446579] INFO -- : checking for struct stat.st_mtim... yes I, [2023-03-06T07:24:09.842989 #1446579] INFO -- : checking for struct stat.st_mtimespec... no I, [2023-03-06T07:24:09.842995 #1446579] INFO -- : checking for struct stat.st_mtimensec... no I, [2023-03-06T07:24:09.843003 #1446579] INFO -- : checking for struct stat.st_ctim... yes I, [2023-03-06T07:24:09.843009 #1446579] INFO -- : checking for struct stat.st_ctimespec... no I, [2023-03-06T07:24:09.843014 #1446579] INFO -- : checking for struct stat.st_ctimensec... no I, [2023-03-06T07:24:09.843019 #1446579] INFO -- : checking for struct stat.st_birthtimespec... no I, [2023-03-06T07:24:09.843025 #1446579] INFO -- : checking for struct statx.stx_btime... yes I, [2023-03-06T07:24:09.843030 #1446579] INFO -- : checking for struct timeval... yes I, [2023-03-06T07:24:09.843036 #1446579] INFO -- : checking size of struct timeval.tv_sec... SIZEOF_TIME_T I, [2023-03-06T07:24:09.843041 #1446579] INFO -- : checking for struct timespec... yes I, [2023-03-06T07:24:09.843047 #1446579] INFO -- : checking for struct timezone... yes I, [2023-03-06T07:24:09.843052 #1446579] INFO -- : checking for fd_mask... yes I, [2023-03-06T07:24:09.843059 #1446579] INFO -- : checking for int8_t... yes I, [2023-03-06T07:24:09.843065 #1446579] INFO -- : checking size of int8_t... 1 I, [2023-03-06T07:24:09.843074 #1446579] INFO -- : checking for uint8_t... yes I, [2023-03-06T07:24:09.843080 #1446579] INFO -- : checking size of uint8_t... 1 I, [2023-03-06T07:24:09.843086 #1446579] INFO -- : checking for int16_t... yes I, [2023-03-06T07:24:09.843092 #1446579] INFO -- : checking size of int16_t... 2 I, [2023-03-06T07:24:09.843098 #1446579] INFO -- : checking for uint16_t... yes I, [2023-03-06T07:24:09.843104 #1446579] INFO -- : checking size of uint16_t... 2 I, [2023-03-06T07:24:09.843109 #1446579] INFO -- : checking for int32_t... yes I, [2023-03-06T07:24:09.843116 #1446579] INFO -- : checking size of int32_t... 4 I, [2023-03-06T07:24:09.843122 #1446579] INFO -- : checking for uint32_t... yes I, [2023-03-06T07:24:09.843128 #1446579] INFO -- : checking size of uint32_t... 4 I, [2023-03-06T07:24:09.843133 #1446579] INFO -- : checking for int64_t... yes I, [2023-03-06T07:24:09.843139 #1446579] INFO -- : checking size of int64_t... 8 I, [2023-03-06T07:24:09.843144 #1446579] INFO -- : checking for uint64_t... yes I, [2023-03-06T07:24:09.843149 #1446579] INFO -- : checking size of uint64_t... 8 I, [2023-03-06T07:24:09.843155 #1446579] INFO -- : checking for int128_t... __int128 I, [2023-03-06T07:24:09.843162 #1446579] INFO -- : checking for uint128_t... unsigned __int128 I, [2023-03-06T07:24:09.843171 #1446579] INFO -- : checking for intptr_t... yes I, [2023-03-06T07:24:09.843184 #1446579] INFO -- : checking size of intptr_t... 8 I, [2023-03-06T07:24:09.843192 #1446579] INFO -- : checking for uintptr_t... yes I, [2023-03-06T07:24:09.843198 #1446579] INFO -- : checking size of uintptr_t... 8 I, [2023-03-06T07:24:09.843204 #1446579] INFO -- : checking for printf prefix for intptr_t... NONE I, [2023-03-06T07:24:09.843209 #1446579] INFO -- : checking for ssize_t... yes I, [2023-03-06T07:24:09.843215 #1446579] INFO -- : checking size of ssize_t... 8 I, [2023-03-06T07:24:09.843224 #1446579] INFO -- : checking for printf prefix for int64_t... NONE I, [2023-03-06T07:24:09.843231 #1446579] INFO -- : checking for stack end address... __libc_stack_end I, [2023-03-06T07:24:09.843237 #1446579] INFO -- : checking for grep that handles long lines and -e... /usr/bin/grep I, [2023-03-06T07:24:09.843243 #1446579] INFO -- : checking for egrep... /usr/bin/grep -E I, [2023-03-06T07:24:09.843251 #1446579] INFO -- : checking type of array argument to getgroups... gid_t I, [2023-03-06T07:24:09.843257 #1446579] INFO -- : checking for working alloca.h... yes I, [2023-03-06T07:24:09.843263 #1446579] INFO -- : checking for alloca... yes I, [2023-03-06T07:24:09.843268 #1446579] INFO -- : checking for dynamic size alloca... ok I, [2023-03-06T07:24:09.843274 #1446579] INFO -- : checking for working memcmp... yes I, [2023-03-06T07:24:09.843280 #1446579] INFO -- : checking for dup... yes I, [2023-03-06T07:24:09.843285 #1446579] INFO -- : checking for dup2... yes I, [2023-03-06T07:24:09.843291 #1446579] INFO -- : checking for acosh... yes I, [2023-03-06T07:24:09.843297 #1446579] INFO -- : checking for cbrt... yes I, [2023-03-06T07:24:09.843303 #1446579] INFO -- : checking for crypt... yes I, [2023-03-06T07:24:09.843310 #1446579] INFO -- : checking for erf... yes I, [2023-03-06T07:24:09.843316 #1446579] INFO -- : checking for explicit_bzero... yes I, [2023-03-06T07:24:09.843322 #1446579] INFO -- : checking for ffs... yes I, [2023-03-06T07:24:09.843328 #1446579] INFO -- : checking for flock... yes I, [2023-03-06T07:24:09.843334 #1446579] INFO -- : checking for hypot... yes I, [2023-03-06T07:24:09.843340 #1446579] INFO -- : checking for lgamma_r... yes I, [2023-03-06T07:24:09.843345 #1446579] INFO -- : checking for memmove... yes I, [2023-03-06T07:24:09.843350 #1446579] INFO -- : checking for nan... yes I, [2023-03-06T07:24:09.843356 #1446579] INFO -- : checking for nextafter... yes I, [2023-03-06T07:24:09.843361 #1446579] INFO -- : checking for setproctitle... no I, [2023-03-06T07:24:09.843369 #1446579] INFO -- : checking for strchr... yes I, [2023-03-06T07:24:09.843375 #1446579] INFO -- : checking for strerror... yes I, [2023-03-06T07:24:09.843381 #1446579] INFO -- : checking for strlcat... no I, [2023-03-06T07:24:09.843386 #1446579] INFO -- : checking for strlcpy... no I, [2023-03-06T07:24:09.843392 #1446579] INFO -- : checking for strstr... yes I, [2023-03-06T07:24:09.843399 #1446579] INFO -- : checking for tgamma... yes I, [2023-03-06T07:24:09.843404 #1446579] INFO -- : checking for sys/pstat.h... no I, [2023-03-06T07:24:09.843409 #1446579] INFO -- : checking for fork... yes I, [2023-03-06T07:24:09.843415 #1446579] INFO -- : checking for vfork... yes I, [2023-03-06T07:24:09.843420 #1446579] INFO -- : checking for working fork... yes I, [2023-03-06T07:24:09.843427 #1446579] INFO -- : checking for __syscall... no I, [2023-03-06T07:24:09.843433 #1446579] INFO -- : checking for _longjmp... yes I, [2023-03-06T07:24:09.843438 #1446579] INFO -- : checking for arc4random_buf... no I, [2023-03-06T07:24:09.843444 #1446579] INFO -- : checking for atan2l... yes I, [2023-03-06T07:24:09.843450 #1446579] INFO -- : checking for atan2f... yes I, [2023-03-06T07:24:09.843456 #1446579] INFO -- : checking for chmod... yes I, [2023-03-06T07:24:09.843462 #1446579] INFO -- : checking for chown... yes I, [2023-03-06T07:24:09.843468 #1446579] INFO -- : checking for chroot... yes I, [2023-03-06T07:24:09.843474 #1446579] INFO -- : checking for chsize... no I, [2023-03-06T07:24:09.843479 #1446579] INFO -- : checking for clock_gettime... yes I, [2023-03-06T07:24:09.843487 #1446579] INFO -- : checking for copy_file_range... yes I, [2023-03-06T07:24:09.843492 #1446579] INFO -- : checking for cosh... yes I, [2023-03-06T07:24:09.843498 #1446579] INFO -- : checking for crypt_r... yes I, [2023-03-06T07:24:09.843504 #1446579] INFO -- : checking for dirfd... yes I, [2023-03-06T07:24:09.843509 #1446579] INFO -- : checking for dl_iterate_phdr... yes I, [2023-03-06T07:24:09.843517 #1446579] INFO -- : checking for dlopen... yes I, [2023-03-06T07:24:09.843523 #1446579] INFO -- : checking for dladdr... yes I, [2023-03-06T07:24:09.843529 #1446579] INFO -- : checking for dup3... yes I, [2023-03-06T07:24:09.843535 #1446579] INFO -- : checking for eaccess... yes I, [2023-03-06T07:24:09.843540 #1446579] INFO -- : checking for endgrent... yes I, [2023-03-06T07:24:09.843547 #1446579] INFO -- : checking for eventfd... yes I, [2023-03-06T07:24:09.843553 #1446579] INFO -- : checking for execl... yes I, [2023-03-06T07:24:09.843559 #1446579] INFO -- : checking for execle... yes I, [2023-03-06T07:24:09.843564 #1446579] INFO -- : checking for execv... yes I, [2023-03-06T07:24:09.843570 #1446579] INFO -- : checking for execve... yes I, [2023-03-06T07:24:09.843575 #1446579] INFO -- : checking for explicit_memset... no I, [2023-03-06T07:24:09.843580 #1446579] INFO -- : checking for fcopyfile... no I, [2023-03-06T07:24:09.843586 #1446579] INFO -- : checking for fchmod... yes I, [2023-03-06T07:24:09.843591 #1446579] INFO -- : checking for fchown... yes I, [2023-03-06T07:24:09.843600 #1446579] INFO -- : checking for fcntl... yes I, [2023-03-06T07:24:09.843606 #1446579] INFO -- : checking for fdatasync... yes I, [2023-03-06T07:24:09.843614 #1446579] INFO -- : checking for fdopendir... yes I, [2023-03-06T07:24:09.843620 #1446579] INFO -- : checking for fgetattrlist... no I, [2023-03-06T07:24:09.843626 #1446579] INFO -- : checking for fmod... yes I, [2023-03-06T07:24:09.843631 #1446579] INFO -- : checking for fstatat... yes I, [2023-03-06T07:24:09.843638 #1446579] INFO -- : checking for fsync... yes I, [2023-03-06T07:24:09.843643 #1446579] INFO -- : checking for ftruncate... yes I, [2023-03-06T07:24:09.843649 #1446579] INFO -- : checking for ftruncate64... yes I, [2023-03-06T07:24:09.843654 #1446579] INFO -- : checking for getattrlist... no I, [2023-03-06T07:24:09.843661 #1446579] INFO -- : checking for getcwd... yes I, [2023-03-06T07:24:09.843667 #1446579] INFO -- : checking for getegid... yes I, [2023-03-06T07:24:09.843673 #1446579] INFO -- : checking for getentropy... yes I, [2023-03-06T07:24:13.058839 #1446579] INFO -- : checking for geteuid... yes I, [2023-03-06T07:24:13.058892 #1446579] INFO -- : checking for getgid... yes I, [2023-03-06T07:24:13.058910 #1446579] INFO -- : checking for getgidx... no I, [2023-03-06T07:24:13.058918 #1446579] INFO -- : checking for getgrnam... yes I, [2023-03-06T07:24:13.058924 #1446579] INFO -- : checking for getgrnam_r... yes I, [2023-03-06T07:24:13.058929 #1446579] INFO -- : checking for getgroups... yes I, [2023-03-06T07:24:13.058935 #1446579] INFO -- : checking for getlogin... yes I, [2023-03-06T07:24:13.058947 #1446579] INFO -- : checking for getlogin_r... yes I, [2023-03-06T07:24:13.058953 #1446579] INFO -- : checking for getpgid... yes I, [2023-03-06T07:24:13.058960 #1446579] INFO -- : checking for getpgrp... yes I, [2023-03-06T07:24:13.058965 #1446579] INFO -- : checking for getppid... yes I, [2023-03-06T07:24:13.058970 #1446579] INFO -- : checking for getpriority... yes I, [2023-03-06T07:24:13.058977 #1446579] INFO -- : checking for getpwnam... yes I, [2023-03-06T07:24:13.058983 #1446579] INFO -- : checking for getpwnam_r... yes I, [2023-03-06T07:24:13.058989 #1446579] INFO -- : checking for getpwuid... yes I, [2023-03-06T07:24:13.058994 #1446579] INFO -- : checking for getpwuid_r... yes I, [2023-03-06T07:24:13.058999 #1446579] INFO -- : checking for getrandom... yes I, [2023-03-06T07:24:13.059007 #1446579] INFO -- : checking for getresgid... yes I, [2023-03-06T07:24:13.059013 #1446579] INFO -- : checking for getresuid... yes I, [2023-03-06T07:24:13.059019 #1446579] INFO -- : checking for getrlimit... yes I, [2023-03-06T07:24:13.059025 #1446579] INFO -- : checking for getsid... yes I, [2023-03-06T07:24:13.059031 #1446579] INFO -- : checking for gettimeofday... yes I, [2023-03-06T07:24:13.059037 #1446579] INFO -- : checking for getuid... yes I, [2023-03-06T07:24:13.059043 #1446579] INFO -- : checking for getuidx... no I, [2023-03-06T07:24:13.059054 #1446579] INFO -- : checking for gmtime_r... yes I, [2023-03-06T07:24:13.059061 #1446579] INFO -- : checking for grantpt... yes I, [2023-03-06T07:24:13.059066 #1446579] INFO -- : checking for initgroups... yes I, [2023-03-06T07:24:13.059079 #1446579] INFO -- : checking for ioctl... yes I, [2023-03-06T07:24:13.059085 #1446579] INFO -- : checking for isfinite... no I, [2023-03-06T07:24:13.059092 #1446579] INFO -- : checking for issetugid... no I, [2023-03-06T07:24:13.059098 #1446579] INFO -- : checking for kill... yes I, [2023-03-06T07:24:13.059104 #1446579] INFO -- : checking for killpg... yes I, [2023-03-06T07:24:13.059110 #1446579] INFO -- : checking for lchmod... yes I, [2023-03-06T07:24:13.059116 #1446579] INFO -- : checking for lchown... yes I, [2023-03-06T07:24:13.059123 #1446579] INFO -- : checking for link... yes I, [2023-03-06T07:24:13.059132 #1446579] INFO -- : checking for llabs... yes I, [2023-03-06T07:24:13.059140 #1446579] INFO -- : checking for lockf... yes I, [2023-03-06T07:24:13.059148 #1446579] INFO -- : checking for log2... yes I, [2023-03-06T07:24:13.059154 #1446579] INFO -- : checking for lstat... yes I, [2023-03-06T07:24:13.059159 #1446579] INFO -- : checking for lutimes... yes I, [2023-03-06T07:24:13.059166 #1446579] INFO -- : checking for malloc_usable_size... yes I, [2023-03-06T07:24:13.059171 #1446579] INFO -- : checking for malloc_size... no I, [2023-03-06T07:24:13.059177 #1446579] INFO -- : checking for mblen... yes I, [2023-03-06T07:24:13.059183 #1446579] INFO -- : checking for memalign... yes I, [2023-03-06T07:24:13.059189 #1446579] INFO -- : checking for memset_s... no I, [2023-03-06T07:24:13.059194 #1446579] INFO -- : checking for writev... yes I, [2023-03-06T07:24:13.059200 #1446579] INFO -- : checking for memrchr... yes I, [2023-03-06T07:24:13.059208 #1446579] INFO -- : checking for memmem... yes I, [2023-03-06T07:24:13.059214 #1446579] INFO -- : checking for mkfifo... yes I, [2023-03-06T07:24:13.059219 #1446579] INFO -- : checking for mknod... yes I, [2023-03-06T07:24:13.059226 #1446579] INFO -- : checking for mktime... yes I, [2023-03-06T07:24:13.059232 #1446579] INFO -- : checking for mmap... yes I, [2023-03-06T07:24:13.059237 #1446579] INFO -- : checking for mremap... yes I, [2023-03-06T07:24:13.059243 #1446579] INFO -- : checking for openat... yes I, [2023-03-06T07:24:13.059248 #1446579] INFO -- : checking for pclose... yes I, [2023-03-06T07:24:13.059253 #1446579] INFO -- : checking for pipe... yes I, [2023-03-06T07:24:13.059261 #1446579] INFO -- : checking for pipe2... yes I, [2023-03-06T07:24:13.059267 #1446579] INFO -- : checking for poll... yes I, [2023-03-06T07:24:13.059272 #1446579] INFO -- : checking for popen... yes I, [2023-03-06T07:24:13.059277 #1446579] INFO -- : checking for posix_fadvise... yes I, [2023-03-06T07:24:13.059283 #1446579] INFO -- : checking for posix_madvise... yes I, [2023-03-06T07:24:13.059289 #1446579] INFO -- : checking for posix_memalign... yes I, [2023-03-06T07:24:13.059296 #1446579] INFO -- : checking for ppoll... yes I, [2023-03-06T07:24:13.059303 #1446579] INFO -- : checking for pread... yes I, [2023-03-06T07:24:13.059308 #1446579] INFO -- : checking for pwrite... yes I, [2023-03-06T07:24:13.059314 #1446579] INFO -- : checking for qsort_r... yes I, [2023-03-06T07:24:13.059321 #1446579] INFO -- : checking for qsort_s... no I, [2023-03-06T07:24:13.059328 #1446579] INFO -- : checking for readlink... yes I, [2023-03-06T07:24:13.059333 #1446579] INFO -- : checking for realpath... yes I, [2023-03-06T07:24:13.059339 #1446579] INFO -- : checking for round... yes I, [2023-03-06T07:24:13.059344 #1446579] INFO -- : checking for sched_getaffinity... yes I, [2023-03-06T07:24:13.059353 #1446579] INFO -- : checking for seekdir... yes I, [2023-03-06T07:24:13.059362 #1446579] INFO -- : checking for select_large_fdset... no I, [2023-03-06T07:24:13.059368 #1446579] INFO -- : checking for sendfile... yes I, [2023-03-06T07:24:13.059374 #1446579] INFO -- : checking for setegid... yes I, [2023-03-06T07:24:13.059382 #1446579] INFO -- : checking for setenv... yes I, [2023-03-06T07:24:13.059391 #1446579] INFO -- : checking for seteuid... yes I, [2023-03-06T07:24:13.059397 #1446579] INFO -- : checking for setgid... yes I, [2023-03-06T07:24:13.059403 #1446579] INFO -- : checking for setgroups... yes I, [2023-03-06T07:24:13.059409 #1446579] INFO -- : checking for setpgid... yes I, [2023-03-06T07:24:13.059415 #1446579] INFO -- : checking for setpgrp... yes I, [2023-03-06T07:24:13.059421 #1446579] INFO -- : checking for setregid... yes I, [2023-03-06T07:24:13.059428 #1446579] INFO -- : checking for setresgid... yes I, [2023-03-06T07:24:13.059433 #1446579] INFO -- : checking for setresuid... yes I, [2023-03-06T07:24:13.059440 #1446579] INFO -- : checking for setreuid... yes I, [2023-03-06T07:24:13.059447 #1446579] INFO -- : checking for setrgid... no I, [2023-03-06T07:24:13.059456 #1446579] INFO -- : checking for setrlimit... yes I, [2023-03-06T07:24:13.059462 #1446579] INFO -- : checking for setruid... no I, [2023-03-06T07:24:13.059468 #1446579] INFO -- : checking for setsid... yes I, [2023-03-06T07:24:13.059475 #1446579] INFO -- : checking for setuid... yes I, [2023-03-06T07:24:13.059480 #1446579] INFO -- : checking for shutdown... yes I, [2023-03-06T07:24:13.059487 #1446579] INFO -- : checking for sigaction... yes I, [2023-03-06T07:24:13.059593 #1446579] INFO -- : checking for sigaltstack... yes I, [2023-03-06T07:24:13.059601 #1446579] INFO -- : checking for sigprocmask... yes I, [2023-03-06T07:24:13.059606 #1446579] INFO -- : checking for sinh... yes I, [2023-03-06T07:24:13.059612 #1446579] INFO -- : checking for spawnv... no I, [2023-03-06T07:24:13.059617 #1446579] INFO -- : checking for symlink... yes I, [2023-03-06T07:24:13.059622 #1446579] INFO -- : checking for syscall... yes I, [2023-03-06T07:24:13.059628 #1446579] INFO -- : checking for sysconf... yes I, [2023-03-06T07:24:13.059633 #1446579] INFO -- : checking for system... yes I, [2023-03-06T07:24:13.059639 #1446579] INFO -- : checking for tanh... yes I, [2023-03-06T07:24:13.059644 #1446579] INFO -- : checking for telldir... yes I, [2023-03-06T07:24:13.059650 #1446579] INFO -- : checking for timegm... yes I, [2023-03-06T07:24:13.059656 #1446579] INFO -- : checking for times... yes I, [2023-03-06T07:24:13.059661 #1446579] INFO -- : checking for truncate... yes I, [2023-03-06T07:24:13.059666 #1446579] INFO -- : checking for truncate64... yes I, [2023-03-06T07:24:13.059672 #1446579] INFO -- : checking for tzset... yes I, [2023-03-06T07:24:13.059677 #1446579] INFO -- : checking for umask... yes I, [2023-03-06T07:24:13.059685 #1446579] INFO -- : checking for unsetenv... yes I, [2023-03-06T07:24:13.059691 #1446579] INFO -- : checking for utimensat... yes I, [2023-03-06T07:24:13.059696 #1446579] INFO -- : checking for utimes... yes I, [2023-03-06T07:24:13.059700 #1446579] INFO -- : checking for wait4... yes I, [2023-03-06T07:24:13.059705 #1446579] INFO -- : checking for waitpid... yes I, [2023-03-06T07:24:13.059709 #1446579] INFO -- : checking for __cospi... no I, [2023-03-06T07:24:13.059713 #1446579] INFO -- : checking for __sinpi... no I, [2023-03-06T07:24:13.059717 #1446579] INFO -- : checking for statx... yes I, [2023-03-06T07:24:13.059722 #1446579] INFO -- : checking if getcwd allocates buffer if NULL is given... yes I, [2023-03-06T07:24:13.059726 #1446579] INFO -- : checking for crypt.h... yes I, [2023-03-06T07:24:13.059732 #1446579] INFO -- : checking for struct crypt_data.initialized... yes I, [2023-03-06T07:24:13.059737 #1446579] INFO -- : checking for __builtin_alloca_with_align... yes I, [2023-03-06T07:24:13.059741 #1446579] INFO -- : checking for __builtin_assume_aligned... yes I, [2023-03-06T07:24:13.059745 #1446579] INFO -- : checking for __builtin_bswap16... yes I, [2023-03-06T07:24:13.059749 #1446579] INFO -- : checking for __builtin_bswap32... yes I, [2023-03-06T07:24:13.059754 #1446579] INFO -- : checking for __builtin_bswap64... yes I, [2023-03-06T07:24:13.059758 #1446579] INFO -- : checking for __builtin_popcount... yes I, [2023-03-06T07:24:13.059765 #1446579] INFO -- : checking for __builtin_popcountll... yes I, [2023-03-06T07:24:13.059769 #1446579] INFO -- : checking for __builtin_clz... yes I, [2023-03-06T07:24:13.059773 #1446579] INFO -- : checking for __builtin_clzl... yes I, [2023-03-06T07:24:13.059781 #1446579] INFO -- : checking for __builtin_clzll... yes I, [2023-03-06T07:24:13.059786 #1446579] INFO -- : checking for __builtin_ctz... yes I, [2023-03-06T07:24:13.059790 #1446579] INFO -- : checking for __builtin_ctzll... yes I, [2023-03-06T07:24:13.059794 #1446579] INFO -- : checking for __builtin_add_overflow... yes I, [2023-03-06T07:24:13.059799 #1446579] INFO -- : checking for __builtin_sub_overflow... yes I, [2023-03-06T07:24:13.059803 #1446579] INFO -- : checking for __builtin_mul_overflow... yes I, [2023-03-06T07:24:13.059807 #1446579] INFO -- : checking for __builtin_mul_overflow_p... yes E, [2023-03-06T07:24:15.531669 #1446579] ERROR -- : In file included from conftest.c:4: E, [2023-03-06T07:24:15.531719 #1446579] ERROR -- : /tmp/ruby/src/trunk/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant E, [2023-03-06T07:24:15.531731 #1446579] ERROR -- : 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 E, [2023-03-06T07:24:15.531744 #1446579] ERROR -- : | ^~ E, [2023-03-06T07:24:15.531751 #1446579] ERROR -- : /tmp/ruby/src/trunk/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' E, [2023-03-06T07:24:15.531757 #1446579] ERROR -- : 23 | #define TOKEN_PASTE(x,y) x##y E, [2023-03-06T07:24:15.531762 #1446579] ERROR -- : | ^ E, [2023-03-06T07:24:15.531768 #1446579] ERROR -- : /tmp/ruby/src/trunk/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' E, [2023-03-06T07:24:15.531773 #1446579] ERROR -- : 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) E, [2023-03-06T07:24:15.531779 #1446579] ERROR -- : | ^~~~~~~~~~~~~~ E, [2023-03-06T07:24:15.531784 #1446579] ERROR -- : /tmp/ruby/src/trunk/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant E, [2023-03-06T07:24:15.531790 #1446579] ERROR -- : 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 E, [2023-03-06T07:24:15.531796 #1446579] ERROR -- : | ^~ E, [2023-03-06T07:24:15.531802 #1446579] ERROR -- : /tmp/ruby/src/trunk/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' E, [2023-03-06T07:24:15.531808 #1446579] ERROR -- : 23 | #define TOKEN_PASTE(x,y) x##y E, [2023-03-06T07:24:15.531816 #1446579] ERROR -- : | ^ E, [2023-03-06T07:24:15.531822 #1446579] ERROR -- : /tmp/ruby/src/trunk/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' E, [2023-03-06T07:24:15.531828 #1446579] ERROR -- : 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) E, [2023-03-06T07:24:15.531833 #1446579] ERROR -- : | ^~~~~~~~~~~~~~ I, [2023-03-06T07:24:15.801699 #1446579] INFO -- : checking for __builtin_constant_p... yes I, [2023-03-06T07:24:15.801750 #1446579] INFO -- : checking for __builtin_choose_expr... yes I, [2023-03-06T07:24:15.801768 #1446579] INFO -- : checking for __builtin_choose_expr_constant_p... yes I, [2023-03-06T07:24:15.801775 #1446579] INFO -- : checking for __builtin_types_compatible_p... yes I, [2023-03-06T07:24:15.801782 #1446579] INFO -- : checking for __builtin_trap... yes I, [2023-03-06T07:24:15.801788 #1446579] INFO -- : checking for __builtin_expect... yes I, [2023-03-06T07:24:15.801794 #1446579] INFO -- : checking whether qsort_r is GNU version... yes I, [2023-03-06T07:24:15.801800 #1446579] INFO -- : checking whether qsort_r is BSD version... no I, [2023-03-06T07:24:15.801806 #1446579] INFO -- : checking whether atan2 handles Inf as C99... yes I, [2023-03-06T07:24:15.801811 #1446579] INFO -- : checking for clock_getres... yes I, [2023-03-06T07:24:15.801817 #1446579] INFO -- : checking for timer_create in -lrt... yes I, [2023-03-06T07:24:15.801825 #1446579] INFO -- : checking for timer_settime in -lrt... yes I, [2023-03-06T07:24:15.801837 #1446579] INFO -- : checking for unsetenv returns a value... yes I, [2023-03-06T07:24:15.801844 #1446579] INFO -- : checking whether struct tm is in sys/time.h or time.h... time.h I, [2023-03-06T07:24:15.801850 #1446579] INFO -- : checking for struct tm.tm_zone... yes I, [2023-03-06T07:24:15.801855 #1446579] INFO -- : checking for struct tm.tm_gmtoff... yes I, [2023-03-06T07:24:15.801861 #1446579] INFO -- : checking for external int daylight... yes I, [2023-03-06T07:24:15.801866 #1446579] INFO -- : checking for negative time_t for gmtime(3)... yes I, [2023-03-06T07:24:15.801872 #1446579] INFO -- : checking for localtime(3) overflow correctly... yes I, [2023-03-06T07:24:15.801877 #1446579] INFO -- : checking for sig_t... yes I, [2023-03-06T07:24:15.801883 #1446579] INFO -- : checking whether right shift preserve sign bit... yes I, [2023-03-06T07:24:15.801892 #1446579] INFO -- : checking whether _SC_CLK_TCK is supported... yes I, [2023-03-06T07:24:15.801897 #1446579] INFO -- : checking stack growing direction on x86_64... -1 I, [2023-03-06T07:24:15.801904 #1446579] INFO -- : checking native coroutine implementation for x86_64-linux... amd64 I, [2023-03-06T07:24:15.801910 #1446579] INFO -- : checking whether pthread_t is scalar type... yes I, [2023-03-06T07:24:15.801915 #1446579] INFO -- : checking for sched_yield... yes I, [2023-03-06T07:24:15.801921 #1446579] INFO -- : checking for pthread_attr_setinheritsched... yes I, [2023-03-06T07:24:15.801927 #1446579] INFO -- : checking for pthread_attr_get_np... no I, [2023-03-06T07:24:15.801933 #1446579] INFO -- : checking for pthread_attr_getstack... yes I, [2023-03-06T07:24:15.801939 #1446579] INFO -- : checking for pthread_attr_getguardsize... yes I, [2023-03-06T07:24:15.801947 #1446579] INFO -- : checking for pthread_get_stackaddr_np... no I, [2023-03-06T07:24:15.801953 #1446579] INFO -- : checking for pthread_get_stacksize_np... no I, [2023-03-06T07:24:15.801958 #1446579] INFO -- : checking for thr_stksegment... no I, [2023-03-06T07:24:15.801964 #1446579] INFO -- : checking for pthread_stackseg_np... no I, [2023-03-06T07:24:15.801972 #1446579] INFO -- : checking for pthread_getthrds_np... no I, [2023-03-06T07:24:15.801979 #1446579] INFO -- : checking for pthread_condattr_setclock... yes I, [2023-03-06T07:24:15.801984 #1446579] INFO -- : checking for pthread_setname_np... yes I, [2023-03-06T07:24:15.801990 #1446579] INFO -- : checking for pthread_set_name_np... no I, [2023-03-06T07:24:15.801995 #1446579] INFO -- : checking for pthread_sigmask... yes I, [2023-03-06T07:24:15.802001 #1446579] INFO -- : checking for pthread_getattr_np... yes I, [2023-03-06T07:24:15.802009 #1446579] INFO -- : checking arguments of pthread_setname_np... (pthread_self(), name) I, [2023-03-06T07:24:15.802014 #1446579] INFO -- : checking if mcontext_t is a pointer... no I, [2023-03-06T07:24:15.802020 #1446579] INFO -- : checking for getcontext... yes I, [2023-03-06T07:24:15.802025 #1446579] INFO -- : checking for setcontext... yes I, [2023-03-06T07:24:15.802031 #1446579] INFO -- : checking if fork works with pthread... yes I, [2023-03-06T07:24:15.802037 #1446579] INFO -- : checking for sys/user.h... yes I, [2023-03-06T07:24:15.802042 #1446579] INFO -- : checking whether PAGE_SIZE is compile-time const... yes I, [2023-03-06T07:24:15.802047 #1446579] INFO -- : checking ioctl request type... unsigned long I, [2023-03-06T07:24:15.802053 #1446579] INFO -- : checking for elf.h... yes I, [2023-03-06T07:24:15.802058 #1446579] INFO -- : checking for elf_abi.h... no I, [2023-03-06T07:24:15.802066 #1446579] INFO -- : checking for uncompress in -lz... yes I, [2023-03-06T07:24:15.802072 #1446579] INFO -- : checking for mach-o/loader.h... no I, [2023-03-06T07:24:15.802077 #1446579] INFO -- : checking whether OS depend dynamic link works... yes I, [2023-03-06T07:24:15.802083 #1446579] INFO -- : checking for backtrace... yes I, [2023-03-06T07:24:15.802090 #1446579] INFO -- : checking for broken backtrace... no I, [2023-03-06T07:24:15.802105 #1446579] INFO -- : checking for valgrind/memcheck.h... yes I, [2023-03-06T07:24:15.802111 #1446579] INFO -- : checking for strip flags... -S -x I, [2023-03-06T07:24:15.802117 #1446579] INFO -- : checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes I, [2023-03-06T07:24:15.802123 #1446579] INFO -- : checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes I, [2023-03-06T07:24:15.802131 #1446579] INFO -- : checking whether wrapper for LD_LIBRARY_PATH is needed... no I, [2023-03-06T07:24:15.802137 #1446579] INFO -- : checking whether dtrace USDT is available... no I, [2023-03-06T07:24:15.802142 #1446579] INFO -- : checking for __builtin_setjmp... yes with cast () I, [2023-03-06T07:24:15.802148 #1446579] INFO -- : checking for _setjmpex as a macro or function... no I, [2023-03-06T07:24:15.802153 #1446579] INFO -- : checking for _setjmp as a macro or function... yes I, [2023-03-06T07:24:15.802159 #1446579] INFO -- : checking for sigsetjmp as a macro or function... no I, [2023-03-06T07:24:15.802165 #1446579] INFO -- : checking for setjmp type... __builtin_setjmp I, [2023-03-06T07:24:15.802170 #1446579] INFO -- : checking for rustc... rustc I, [2023-03-06T07:24:15.802176 #1446579] INFO -- : checking whether rustc works for YJIT... yes I, [2023-03-06T07:24:15.802183 #1446579] INFO -- : checking for cs_disasm in -lcapstone... no I, [2023-03-06T07:24:15.802189 #1446579] INFO -- : checking for prefix of external symbols... NONE I, [2023-03-06T07:24:15.802194 #1446579] INFO -- : checking if make is GNU make... yes I, [2023-03-06T07:24:15.802200 #1446579] INFO -- : .ext/include/x86_64-linux/ruby/config.h unchanged I, [2023-03-06T07:24:15.802205 #1446579] INFO -- : configure: ruby library version = 3.3.0+0 I, [2023-03-06T07:24:15.802210 #1446579] INFO -- : configure: creating ./config.status I, [2023-03-06T07:24:15.802216 #1446579] INFO -- : --- I, [2023-03-06T07:24:15.802222 #1446579] INFO -- : Configuration summary for ruby version 3.3.0 I, [2023-03-06T07:24:15.802228 #1446579] INFO -- : I, [2023-03-06T07:24:15.802234 #1446579] INFO -- : * Installation prefix: /tmp/ruby/install/trunk I, [2023-03-06T07:24:15.802241 #1446579] INFO -- : * exec prefix: ${prefix} I, [2023-03-06T07:24:15.802247 #1446579] INFO -- : * arch: x86_64-linux I, [2023-03-06T07:24:15.802253 #1446579] INFO -- : * site arch: ${arch} I, [2023-03-06T07:24:15.802258 #1446579] INFO -- : * RUBY_BASE_NAME: ruby I, [2023-03-06T07:24:15.802264 #1446579] INFO -- : * enable shared: yes I, [2023-03-06T07:24:15.802270 #1446579] INFO -- : * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME} I, [2023-03-06T07:24:15.802275 #1446579] INFO -- : * site libraries path: ${rubylibprefix}/${sitearch} I, [2023-03-06T07:24:15.802280 #1446579] INFO -- : * vendor path: ${rubylibprefix}/vendor_ruby I, [2023-03-06T07:24:15.802286 #1446579] INFO -- : * target OS: linux I, [2023-03-06T07:24:15.802291 #1446579] INFO -- : * compiler: gcc I, [2023-03-06T07:24:15.802299 #1446579] INFO -- : * with thread: pthread I, [2023-03-06T07:24:15.802304 #1446579] INFO -- : * with coroutine: amd64 I, [2023-03-06T07:24:15.802310 #1446579] INFO -- : * enable shared libs: yes I, [2023-03-06T07:24:15.802315 #1446579] INFO -- : * dynamic library ext: so I, [2023-03-06T07:24:15.802321 #1446579] INFO -- : * CFLAGS: ${optflags} ${debugflags} ${warnflags} I, [2023-03-06T07:24:15.802327 #1446579] INFO -- : * LDFLAGS: -L. -fstack-protector-strong -rdynamic \ I, [2023-03-06T07:24:15.802333 #1446579] INFO -- : -Wl,-export-dynamic -Wl,--no-as-needed I, [2023-03-06T07:24:15.802339 #1446579] INFO -- : * DLDFLAGS: -Wl,--compress-debug-sections=zlib I, [2023-03-06T07:24:15.844259 #1446579] INFO -- : * optflags: -O3 -fno-fast-math I, [2023-03-06T07:24:15.844330 #1446579] INFO -- : * debugflags: -ggdb3 I, [2023-03-06T07:24:15.844346 #1446579] INFO -- : * warnflags: -Wall -Wextra -Wdeprecated-declarations \ I, [2023-03-06T07:24:15.844354 #1446579] INFO -- : -Wdiv-by-zero -Wduplicated-cond \ I, [2023-03-06T07:24:15.844361 #1446579] INFO -- : -Wimplicit-function-declaration -Wimplicit-int \ I, [2023-03-06T07:24:15.844367 #1446579] INFO -- : -Wmisleading-indentation -Wpointer-arith \ I, [2023-03-06T07:24:15.844374 #1446579] INFO -- : -Wwrite-strings -Wold-style-definition \ I, [2023-03-06T07:24:15.844379 #1446579] INFO -- : -Wimplicit-fallthrough=0 -Wmissing-noreturn \ I, [2023-03-06T07:24:15.844385 #1446579] INFO -- : -Wno-cast-function-type \ I, [2023-03-06T07:24:15.844391 #1446579] INFO -- : -Wno-constant-logical-operand -Wno-long-long \ I, [2023-03-06T07:24:15.844414 #1446579] INFO -- : -Wno-missing-field-initializers \ I, [2023-03-06T07:24:15.844420 #1446579] INFO -- : -Wno-overlength-strings \ I, [2023-03-06T07:24:15.844426 #1446579] INFO -- : -Wno-packed-bitfield-compat \ I, [2023-03-06T07:24:15.844431 #1446579] INFO -- : -Wno-parentheses-equality -Wno-self-assign \ I, [2023-03-06T07:24:15.844437 #1446579] INFO -- : -Wno-tautological-compare -Wno-unused-parameter \ I, [2023-03-06T07:24:15.844443 #1446579] INFO -- : -Wno-unused-value -Wsuggest-attribute=format \ I, [2023-03-06T07:24:15.844455 #1446579] INFO -- : -Wsuggest-attribute=noreturn -Wunused-variable \ I, [2023-03-06T07:24:15.844470 #1446579] INFO -- : -Wundef I, [2023-03-06T07:24:15.844486 #1446579] INFO -- : * strip command: strip -S -x I, [2023-03-06T07:24:15.844496 #1446579] INFO -- : * install doc: no I, [2023-03-06T07:24:15.844506 #1446579] INFO -- : * MJIT support: yes I, [2023-03-06T07:24:15.844515 #1446579] INFO -- : * YJIT support: yes I, [2023-03-06T07:24:15.844524 #1446579] INFO -- : * man page type: doc I, [2023-03-06T07:24:15.844533 #1446579] INFO -- : * BASERUBY -v: ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) \ I, [2023-03-06T07:24:15.844545 #1446579] INFO -- : [x86_64-linux-gnu] I, [2023-03-06T07:24:15.844557 #1446579] INFO -- : I, [2023-03-06T07:24:15.844569 #1446579] INFO -- : --- I, [2023-03-06T07:24:15.845438 #1446579] INFO -- : MAKE=make /bin/sh ./config.status Makefile I, [2023-03-06T07:24:15.845574 #1446579] INFO -- : MAKE=make /bin/sh ./config.status GNUmakefile I, [2023-03-06T07:24:15.855009 #1446579] INFO -- : config.status: creating Makefile I, [2023-03-06T07:24:15.855047 #1446579] INFO -- : config.status: creating GNUmakefile I, [2023-03-06T07:24:15.858705 #1446579] INFO -- : GNUmakefile unchanged I, [2023-03-06T07:24:15.934769 #1446579] INFO -- : generating /tmp/ruby/src/trunk/lib/ruby_vm/mjit/instruction.rb I, [2023-03-06T07:24:15.936894 #1446579] INFO -- : making /tmp/ruby/src/trunk/mjit.rbinc I, [2023-03-06T07:24:15.937010 #1446579] INFO -- : making /tmp/ruby/src/trunk/mjit_c.rbinc I, [2023-03-06T07:24:15.938623 #1446579] INFO -- : generating /tmp/ruby/src/trunk/ext/rbconfig/sizeof/sizes.c I, [2023-03-06T07:24:15.939474 #1446579] INFO -- : generating miniprelude.c I, [2023-03-06T07:24:15.945706 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/src/trunk/ext/rbconfig/sizeof' I, [2023-03-06T07:24:15.961404 #1446579] INFO -- : /tmp/ruby/src/trunk/revision.h updated I, [2023-03-06T07:24:15.962329 #1446579] INFO -- : sizes.c updated I, [2023-03-06T07:24:15.962985 #1446579] INFO -- : generating x86_64-linux-fake.rb I, [2023-03-06T07:24:15.963303 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/rbconfig/sizeof' I, [2023-03-06T07:24:15.990764 #1446579] INFO -- : miniprelude.c updated I, [2023-03-06T07:24:16.007439 #1446579] INFO -- : x86_64-linux-fake.rb updated I, [2023-03-06T07:24:16.108652 #1446579] INFO -- : /bin/sh /tmp/ruby/src/trunk/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp I, [2023-03-06T07:24:16.110202 #1446579] INFO -- : rbconfig.rb unchanged I, [2023-03-06T07:24:16.111006 #1446579] INFO -- : generating enc.mk I, [2023-03-06T07:24:16.223341 #1446579] INFO -- : making srcs under enc I, [2023-03-06T07:24:16.254106 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:16.254130 #1446579] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2023-03-06T07:24:16.254139 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:16.293853 #1446579] INFO -- : Update rbs to 7a5663f0f433ccd24db32e4dda9dc7754c269247 I, [2023-03-06T07:24:16.293898 #1446579] INFO -- : Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887 E, [2023-03-06T07:24:16.746544 #1446579] ERROR -- : From https://github.com/ruby/rbs E, [2023-03-06T07:24:16.746621 #1446579] ERROR -- : * branch 7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD E, [2023-03-06T07:24:16.750919 #1446579] ERROR -- : HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION` I, [2023-03-06T07:24:16.751125 #1446579] INFO -- : echo 7a5663f0f433ccd24db32e4dda9dc7754c269247 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - I, [2023-03-06T07:24:16.754059 #1446579] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged E, [2023-03-06T07:24:16.767020 #1446579] ERROR -- : From https://github.com/ruby/debug E, [2023-03-06T07:24:16.767039 #1446579] ERROR -- : * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD E, [2023-03-06T07:24:16.770929 #1446579] ERROR -- : HEAD is now at 6519736 Increase timeout in debug_code I, [2023-03-06T07:24:16.771133 #1446579] INFO -- : echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - I, [2023-03-06T07:24:16.772725 #1446579] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged I, [2023-03-06T07:24:16.773583 #1446579] INFO -- : $$$[end] "make after-update -j16" exit with 0. I, [2023-03-06T07:24:16.773806 #1446579] INFO -- : $$$[beg] make miniruby -j16 I, [2023-03-06T07:24:16.820183 #1446579] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2023-03-06T07:24:16.820225 #1446579] INFO -- : CC = gcc I, [2023-03-06T07:24:16.820235 #1446579] INFO -- : LD = ld I, [2023-03-06T07:24:16.820243 #1446579] INFO -- : LDSHARED = gcc -shared I, [2023-03-06T07:24:16.820250 #1446579] INFO -- : 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 I, [2023-03-06T07:24:16.820257 #1446579] INFO -- : 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/enc/unicode/15.0.0 I, [2023-03-06T07:24:16.820263 #1446579] INFO -- : CPPFLAGS = I, [2023-03-06T07:24:16.820269 #1446579] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong I, [2023-03-06T07:24:16.820275 #1446579] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2023-03-06T07:24:16.820281 #1446579] INFO -- : LANG = C.UTF-8 I, [2023-03-06T07:24:16.820292 #1446579] INFO -- : LC_ALL = I, [2023-03-06T07:24:16.820298 #1446579] INFO -- : LC_CTYPE = I, [2023-03-06T07:24:16.820304 #1446579] INFO -- : MFLAGS = -j16 --jobserver-auth=4,5 I, [2023-03-06T07:24:16.820309 #1446579] INFO -- : RUSTC = rustc I, [2023-03-06T07:24:16.820316 #1446579] INFO -- : 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 I, [2023-03-06T07:24:16.821461 #1446579] INFO -- : gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I, [2023-03-06T07:24:16.821481 #1446579] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2023-03-06T07:24:16.821491 #1446579] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2023-03-06T07:24:16.821499 #1446579] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2023-03-06T07:24:16.821512 #1446579] INFO -- : I, [2023-03-06T07:24:16.827755 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/miniinit.c I, [2023-03-06T07:24:16.828622 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/ast.c I, [2023-03-06T07:24:16.829144 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/class.c I, [2023-03-06T07:24:16.833742 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/compile.c I, [2023-03-06T07:24:16.834489 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/cont.c I, [2023-03-06T07:24:16.834800 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/debug.c I, [2023-03-06T07:24:16.835894 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/error.c I, [2023-03-06T07:24:16.836425 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/eval.c I, [2023-03-06T07:24:16.837020 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/gc.c I, [2023-03-06T07:24:16.837357 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/hash.c I, [2023-03-06T07:24:16.837744 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/inits.c I, [2023-03-06T07:24:16.838418 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/io.c I, [2023-03-06T07:24:16.838968 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/iseq.c I, [2023-03-06T07:24:16.839331 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/load.c I, [2023-03-06T07:24:16.840166 #1446579] INFO -- : making mjit_config.h I, [2023-03-06T07:24:16.841216 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/node.c I, [2023-03-06T07:24:16.842730 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/mjit_c.c I, [2023-03-06T07:24:16.966229 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/proc.c I, [2023-03-06T07:24:17.049170 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/process.c I, [2023-03-06T07:24:17.056129 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/ractor.c I, [2023-03-06T07:24:17.431563 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/ruby.c I, [2023-03-06T07:24:17.582711 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/scheduler.c I, [2023-03-06T07:24:17.698485 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/shape.c I, [2023-03-06T07:24:17.841866 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/signal.c I, [2023-03-06T07:24:17.971102 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/struct.c I, [2023-03-06T07:24:18.082341 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/thread.c I, [2023-03-06T07:24:18.088275 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/variable.c I, [2023-03-06T07:24:18.145699 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/version.c I, [2023-03-06T07:24:18.280292 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/vm.c I, [2023-03-06T07:24:18.309453 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/vm_backtrace.c I, [2023-03-06T07:24:18.360049 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/vm_dump.c I, [2023-03-06T07:24:18.505210 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/vm_sync.c I, [2023-03-06T07:24:18.656555 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/vm_trace.c I, [2023-03-06T07:24:18.739726 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/yjit.c I, [2023-03-06T07:24:18.808482 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/mjit.c I, [2023-03-06T07:24:23.588071 #1446579] INFO -- : linking miniruby I, [2023-03-06T07:24:24.086451 #1446579] INFO -- : $$$[end] "make miniruby -j16" exit with 0. I, [2023-03-06T07:24:24.086585 #1446579] INFO -- : $$$[beg] make ruby -j16 I, [2023-03-06T07:24:24.134174 #1446579] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2023-03-06T07:24:24.134222 #1446579] INFO -- : CC = gcc I, [2023-03-06T07:24:24.134232 #1446579] INFO -- : LD = ld I, [2023-03-06T07:24:24.134239 #1446579] INFO -- : LDSHARED = gcc -shared I, [2023-03-06T07:24:24.134247 #1446579] INFO -- : 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 I, [2023-03-06T07:24:24.134255 #1446579] INFO -- : 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/enc/unicode/15.0.0 I, [2023-03-06T07:24:24.134261 #1446579] INFO -- : CPPFLAGS = I, [2023-03-06T07:24:24.134267 #1446579] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong I, [2023-03-06T07:24:24.134274 #1446579] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2023-03-06T07:24:24.134280 #1446579] INFO -- : LANG = C.UTF-8 I, [2023-03-06T07:24:24.134285 #1446579] INFO -- : LC_ALL = I, [2023-03-06T07:24:24.134292 #1446579] INFO -- : LC_CTYPE = I, [2023-03-06T07:24:24.134297 #1446579] INFO -- : MFLAGS = -j16 --jobserver-auth=4,5 I, [2023-03-06T07:24:24.134303 #1446579] INFO -- : RUSTC = rustc I, [2023-03-06T07:24:24.134309 #1446579] INFO -- : 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 I, [2023-03-06T07:24:24.135440 #1446579] INFO -- : gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I, [2023-03-06T07:24:24.135457 #1446579] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2023-03-06T07:24:24.135466 #1446579] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2023-03-06T07:24:24.135472 #1446579] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2023-03-06T07:24:24.135480 #1446579] INFO -- : I, [2023-03-06T07:24:24.140489 #1446579] INFO -- : creating verconf.h I, [2023-03-06T07:24:24.178537 #1446579] INFO -- : verconf.h updated I, [2023-03-06T07:24:24.179633 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/loadpath.c I, [2023-03-06T07:24:24.254596 #1446579] INFO -- : builtin_binary.inc updated I, [2023-03-06T07:24:24.256994 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/builtin.c I, [2023-03-06T07:24:24.413333 #1446579] INFO -- : linking static-library libruby-static.a I, [2023-03-06T07:24:24.703808 #1446579] INFO -- : linking shared-library libruby.so.3.3.0 I, [2023-03-06T07:24:26.169440 #1446579] INFO -- : linking ruby I, [2023-03-06T07:24:26.192125 #1446579] INFO -- : $$$[end] "make ruby -j16" exit with 0. I, [2023-03-06T07:24:26.192242 #1446579] INFO -- : $$$[beg] make all -j16 I, [2023-03-06T07:24:26.238445 #1446579] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2023-03-06T07:24:26.238493 #1446579] INFO -- : CC = gcc I, [2023-03-06T07:24:26.238509 #1446579] INFO -- : LD = ld I, [2023-03-06T07:24:26.238517 #1446579] INFO -- : LDSHARED = gcc -shared I, [2023-03-06T07:24:26.238523 #1446579] INFO -- : 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 I, [2023-03-06T07:24:26.238530 #1446579] INFO -- : 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/enc/unicode/15.0.0 I, [2023-03-06T07:24:26.238537 #1446579] INFO -- : CPPFLAGS = I, [2023-03-06T07:24:26.238543 #1446579] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong I, [2023-03-06T07:24:26.238549 #1446579] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2023-03-06T07:24:26.238554 #1446579] INFO -- : LANG = C.UTF-8 I, [2023-03-06T07:24:26.238560 #1446579] INFO -- : LC_ALL = I, [2023-03-06T07:24:26.238565 #1446579] INFO -- : LC_CTYPE = I, [2023-03-06T07:24:26.238571 #1446579] INFO -- : MFLAGS = -j16 --jobserver-auth=4,5 I, [2023-03-06T07:24:26.238576 #1446579] INFO -- : RUSTC = rustc I, [2023-03-06T07:24:26.238582 #1446579] INFO -- : 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 I, [2023-03-06T07:24:26.239798 #1446579] INFO -- : gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I, [2023-03-06T07:24:26.239819 #1446579] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2023-03-06T07:24:26.239828 #1446579] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2023-03-06T07:24:26.239835 #1446579] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2023-03-06T07:24:26.239844 #1446579] INFO -- : I, [2023-03-06T07:24:26.267991 #1446579] INFO -- : generating encdb.h I, [2023-03-06T07:24:26.269010 #1446579] INFO -- : generating enc.mk I, [2023-03-06T07:24:26.270365 #1446579] INFO -- : building spec/ruby/optional/capi/ext/array_spec.so I, [2023-03-06T07:24:26.270617 #1446579] INFO -- : building spec/ruby/optional/capi/ext/basic_object_spec.so I, [2023-03-06T07:24:26.270904 #1446579] INFO -- : building spec/ruby/optional/capi/ext/bignum_spec.so I, [2023-03-06T07:24:26.271561 #1446579] INFO -- : building spec/ruby/optional/capi/ext/binding_spec.so I, [2023-03-06T07:24:26.272062 #1446579] INFO -- : building spec/ruby/optional/capi/ext/boolean_spec.so I, [2023-03-06T07:24:26.272282 #1446579] INFO -- : building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so I, [2023-03-06T07:24:26.272780 #1446579] INFO -- : building spec/ruby/optional/capi/ext/class_spec.so I, [2023-03-06T07:24:26.273125 #1446579] INFO -- : building spec/ruby/optional/capi/ext/class_under_autoload_spec.so I, [2023-03-06T07:24:26.273796 #1446579] INFO -- : building spec/ruby/optional/capi/ext/complex_spec.so I, [2023-03-06T07:24:26.274115 #1446579] INFO -- : building spec/ruby/optional/capi/ext/constants_spec.so I, [2023-03-06T07:24:26.274763 #1446579] INFO -- : building spec/ruby/optional/capi/ext/data_spec.so I, [2023-03-06T07:24:26.274899 #1446579] INFO -- : building spec/ruby/optional/capi/ext/debug_spec.so I, [2023-03-06T07:24:26.275693 #1446579] INFO -- : building spec/ruby/optional/capi/ext/encoding_spec.so I, [2023-03-06T07:24:26.275940 #1446579] INFO -- : building spec/ruby/optional/capi/ext/enumerator_spec.so I, [2023-03-06T07:24:26.318153 #1446579] INFO -- : encdb.h unchanged I, [2023-03-06T07:24:26.321210 #1446579] INFO -- : building spec/ruby/optional/capi/ext/exception_spec.so I, [2023-03-06T07:24:26.431985 #1446579] INFO -- : building spec/ruby/optional/capi/ext/fiber_spec.so I, [2023-03-06T07:24:26.437189 #1446579] INFO -- : building spec/ruby/optional/capi/ext/file_spec.so I, [2023-03-06T07:24:26.437982 #1446579] INFO -- : building spec/ruby/optional/capi/ext/fixnum_spec.so I, [2023-03-06T07:24:26.438418 #1446579] INFO -- : building spec/ruby/optional/capi/ext/float_spec.so I, [2023-03-06T07:24:26.439596 #1446579] INFO -- : building spec/ruby/optional/capi/ext/gc_spec.so I, [2023-03-06T07:24:26.451128 #1446579] INFO -- : building spec/ruby/optional/capi/ext/globals_spec.so I, [2023-03-06T07:24:26.469947 #1446579] INFO -- : building spec/ruby/optional/capi/ext/hash_spec.so I, [2023-03-06T07:24:26.475392 #1446579] INFO -- : building spec/ruby/optional/capi/ext/integer_spec.so I, [2023-03-06T07:24:26.483429 #1446579] INFO -- : building spec/ruby/optional/capi/ext/io_spec.so I, [2023-03-06T07:24:26.495721 #1446579] INFO -- : building spec/ruby/optional/capi/ext/kernel_spec.so I, [2023-03-06T07:24:26.515950 #1446579] INFO -- : building spec/ruby/optional/capi/ext/language_spec.so I, [2023-03-06T07:24:26.534852 #1446579] INFO -- : building spec/ruby/optional/capi/ext/marshal_spec.so I, [2023-03-06T07:24:26.544550 #1446579] INFO -- : building spec/ruby/optional/capi/ext/module_spec.so I, [2023-03-06T07:24:26.561781 #1446579] INFO -- : building spec/ruby/optional/capi/ext/module_under_autoload_spec.so I, [2023-03-06T07:24:26.602597 #1446579] INFO -- : building spec/ruby/optional/capi/ext/mutex_spec.so I, [2023-03-06T07:24:26.609653 #1446579] INFO -- : building spec/ruby/optional/capi/ext/numeric_spec.so I, [2023-03-06T07:24:26.610042 #1446579] INFO -- : building spec/ruby/optional/capi/ext/object_spec.so I, [2023-03-06T07:24:26.626997 #1446579] INFO -- : building spec/ruby/optional/capi/ext/proc_spec.so I, [2023-03-06T07:24:26.637334 #1446579] INFO -- : building spec/ruby/optional/capi/ext/range_spec.so I, [2023-03-06T07:24:26.647144 #1446579] INFO -- : building spec/ruby/optional/capi/ext/rational_spec.so I, [2023-03-06T07:24:26.667762 #1446579] INFO -- : building spec/ruby/optional/capi/ext/rbasic_spec.so I, [2023-03-06T07:24:26.681190 #1446579] INFO -- : building spec/ruby/optional/capi/ext/regexp_spec.so I, [2023-03-06T07:24:26.686228 #1446579] INFO -- : building spec/ruby/optional/capi/ext/st_spec.so I, [2023-03-06T07:24:26.687374 #1446579] INFO -- : building spec/ruby/optional/capi/ext/string_spec.so I, [2023-03-06T07:24:26.707064 #1446579] INFO -- : building spec/ruby/optional/capi/ext/struct_spec.so I, [2023-03-06T07:24:26.725725 #1446579] INFO -- : building spec/ruby/optional/capi/ext/symbol_spec.so I, [2023-03-06T07:24:26.727442 #1446579] INFO -- : building spec/ruby/optional/capi/ext/thread_spec.so I, [2023-03-06T07:24:26.775778 #1446579] INFO -- : building spec/ruby/optional/capi/ext/time_spec.so I, [2023-03-06T07:24:26.785598 #1446579] INFO -- : building spec/ruby/optional/capi/ext/tracepoint_spec.so I, [2023-03-06T07:24:26.821798 #1446579] INFO -- : building spec/ruby/optional/capi/ext/typed_data_spec.so I, [2023-03-06T07:24:26.825932 #1446579] INFO -- : building spec/ruby/optional/capi/ext/util_spec.so I, [2023-03-06T07:24:26.831236 #1446579] INFO -- : making enc I, [2023-03-06T07:24:26.845544 #1446579] INFO -- : building rb_mjit_header.h I, [2023-03-06T07:24:26.857470 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:26.858296 #1446579] INFO -- : linking encoding encdb.so I, [2023-03-06T07:24:26.858339 #1446579] INFO -- : linking encoding big5.so I, [2023-03-06T07:24:26.863803 #1446579] INFO -- : making srcs under enc I, [2023-03-06T07:24:26.868327 #1446579] INFO -- : linking encoding cesu_8.so I, [2023-03-06T07:24:26.881484 #1446579] INFO -- : linking encoding cp949.so I, [2023-03-06T07:24:26.885959 #1446579] INFO -- : linking encoding emacs_mule.so I, [2023-03-06T07:24:26.886534 #1446579] INFO -- : linking encoding euc_jp.so I, [2023-03-06T07:24:26.906590 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:26.906778 #1446579] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2023-03-06T07:24:26.906830 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:26.907964 #1446579] INFO -- : linking encoding euc_kr.so I, [2023-03-06T07:24:26.910716 #1446579] INFO -- : linking encoding euc_tw.so I, [2023-03-06T07:24:26.926255 #1446579] INFO -- : linking encoding gb2312.so I, [2023-03-06T07:24:26.944770 #1446579] INFO -- : linking encoding gb18030.so I, [2023-03-06T07:24:26.950939 #1446579] INFO -- : linking encoding gbk.so I, [2023-03-06T07:24:26.956588 #1446579] INFO -- : linking encoding iso_8859_1.so I, [2023-03-06T07:24:26.967584 #1446579] INFO -- : generating transdb.h I, [2023-03-06T07:24:26.981575 #1446579] INFO -- : linking encoding iso_8859_2.so I, [2023-03-06T07:24:26.981904 #1446579] INFO -- : linking encoding iso_8859_3.so I, [2023-03-06T07:24:26.985266 #1446579] INFO -- : linking encoding iso_8859_5.so I, [2023-03-06T07:24:26.985363 #1446579] INFO -- : linking encoding iso_8859_4.so I, [2023-03-06T07:24:26.985670 #1446579] INFO -- : rb_mjit_header.h updated I, [2023-03-06T07:24:26.987062 #1446579] INFO -- : linking encoding iso_8859_6.so I, [2023-03-06T07:24:26.987181 #1446579] INFO -- : building .ext/include/x86_64-linux/rb_mjit_min_header-3.3.0.h I, [2023-03-06T07:24:26.989246 #1446579] INFO -- : linking encoding iso_8859_7.so I, [2023-03-06T07:24:26.995248 #1446579] INFO -- : linking encoding iso_8859_8.so I, [2023-03-06T07:24:27.007568 #1446579] INFO -- : linking encoding iso_8859_9.so I, [2023-03-06T07:24:27.027228 #1446579] INFO -- : linking encoding iso_8859_10.so I, [2023-03-06T07:24:27.035067 #1446579] INFO -- : linking encoding iso_8859_11.so I, [2023-03-06T07:24:27.036173 #1446579] INFO -- : linking encoding iso_8859_13.so I, [2023-03-06T07:24:27.050258 #1446579] INFO -- : linking encoding iso_8859_14.so I, [2023-03-06T07:24:27.057139 #1446579] INFO -- : linking encoding iso_8859_15.so I, [2023-03-06T07:24:27.057543 #1446579] INFO -- : linking encoding iso_8859_16.so I, [2023-03-06T07:24:27.059053 #1446579] INFO -- : linking encoding koi8_r.so I, [2023-03-06T07:24:27.062648 #1446579] INFO -- : linking encoding koi8_u.so I, [2023-03-06T07:24:27.063289 #1446579] INFO -- : linking encoding shift_jis.so I, [2023-03-06T07:24:27.070179 #1446579] INFO -- : linking encoding utf_16be.so I, [2023-03-06T07:24:27.073025 #1446579] INFO -- : linking encoding utf_16le.so I, [2023-03-06T07:24:27.094107 #1446579] INFO -- : linking encoding utf_32be.so I, [2023-03-06T07:24:27.095407 #1446579] INFO -- : linking encoding utf_32le.so I, [2023-03-06T07:24:27.113579 #1446579] INFO -- : linking encoding windows_1250.so I, [2023-03-06T07:24:27.113682 #1446579] INFO -- : linking encoding windows_31j.so I, [2023-03-06T07:24:27.115943 #1446579] INFO -- : linking encoding windows_1251.so I, [2023-03-06T07:24:27.126432 #1446579] INFO -- : linking encoding windows_1252.so I, [2023-03-06T07:24:27.127109 #1446579] INFO -- : linking encoding windows_1253.so I, [2023-03-06T07:24:27.128064 #1446579] INFO -- : linking encoding windows_1254.so I, [2023-03-06T07:24:27.139595 #1446579] INFO -- : linking encoding windows_1257.so I, [2023-03-06T07:24:27.176479 #1446579] INFO -- : transdb.h unchanged I, [2023-03-06T07:24:27.178710 #1446579] INFO -- : generating makefiles ext/configure-ext.mk I, [2023-03-06T07:24:27.178795 #1446579] INFO -- : making trans I, [2023-03-06T07:24:27.185282 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.194249 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.194683 #1446579] INFO -- : linking transcoder transdb.so I, [2023-03-06T07:24:27.195729 #1446579] INFO -- : linking transcoder big5.so I, [2023-03-06T07:24:27.195903 #1446579] INFO -- : linking transcoder cesu_8.so I, [2023-03-06T07:24:27.196071 #1446579] INFO -- : linking transcoder chinese.so I, [2023-03-06T07:24:27.196580 #1446579] INFO -- : linking transcoder ebcdic.so I, [2023-03-06T07:24:27.197300 #1446579] INFO -- : linking transcoder emoji.so I, [2023-03-06T07:24:27.197443 #1446579] INFO -- : linking transcoder emoji_iso2022_kddi.so I, [2023-03-06T07:24:27.197662 #1446579] INFO -- : linking transcoder emoji_sjis_docomo.so I, [2023-03-06T07:24:27.197834 #1446579] INFO -- : linking transcoder emoji_sjis_kddi.so I, [2023-03-06T07:24:27.198261 #1446579] INFO -- : linking transcoder emoji_sjis_softbank.so I, [2023-03-06T07:24:27.198500 #1446579] INFO -- : linking transcoder escape.so I, [2023-03-06T07:24:27.199446 #1446579] INFO -- : linking transcoder gb18030.so I, [2023-03-06T07:24:27.203315 #1446579] INFO -- : ext/configure-ext.mk unchanged I, [2023-03-06T07:24:27.213344 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.228252 #1446579] INFO -- : linking transcoder gbk.so I, [2023-03-06T07:24:27.279095 #1446579] INFO -- : linking transcoder iso2022.so I, [2023-03-06T07:24:27.281946 #1446579] INFO -- : linking transcoder japanese.so I, [2023-03-06T07:24:27.282277 #1446579] INFO -- : linking transcoder japanese_euc.so I, [2023-03-06T07:24:27.284361 #1446579] INFO -- : linking transcoder japanese_sjis.so I, [2023-03-06T07:24:27.285273 #1446579] INFO -- : linking transcoder korean.so I, [2023-03-06T07:24:27.305200 #1446579] INFO -- : linking transcoder single_byte.so I, [2023-03-06T07:24:27.309053 #1446579] INFO -- : linking transcoder utf8_mac.so I, [2023-03-06T07:24:27.314312 #1446579] INFO -- : linking transcoder utf_16_32.so I, [2023-03-06T07:24:27.329126 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal' I, [2023-03-06T07:24:27.330339 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' I, [2023-03-06T07:24:27.330629 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' I, [2023-03-06T07:24:27.333162 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' I, [2023-03-06T07:24:27.333616 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal' I, [2023-03-06T07:24:27.334545 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' I, [2023-03-06T07:24:27.335324 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' I, [2023-03-06T07:24:27.336596 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/ext/coverage/coverage.c I, [2023-03-06T07:24:27.336889 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' I, [2023-03-06T07:24:27.337235 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' I, [2023-03-06T07:24:27.337612 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' I, [2023-03-06T07:24:27.337957 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2023-03-06T07:24:27.341230 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' I, [2023-03-06T07:24:27.341971 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf' I, [2023-03-06T07:24:27.342237 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' I, [2023-03-06T07:24:27.342568 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' I, [2023-03-06T07:24:27.342980 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/ext/objspace/objspace_dump.c I, [2023-03-06T07:24:27.343950 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf' I, [2023-03-06T07:24:27.344049 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' I, [2023-03-06T07:24:27.345887 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2023-03-06T07:24:27.350228 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2023-03-06T07:24:27.351535 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' I, [2023-03-06T07:24:27.351962 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' I, [2023-03-06T07:24:27.352392 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rbconfig/sizeof' I, [2023-03-06T07:24:27.352794 #1446579] INFO -- : compiling /tmp/ruby/src/trunk/ext/rbconfig/sizeof/sizes.c I, [2023-03-06T07:24:27.353831 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' I, [2023-03-06T07:24:27.354217 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' I, [2023-03-06T07:24:27.354238 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' I, [2023-03-06T07:24:27.354527 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2023-03-06T07:24:27.355307 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' I, [2023-03-06T07:24:27.355436 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' I, [2023-03-06T07:24:27.357841 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.7.1/ext/debug' I, [2023-03-06T07:24:27.358303 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog' I, [2023-03-06T07:24:27.358891 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' I, [2023-03-06T07:24:27.359233 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.0.1/ext/rbs_extension' I, [2023-03-06T07:24:27.360986 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.0.2/ext/rbs_extension' I, [2023-03-06T07:24:27.361748 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog' I, [2023-03-06T07:24:27.362947 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' I, [2023-03-06T07:24:27.366986 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2023-03-06T07:24:27.370396 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2023-03-06T07:24:27.371591 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' I, [2023-03-06T07:24:27.372029 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' I, [2023-03-06T07:24:27.380378 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.7.1/ext/debug' I, [2023-03-06T07:24:27.382580 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.0.2/ext/rbs_extension' I, [2023-03-06T07:24:27.383422 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' I, [2023-03-06T07:24:27.385196 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.0.1/ext/rbs_extension' I, [2023-03-06T07:24:27.394519 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.395452 #1446579] INFO -- : making encs I, [2023-03-06T07:24:27.433035 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.433092 #1446579] INFO -- : make[1]: Nothing to be done for 'encs'. I, [2023-03-06T07:24:27.433102 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.472167 #1446579] INFO -- : linking shared-object rbconfig/sizeof.so I, [2023-03-06T07:24:27.501861 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rbconfig/sizeof' I, [2023-03-06T07:24:27.534238 #1446579] INFO -- : linking shared-object coverage.so I, [2023-03-06T07:24:27.563935 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' I, [2023-03-06T07:24:27.663023 #1446579] INFO -- : linking shared-object objspace.so I, [2023-03-06T07:24:27.703787 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' I, [2023-03-06T07:24:27.722436 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.780764 #1446579] INFO -- : make[2]: 'ruby' is up to date. I, [2023-03-06T07:24:27.780813 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.781023 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.783488 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.783518 #1446579] INFO -- : make[1]: Nothing to be done for 'note'. I, [2023-03-06T07:24:27.783527 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:27.892205 #1446579] INFO -- : transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_ic_hit_p, rb_vm_opt_newarray_min, rb_vm_opt_newarray_max, rb_vm_splat_array, rb_vm_concat_array, rb_vm_defined, rb_vm_yield_with_cfunc, rb_vm_cc_general, rb_aliased_callable_method_entry, rb_find_defined_class_by_owner, rb_vm_call_ivar_attrset_p, rb_iseq_only_kwparam_p, rb_iseq_only_optparam_p, rb_vm_setinstancevariable, rb_vm_setclassvariable, rb_vm_getclassvariable, rb_vm_get_ev_const, rb_vm_rewrite_cref, rb_vm_get_cref, rb_vm_push_frame_fname, rb_vm_pop_frame_no_int, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_cref_dup_without_refinements, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep I, [2023-03-06T07:24:27.892271 #1446579] INFO -- : transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_pop_frame_no_int, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep, rb_vm_push_frame_fname I, [2023-03-06T07:24:27.892282 #1446579] INFO -- : transform_mjit_header: SKIPPED to transform: getlogin_r, pread64, pread, read, bsearch, fread_unlocked, fgets_unlocked, fread, fgets, vdprintf, dprintf, vfprintf, vprintf, printf, fprintf, getline, putchar_unlocked, putc_unlocked, fputc_unlocked, putchar, getchar_unlocked, getc_unlocked, fgetc_unlocked, getchar I, [2023-03-06T07:24:27.910998 #1446579] INFO -- : $$$[end] "make all -j16" exit with 0. I, [2023-03-06T07:24:27.911141 #1446579] INFO -- : $$$[beg] make install -j16 I, [2023-03-06T07:24:27.962004 #1446579] INFO -- : Update rbs to 7a5663f0f433ccd24db32e4dda9dc7754c269247 I, [2023-03-06T07:24:27.962084 #1446579] INFO -- : Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887 I, [2023-03-06T07:24:27.963667 #1446579] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2023-03-06T07:24:27.963684 #1446579] INFO -- : CC = gcc I, [2023-03-06T07:24:27.963695 #1446579] INFO -- : LD = ld I, [2023-03-06T07:24:27.963700 #1446579] INFO -- : LDSHARED = gcc -shared I, [2023-03-06T07:24:27.963707 #1446579] INFO -- : 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 I, [2023-03-06T07:24:27.963716 #1446579] INFO -- : 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/enc/unicode/15.0.0 I, [2023-03-06T07:24:27.963734 #1446579] INFO -- : CPPFLAGS = I, [2023-03-06T07:24:27.963740 #1446579] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong I, [2023-03-06T07:24:27.963745 #1446579] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2023-03-06T07:24:27.963750 #1446579] INFO -- : LANG = C.UTF-8 I, [2023-03-06T07:24:27.963755 #1446579] INFO -- : LC_ALL = I, [2023-03-06T07:24:27.963759 #1446579] INFO -- : LC_CTYPE = I, [2023-03-06T07:24:27.963764 #1446579] INFO -- : MFLAGS = -j16 --jobserver-auth=4,5 I, [2023-03-06T07:24:27.963768 #1446579] INFO -- : RUSTC = rustc I, [2023-03-06T07:24:27.963773 #1446579] INFO -- : 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 I, [2023-03-06T07:24:27.993448 #1446579] INFO -- : generating encdb.h I, [2023-03-06T07:24:27.993522 #1446579] INFO -- : gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I, [2023-03-06T07:24:27.993532 #1446579] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2023-03-06T07:24:27.993539 #1446579] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2023-03-06T07:24:27.993546 #1446579] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2023-03-06T07:24:27.993552 #1446579] INFO -- : I, [2023-03-06T07:24:27.994176 #1446579] INFO -- : generating enc.mk I, [2023-03-06T07:24:28.020103 #1446579] INFO -- : encdb.h unchanged I, [2023-03-06T07:24:28.114380 #1446579] INFO -- : making srcs under enc I, [2023-03-06T07:24:28.114436 #1446579] INFO -- : making enc I, [2023-03-06T07:24:28.131204 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.131236 #1446579] INFO -- : make[1]: Nothing to be done for 'enc'. I, [2023-03-06T07:24:28.131247 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.143480 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.143518 #1446579] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2023-03-06T07:24:28.143528 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.143958 #1446579] INFO -- : generating transdb.h I, [2023-03-06T07:24:28.242706 #1446579] INFO -- : transdb.h unchanged I, [2023-03-06T07:24:28.244188 #1446579] INFO -- : generating makefiles ext/configure-ext.mk I, [2023-03-06T07:24:28.244209 #1446579] INFO -- : making trans I, [2023-03-06T07:24:28.263968 #1446579] INFO -- : ext/configure-ext.mk unchanged I, [2023-03-06T07:24:28.267437 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.279867 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.279926 #1446579] INFO -- : make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'. I, [2023-03-06T07:24:28.279939 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.282603 #1446579] INFO -- : making encs I, [2023-03-06T07:24:28.288220 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/bigdecimal' I, [2023-03-06T07:24:28.290229 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' I, [2023-03-06T07:24:28.291496 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' I, [2023-03-06T07:24:28.292396 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal' I, [2023-03-06T07:24:28.292437 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' I, [2023-03-06T07:24:28.292551 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' I, [2023-03-06T07:24:28.293296 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' I, [2023-03-06T07:24:28.293668 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' I, [2023-03-06T07:24:28.294771 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' I, [2023-03-06T07:24:28.296030 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' I, [2023-03-06T07:24:28.296528 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2023-03-06T07:24:28.296660 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' I, [2023-03-06T07:24:28.296675 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf' I, [2023-03-06T07:24:28.297048 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' I, [2023-03-06T07:24:28.297069 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' I, [2023-03-06T07:24:28.297484 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' I, [2023-03-06T07:24:28.297979 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' I, [2023-03-06T07:24:28.298003 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' I, [2023-03-06T07:24:28.299232 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' I, [2023-03-06T07:24:28.299454 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2023-03-06T07:24:28.299602 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' I, [2023-03-06T07:24:28.299794 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf' I, [2023-03-06T07:24:28.300599 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' I, [2023-03-06T07:24:28.300986 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' I, [2023-03-06T07:24:28.302015 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' I, [2023-03-06T07:24:28.302663 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' I, [2023-03-06T07:24:28.302827 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' I, [2023-03-06T07:24:28.303864 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' I, [2023-03-06T07:24:28.304004 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.7.1/ext/debug' I, [2023-03-06T07:24:28.304026 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog' I, [2023-03-06T07:24:28.304894 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.0.1/ext/rbs_extension' I, [2023-03-06T07:24:28.305273 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.0.2/ext/rbs_extension' I, [2023-03-06T07:24:28.306601 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' I, [2023-03-06T07:24:28.307413 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog' I, [2023-03-06T07:24:28.309770 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' I, [2023-03-06T07:24:28.310036 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2023-03-06T07:24:28.312239 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' I, [2023-03-06T07:24:28.312907 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' I, [2023-03-06T07:24:28.313699 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' I, [2023-03-06T07:24:28.315111 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' I, [2023-03-06T07:24:28.322929 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' I, [2023-03-06T07:24:28.323973 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.7.1/ext/debug' I, [2023-03-06T07:24:28.325034 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.0.2/ext/rbs_extension' I, [2023-03-06T07:24:28.330910 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.0.1/ext/rbs_extension' I, [2023-03-06T07:24:28.339661 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.339686 #1446579] INFO -- : make[1]: Nothing to be done for 'encs'. I, [2023-03-06T07:24:28.339711 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.349419 #1446579] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.406550 #1446579] INFO -- : make[2]: 'ruby' is up to date. I, [2023-03-06T07:24:28.406592 #1446579] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.406802 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.409500 #1446579] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk' I, [2023-03-06T07:24:28.409520 #1446579] INFO -- : make[1]: Nothing to be done for 'note'. I, [2023-03-06T07:24:28.409531 #1446579] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk' E, [2023-03-06T07:24:28.425062 #1446579] ERROR -- : From https://github.com/ruby/debug E, [2023-03-06T07:24:28.425113 #1446579] ERROR -- : * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD E, [2023-03-06T07:24:28.428748 #1446579] ERROR -- : HEAD is now at 6519736 Increase timeout in debug_code I, [2023-03-06T07:24:28.428961 #1446579] INFO -- : echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision - I, [2023-03-06T07:24:28.430682 #1446579] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged E, [2023-03-06T07:24:28.726108 #1446579] ERROR -- : From https://github.com/ruby/rbs E, [2023-03-06T07:24:28.726193 #1446579] ERROR -- : * branch 7a5663f0f433ccd24db32e4dda9dc7754c269247 -> FETCH_HEAD E, [2023-03-06T07:24:28.731091 #1446579] ERROR -- : HEAD is now at 7a5663f0 Skip RBS validation with `$SKIP_RBS_VALIDATION` I, [2023-03-06T07:24:28.731548 #1446579] INFO -- : echo 7a5663f0f433ccd24db32e4dda9dc7754c269247 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision - I, [2023-03-06T07:24:28.775531 #1446579] INFO -- : /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged I, [2023-03-06T07:24:28.775564 #1446579] INFO -- : ./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc I, [2023-03-06T07:24:28.806291 #1446579] INFO -- : Installing to I, [2023-03-06T07:24:28.806324 #1446579] INFO -- : installing binary commands: /tmp/ruby/install/trunk/bin I, [2023-03-06T07:24:28.806454 #1446579] INFO -- : installing base libraries: /tmp/ruby/install/trunk/lib I, [2023-03-06T07:24:28.812336 #1446579] INFO -- : installing arch files: /tmp/ruby/install/trunk/lib/ruby/3.3.0+0/x86_64-linux I, [2023-03-06T07:24:28.812389 #1446579] INFO -- : installing pkgconfig data: /tmp/ruby/install/trunk/lib/pkgconfig I, [2023-03-06T07:24:28.812417 #1446579] INFO -- : installing extension objects: /tmp/ruby/install/trunk/lib/ruby/3.3.0+0/x86_64-linux I, [2023-03-06T07:24:28.825156 #1446579] INFO -- : installing extension objects: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.3.0+0/x86_64-linux I, [2023-03-06T07:24:28.825178 #1446579] INFO -- : installing extension objects: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux I, [2023-03-06T07:24:28.825211 #1446579] INFO -- : installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.3.0+0/x86_64-linux I, [2023-03-06T07:24:28.825821 #1446579] INFO -- : installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/3.3.0+0 I, [2023-03-06T07:24:28.829160 #1446579] INFO -- : installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.3.0+0 I, [2023-03-06T07:24:28.829182 #1446579] INFO -- : installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.3.0+0 I, [2023-03-06T07:24:28.829193 #1446579] INFO -- : installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.3.0+0/ruby I, [2023-03-06T07:24:28.829231 #1446579] INFO -- : installing command scripts: /tmp/ruby/install/trunk/bin I, [2023-03-06T07:24:28.829360 #1446579] INFO -- : installing library scripts: /tmp/ruby/install/trunk/lib/ruby/3.3.0+0 I, [2023-03-06T07:24:28.862639 #1446579] INFO -- : installing common headers: /tmp/ruby/install/trunk/include/ruby-3.3.0+0 I, [2023-03-06T07:24:28.868618 #1446579] INFO -- : installing manpages: /tmp/ruby/install/trunk/share/man/man1 I, [2023-03-06T07:24:28.868793 #1446579] INFO -- : installing default gems from lib: /tmp/ruby/install/trunk/lib/ruby/gems/3.3.0+0 I, [2023-03-06T07:24:28.881754 #1446579] INFO -- : abbrev 0.1.1 I, [2023-03-06T07:24:28.888196 #1446579] INFO -- : base64 0.1.1 I, [2023-03-06T07:24:28.888688 #1446579] INFO -- : benchmark 0.2.1 I, [2023-03-06T07:24:28.889145 #1446579] INFO -- : bundler 2.5.0.dev I, [2023-03-06T07:24:28.890311 #1446579] INFO -- : cgi 0.3.6 I, [2023-03-06T07:24:28.890806 #1446579] INFO -- : csv 3.2.7 I, [2023-03-06T07:24:28.891347 #1446579] INFO -- : delegate 0.3.0 I, [2023-03-06T07:24:28.891808 #1446579] INFO -- : did_you_mean 1.6.3 I, [2023-03-06T07:24:28.892288 #1446579] INFO -- : drb 2.1.1 I, [2023-03-06T07:24:28.892800 #1446579] INFO -- : english 0.7.2 I, [2023-03-06T07:24:28.893259 #1446579] INFO -- : erb 4.0.2 I, [2023-03-06T07:24:28.893966 #1446579] INFO -- : error_highlight 0.5.1 I, [2023-03-06T07:24:28.894423 #1446579] INFO -- : fileutils 1.7.0 I, [2023-03-06T07:24:28.894886 #1446579] INFO -- : find 0.1.1 I, [2023-03-06T07:24:28.895414 #1446579] INFO -- : forwardable 1.3.3 I, [2023-03-06T07:24:28.895887 #1446579] INFO -- : getoptlong 0.2.0 I, [2023-03-06T07:24:28.896325 #1446579] INFO -- : ipaddr 1.2.5 I, [2023-03-06T07:24:28.897048 #1446579] INFO -- : irb 1.6.2 I, [2023-03-06T07:24:28.897795 #1446579] INFO -- : logger 1.5.3 I, [2023-03-06T07:24:28.898297 #1446579] INFO -- : mutex_m 0.1.2 I, [2023-03-06T07:24:28.898865 #1446579] INFO -- : net-http 0.3.2 I, [2023-03-06T07:24:28.899350 #1446579] INFO -- : net-protocol 0.2.1 I, [2023-03-06T07:24:28.899829 #1446579] INFO -- : observer 0.1.1 I, [2023-03-06T07:24:28.900270 #1446579] INFO -- : open-uri 0.3.0 I, [2023-03-06T07:24:28.900759 #1446579] INFO -- : open3 0.1.2 I, [2023-03-06T07:24:28.901216 #1446579] INFO -- : optparse 0.4.0.pre.1 I, [2023-03-06T07:24:28.901767 #1446579] INFO -- : ostruct 0.5.5 I, [2023-03-06T07:24:28.902228 #1446579] INFO -- : pp 0.4.0 I, [2023-03-06T07:24:28.902694 #1446579] INFO -- : prettyprint 0.1.1 I, [2023-03-06T07:24:28.903175 #1446579] INFO -- : pstore 0.1.2 I, [2023-03-06T07:24:28.903604 #1446579] INFO -- : racc 1.6.2 I, [2023-03-06T07:24:28.904329 #1446579] INFO -- : rdoc 6.5.0 I, [2023-03-06T07:24:28.905296 #1446579] INFO -- : readline 0.0.3 I, [2023-03-06T07:24:28.905742 #1446579] INFO -- : reline 0.3.2 I, [2023-03-06T07:24:28.906234 #1446579] INFO -- : resolv 0.2.2 I, [2023-03-06T07:24:28.906867 #1446579] INFO -- : resolv-replace 0.1.1 I, [2023-03-06T07:24:28.907360 #1446579] INFO -- : rinda 0.1.1 I, [2023-03-06T07:24:28.907868 #1446579] INFO -- : ruby2_keywords 0.0.5 I, [2023-03-06T07:24:28.908331 #1446579] INFO -- : securerandom 0.2.2 I, [2023-03-06T07:24:28.908900 #1446579] INFO -- : set 1.0.3 I, [2023-03-06T07:24:28.909360 #1446579] INFO -- : shellwords 0.1.0 I, [2023-03-06T07:24:28.909810 #1446579] INFO -- : singleton 0.1.1 I, [2023-03-06T07:24:28.910242 #1446579] INFO -- : syntax_suggest 1.0.2 I, [2023-03-06T07:24:28.910717 #1446579] INFO -- : tempfile 0.1.3 I, [2023-03-06T07:24:28.911239 #1446579] INFO -- : time 0.2.1 I, [2023-03-06T07:24:28.911724 #1446579] INFO -- : timeout 0.3.2 I, [2023-03-06T07:24:28.912158 #1446579] INFO -- : tmpdir 0.1.3 I, [2023-03-06T07:24:28.912629 #1446579] INFO -- : tsort 0.1.1 I, [2023-03-06T07:24:28.913079 #1446579] INFO -- : un 0.2.1 I, [2023-03-06T07:24:28.913526 #1446579] INFO -- : uri 0.12.0 I, [2023-03-06T07:24:28.914032 #1446579] INFO -- : weakref 0.1.2 I, [2023-03-06T07:24:28.914484 #1446579] INFO -- : yaml 0.2.1 I, [2023-03-06T07:24:28.914833 #1446579] INFO -- : installing default gems from ext: /tmp/ruby/install/trunk/lib/ruby/gems/3.3.0+0 I, [2023-03-06T07:24:28.920438 #1446579] INFO -- : bigdecimal 3.1.4 I, [2023-03-06T07:24:28.920908 #1446579] INFO -- : date 3.3.3 I, [2023-03-06T07:24:28.921358 #1446579] INFO -- : digest 3.1.1 I, [2023-03-06T07:24:28.921806 #1446579] INFO -- : etc 1.4.2 I, [2023-03-06T07:24:28.922364 #1446579] INFO -- : fcntl 1.0.2 I, [2023-03-06T07:24:28.922802 #1446579] INFO -- : fiddle 1.1.2 I, [2023-03-06T07:24:28.923265 #1446579] INFO -- : io-console 0.6.0 I, [2023-03-06T07:24:28.923724 #1446579] INFO -- : io-nonblock 0.2.0 I, [2023-03-06T07:24:28.924182 #1446579] INFO -- : io-wait 0.3.0 I, [2023-03-06T07:24:28.924655 #1446579] INFO -- : json 2.6.3 I, [2023-03-06T07:24:28.925158 #1446579] INFO -- : nkf 0.1.2 I, [2023-03-06T07:24:28.925613 #1446579] INFO -- : openssl 3.1.0 I, [2023-03-06T07:24:28.926086 #1446579] INFO -- : pathname 0.2.1 I, [2023-03-06T07:24:28.926549 #1446579] INFO -- : psych 5.1.0 I, [2023-03-06T07:24:28.927327 #1446579] INFO -- : readline-ext 0.1.5 I, [2023-03-06T07:24:28.927774 #1446579] INFO -- : stringio 3.0.6 I, [2023-03-06T07:24:28.928229 #1446579] INFO -- : strscan 3.0.7 I, [2023-03-06T07:24:28.928683 #1446579] INFO -- : syslog 0.1.1 I, [2023-03-06T07:24:28.929259 #1446579] INFO -- : zlib 3.0.0 I, [2023-03-06T07:24:28.929623 #1446579] INFO -- : installing bundled gems: /tmp/ruby/install/trunk/lib/ruby/gems/3.3.0+0 I, [2023-03-06T07:24:28.929980 #1446579] INFO -- : minitest 5.18.0 I, [2023-03-06T07:24:28.936191 #1446579] INFO -- : power_assert 2.0.3 I, [2023-03-06T07:24:28.937978 #1446579] INFO -- : rake 13.0.6 I, [2023-03-06T07:24:28.942061 #1446579] INFO -- : test-unit 3.5.7 I, [2023-03-06T07:24:28.946578 #1446579] INFO -- : rexml 3.2.5 I, [2023-03-06T07:24:28.951296 #1446579] INFO -- : rss 0.2.9 I, [2023-03-06T07:24:28.956816 #1446579] INFO -- : net-ftp 0.2.0 I, [2023-03-06T07:24:28.957895 #1446579] INFO -- : net-imap 0.3.4 I, [2023-03-06T07:24:28.960580 #1446579] INFO -- : net-pop 0.1.2 I, [2023-03-06T07:24:28.961541 #1446579] INFO -- : net-smtp 0.3.3 I, [2023-03-06T07:24:28.962296 #1446579] INFO -- : matrix 0.4.2 I, [2023-03-06T07:24:28.963248 #1446579] INFO -- : prime 0.1.2 I, [2023-03-06T07:24:28.964879 #1446579] INFO -- : rbs 3.0.2 I, [2023-03-06T07:24:28.990390 #1446579] INFO -- : typeprof 0.21.7 I, [2023-03-06T07:24:28.993180 #1446579] INFO -- : debug 1.7.1 I, [2023-03-06T07:24:28.995814 #1446579] INFO -- : installing bundled gem cache: /tmp/ruby/install/trunk/lib/ruby/gems/3.3.0+0/cache I, [2023-03-06T07:24:28.999861 #1446579] INFO -- : $$$[end] "make install -j16" exit with 0. I, [2023-03-06T07:24:28.999964 #1446579] INFO -- : $$$[beg] make yes-btest TESTOPTS='-q -j16' I, [2023-03-06T07:24:35.926040 #1446579] INFO -- : PASS all 1814 tests E, [2023-03-06T07:24:35.937680 #1446579] ERROR -- : I, [2023-03-06T07:24:35.938136 #1446579] INFO -- : $$$[end] "make yes-btest TESTOPTS='-q -j16'" exit with 0. I, [2023-03-06T07:24:35.938510 #1446579] INFO -- : $$$[beg] make yes-test-basic TESTS='-j16' I, [2023-03-06T07:24:35.987446 #1446579] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2023-03-06T07:24:35.987488 #1446579] INFO -- : CC = gcc I, [2023-03-06T07:24:35.987498 #1446579] INFO -- : LD = ld I, [2023-03-06T07:24:35.987505 #1446579] INFO -- : LDSHARED = gcc -shared I, [2023-03-06T07:24:35.987512 #1446579] INFO -- : 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 I, [2023-03-06T07:24:35.987523 #1446579] INFO -- : 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/enc/unicode/15.0.0 I, [2023-03-06T07:24:35.987542 #1446579] INFO -- : CPPFLAGS = I, [2023-03-06T07:24:35.987548 #1446579] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong I, [2023-03-06T07:24:35.987554 #1446579] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2023-03-06T07:24:35.987560 #1446579] INFO -- : LANG = C.UTF-8 I, [2023-03-06T07:24:35.987565 #1446579] INFO -- : LC_ALL = I, [2023-03-06T07:24:35.987571 #1446579] INFO -- : LC_CTYPE = I, [2023-03-06T07:24:35.987576 #1446579] INFO -- : MFLAGS = I, [2023-03-06T07:24:35.987581 #1446579] INFO -- : RUSTC = rustc I, [2023-03-06T07:24:35.987587 #1446579] INFO -- : 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 I, [2023-03-06T07:24:35.987963 #1446579] INFO -- : gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I, [2023-03-06T07:24:35.987983 #1446579] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2023-03-06T07:24:35.987992 #1446579] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2023-03-06T07:24:35.988000 #1446579] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2023-03-06T07:24:35.988008 #1446579] INFO -- : I, [2023-03-06T07:24:36.048842 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 I, [2023-03-06T07:24:36.048894 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2 I, [2023-03-06T07:24:36.048903 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3 I, [2023-03-06T07:24:36.048910 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5 I, [2023-03-06T07:24:36.048968 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8 I, [2023-03-06T07:24:36.049026 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10 I, [2023-03-06T07:24:36.049207 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39 I, [2023-03-06T07:24:36.049308 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27 I, [2023-03-06T07:24:36.049844 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107 I, [2023-03-06T07:24:36.050121 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80 I, [2023-03-06T07:24:36.051036 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31 I, [2023-03-06T07:24:36.051968 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62 I, [2023-03-06T07:24:36.052000 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10 I, [2023-03-06T07:24:36.052030 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6 I, [2023-03-06T07:24:36.052092 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9 I, [2023-03-06T07:24:36.152854 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2 I, [2023-03-06T07:24:36.153714 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27 I, [2023-03-06T07:24:36.228667 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8 I, [2023-03-06T07:24:36.228720 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5 I, [2023-03-06T07:24:36.228774 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5 I, [2023-03-06T07:24:36.228925 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4 I, [2023-03-06T07:24:36.228980 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4 I, [2023-03-06T07:24:36.228999 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2 I, [2023-03-06T07:24:36.229053 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6 I, [2023-03-06T07:24:36.229160 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12 I, [2023-03-06T07:24:36.229187 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3 I, [2023-03-06T07:24:36.229252 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12 I, [2023-03-06T07:24:36.229300 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6 I, [2023-03-06T07:24:36.229850 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23 I, [2023-03-06T07:24:36.265551 #1446579] INFO -- : /tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4 I, [2023-03-06T07:24:36.267799 #1446579] INFO -- : I, [2023-03-06T07:24:36.267831 #1446579] INFO -- : test succeeded I, [2023-03-06T07:24:36.269321 #1446579] INFO -- : $$$[end] "make yes-test-basic TESTS='-j16'" exit with 0. I, [2023-03-06T07:24:36.269417 #1446579] INFO -- : $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16' I, [2023-03-06T07:24:36.363214 #1446579] INFO -- : config.status: creating ruby-runner.h I, [2023-03-06T07:24:36.368155 #1446579] INFO -- : making mjit_build_dir.so I, [2023-03-06T07:24:36.453181 #1446579] INFO -- : Run options: I, [2023-03-06T07:24:36.453238 #1446579] INFO -- : --seed=40567 I, [2023-03-06T07:24:36.453248 #1446579] INFO -- : "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems" I, [2023-03-06T07:24:36.453256 #1446579] INFO -- : --excludes-dir=/tmp/ruby/src/trunk/test/excludes I, [2023-03-06T07:24:36.453262 #1446579] INFO -- : --name=!/memory_leak/ I, [2023-03-06T07:24:36.453269 #1446579] INFO -- : --stderr-on-failure I, [2023-03-06T07:24:36.453275 #1446579] INFO -- : -j16 I, [2023-03-06T07:24:36.453283 #1446579] INFO -- : I, [2023-03-06T07:24:36.453289 #1446579] INFO -- : # Running tests: I, [2023-03-06T07:24:36.453296 #1446579] INFO -- : I, [2023-03-06T07:25:19.292339 #1446579] INFO -- : I, [2023-03-06T07:25:19.292392 #1446579] INFO -- : Retrying... E, [2023-03-06T07:25:23.438037 #1446579] ERROR -- : E, [2023-03-06T07:25:23.438088 #1446579] ERROR -- : 1) Failure: E, [2023-03-06T07:25:23.438098 #1446579] ERROR -- : TestRubyOptions#test_mjit_debug [/tmp/ruby/src/trunk/test/ruby/test_rubyoptions.rb:1134]: E, [2023-03-06T07:25:23.438106 #1446579] ERROR -- : pid 1464798 exit 0. E, [2023-03-06T07:25:23.438112 #1446579] ERROR -- : E, [2023-03-06T07:25:23.438119 #1446579] ERROR -- : 1. [2/2] Assertion for "stderr" E, [2023-03-06T07:25:23.438125 #1446579] ERROR -- : | Expected /-O0 -O1/ to match "". E, [2023-03-06T07:25:23.438131 #1446579] ERROR -- : I, [2023-03-06T07:25:23.438777 #1446579] INFO -- : Finished tests in 46.990635s, 506.6116 tests/s, 189414.4662 assertions/s. I, [2023-03-06T07:25:23.439605 #1446579] INFO -- : 23806 tests, 8900706 assertions, 1 failures, 0 errors, 138 skips I, [2023-03-06T07:25:23.439625 #1446579] INFO -- : I, [2023-03-06T07:25:23.439638 #1446579] INFO -- : ruby -v: ruby 3.3.0dev (2023-03-06T06:41:35Z master cacf2f3709) [x86_64-linux] E, [2023-03-06T07:25:23.443318 #1446579] ERROR -- : make: *** [uncommon.mk:851: yes-test-all] Error 1 I, [2023-03-06T07:25:23.443998 #1446579] INFO -- : $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 512. I, [2023-03-06T07:25:23.444104 #1446579] INFO -- : $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j16' I, [2023-03-06T07:25:23.559587 #1446579] INFO -- : $ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr I, [2023-03-06T07:25:23.629310 #1446579] INFO -- : ruby 3.3.0dev (2023-03-06T06:41:35Z master cacf2f3709) [x86_64-linux] I, [2023-03-06T07:26:09.207267 #1446579] INFO -- : ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ I, [2023-03-06T07:26:09.207400 #1446579] INFO -- : I, [2023-03-06T07:26:09.207432 #1446579] INFO -- : Finished in 45.577921 seconds I, [2023-03-06T07:26:09.207453 #1446579] INFO -- : I, [2023-03-06T07:26:09.207471 #1446579] INFO -- : 3840 files, 31945 examples, 249018 expectations, 0 failures, 0 errors, 0 tagged I, [2023-03-06T07:26:09.227582 #1446579] INFO -- : $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j16'" exit with 0.