# Logfile created on 2023-04-04 18:05:20 +0000 by logger.rb/v1.4.3 I, [2023-04-04T18:05:20.381964 #218413] INFO -- : #, @formatter=nil, @logdev=#, @binmode=false, @mon_data=#, @mon_data_owner_object_id=860>>> I, [2023-04-04T18:05:20.382453 #218413] INFO -- : $$$[beg] make update-unicode -j4 I, [2023-04-04T18:05:20.577668 #218413] INFO -- : make: Nothing to be done for 'update-unicode'. I, [2023-04-04T18:05:20.577987 #218413] INFO -- : $$$[end] "make update-unicode -j4" exit with 0. I, [2023-04-04T18:05:20.578034 #218413] INFO -- : $$$[beg] make update-download -j4 I, [2023-04-04T18:05:20.910632 #218413] INFO -- : tool/config.guess already exists I, [2023-04-04T18:05:20.910810 #218413] INFO -- : tool/config.sub already exists I, [2023-04-04T18:05:20.927015 #218413] INFO -- : Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854 I, [2023-04-04T18:05:20.928224 #218413] INFO -- : Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 E, [2023-04-04T18:05:21.513537 #218413] ERROR -- : From https://github.com/ruby/rbs E, [2023-04-04T18:05:21.513616 #218413] ERROR -- : * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD I, [2023-04-04T18:05:21.525136 #218413] INFO -- : echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision - E, [2023-04-04T18:05:21.525199 #218413] ERROR -- : HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined I, [2023-04-04T18:05:21.544109 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision unchanged E, [2023-04-04T18:05:21.581470 #218413] ERROR -- : From https://github.com/ruby/typeprof E, [2023-04-04T18:05:21.581526 #218413] ERROR -- : * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD E, [2023-04-04T18:05:21.596005 #218413] ERROR -- : HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 I, [2023-04-04T18:05:21.599913 #218413] INFO -- : echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision - I, [2023-04-04T18:05:21.621823 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision unchanged I, [2023-04-04T18:05:21.925653 #218413] INFO -- : $$$[end] "make update-download -j4" exit with 0. I, [2023-04-04T18:05:21.925712 #218413] INFO -- : $$$[beg] make update-rubyspec -j4 I, [2023-04-04T18:05:22.100815 #218413] INFO -- : make: Nothing to be done for 'update-rubyspec'. I, [2023-04-04T18:05:22.101410 #218413] INFO -- : $$$[end] "make update-rubyspec -j4" exit with 0. I, [2023-04-04T18:05:22.101469 #218413] INFO -- : $$$[beg] make update-src -j4 E, [2023-04-04T18:05:23.295475 #218413] ERROR -- : From https://github.com/ruby/ruby E, [2023-04-04T18:05:23.295541 #218413] ERROR -- : a84c994..b7717fc master -> origin/master I, [2023-04-04T18:05:23.380134 #218413] INFO -- : Updating a84c994..b7717fc I, [2023-04-04T18:05:23.380183 #218413] INFO -- : Fast-forward I, [2023-04-04T18:05:23.408307 #218413] INFO -- : .github/workflows/yjit-ubuntu.yml | 4 + I, [2023-04-04T18:05:23.408359 #218413] INFO -- : NEWS.md | 7 + I, [2023-04-04T18:05:23.408375 #218413] INFO -- : common.mk | 2 + I, [2023-04-04T18:05:23.408387 #218413] INFO -- : gc.c | 47 ++++++ I, [2023-04-04T18:05:23.408398 #218413] INFO -- : internal/gc.h | 1 + I, [2023-04-04T18:05:23.408410 #218413] INFO -- : process.c | 34 ++++ I, [2023-04-04T18:05:23.408420 #218413] INFO -- : spec/ruby/core/process/warmup_spec.rb | 11 ++ I, [2023-04-04T18:05:23.408431 #218413] INFO -- : test/ruby/test_process.rb | 8 + I, [2023-04-04T18:05:23.408442 #218413] INFO -- : yjit.rb | 3 + I, [2023-04-04T18:05:23.408452 #218413] INFO -- : yjit/src/backend/arm64/mod.rs | 11 +- I, [2023-04-04T18:05:23.408464 #218413] INFO -- : yjit/src/backend/ir.rs | 189 ++++++++++++++++++++-- I, [2023-04-04T18:05:23.408474 #218413] INFO -- : yjit/src/backend/x86_64/mod.rs | 12 +- I, [2023-04-04T18:05:23.408485 #218413] INFO -- : yjit/src/codegen.rs | 286 ++++++++++++++++++++-------------- I, [2023-04-04T18:05:23.408496 #218413] INFO -- : yjit/src/core.rs | 147 +++++++++++++++-- I, [2023-04-04T18:05:23.408507 #218413] INFO -- : yjit/src/options.rs | 11 ++ I, [2023-04-04T18:05:23.408517 #218413] INFO -- : yjit/src/stats.rs | 5 + I, [2023-04-04T18:05:23.408658 #218413] INFO -- : yjit/yjit.mk | 3 +- I, [2023-04-04T18:05:23.408674 #218413] INFO -- : 17 files changed, 636 insertions(+), 145 deletions(-) I, [2023-04-04T18:05:23.408684 #218413] INFO -- : create mode 100644 spec/ruby/core/process/warmup_spec.rb I, [2023-04-04T18:05:23.456214 #218413] INFO -- : Latest commit hash = b7717fc390 I, [2023-04-04T18:05:23.471531 #218413] INFO -- : $$$[end] "make update-src -j4" exit with 0. I, [2023-04-04T18:05:23.471598 #218413] INFO -- : $$$[beg] make after-update -j4 I, [2023-04-04T18:05:23.686464 #218413] INFO -- : sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-iseq_binary/common.mk > uncommon.mk I, [2023-04-04T18:05:23.959453 #218413] INFO -- : making /tmp/ruby/src/trunk-iseq_binary/yjit.rbinc I, [2023-04-04T18:05:23.988485 #218413] INFO -- : generating miniprelude.c I, [2023-04-04T18:05:24.101998 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/revision.h updated I, [2023-04-04T18:05:24.108017 #218413] INFO -- : generating x86_64-linux-fake.rb I, [2023-04-04T18:05:24.319465 #218413] INFO -- : x86_64-linux-fake.rb updated I, [2023-04-04T18:05:24.352229 #218413] INFO -- : miniprelude.c updated I, [2023-04-04T18:05:24.568658 #218413] INFO -- : /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp I, [2023-04-04T18:05:24.580107 #218413] INFO -- : rbconfig.rb unchanged I, [2023-04-04T18:05:24.582531 #218413] INFO -- : generating enc.mk I, [2023-04-04T18:05:24.884377 #218413] INFO -- : making srcs under enc I, [2023-04-04T18:05:24.951600 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:05:24.951678 #218413] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2023-04-04T18:05:24.951720 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:05:25.034431 #218413] INFO -- : Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854 I, [2023-04-04T18:05:25.035674 #218413] INFO -- : Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 E, [2023-04-04T18:05:25.600588 #218413] ERROR -- : From https://github.com/ruby/rbs E, [2023-04-04T18:05:25.600658 #218413] ERROR -- : * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD E, [2023-04-04T18:05:25.614748 #218413] ERROR -- : HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined I, [2023-04-04T18:05:25.615320 #218413] INFO -- : echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision - I, [2023-04-04T18:05:25.647508 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision unchanged E, [2023-04-04T18:05:25.667885 #218413] ERROR -- : From https://github.com/ruby/typeprof E, [2023-04-04T18:05:25.667949 #218413] ERROR -- : * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD E, [2023-04-04T18:05:25.699766 #218413] ERROR -- : HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 I, [2023-04-04T18:05:25.707592 #218413] INFO -- : echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision - I, [2023-04-04T18:05:25.763325 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision unchanged I, [2023-04-04T18:05:25.925737 #218413] INFO -- : $$$[end] "make after-update -j4" exit with 0. I, [2023-04-04T18:05:25.925931 #218413] INFO -- : $$$[beg] make miniruby -j4 I, [2023-04-04T18:05:26.100137 #218413] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2023-04-04T18:05:26.102612 #218413] INFO -- : CC = gcc I, [2023-04-04T18:05:26.102692 #218413] INFO -- : LD = ld I, [2023-04-04T18:05:26.102723 #218413] INFO -- : LDSHARED = gcc -shared I, [2023-04-04T18:05:26.102760 #218413] 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-04-04T18:05:26.102792 #218413] 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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/15.0.0 I, [2023-04-04T18:05:26.102823 #218413] INFO -- : CPPFLAGS = I, [2023-04-04T18:05:26.102853 #218413] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong I, [2023-04-04T18:05:26.102883 #218413] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2023-04-04T18:05:26.102910 #218413] INFO -- : LANG = I, [2023-04-04T18:05:26.102938 #218413] INFO -- : LC_ALL = I, [2023-04-04T18:05:26.102965 #218413] INFO -- : LC_CTYPE = I, [2023-04-04T18:05:26.102995 #218413] INFO -- : MFLAGS = -j4 --jobserver-auth=4,5 I, [2023-04-04T18:05:26.103025 #218413] INFO -- : RUSTC = rustc I, [2023-04-04T18:05:26.103063 #218413] 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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs I, [2023-04-04T18:05:26.107383 #218413] INFO -- : gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I, [2023-04-04T18:05:26.107462 #218413] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2023-04-04T18:05:26.107482 #218413] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2023-04-04T18:05:26.107497 #218413] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2023-04-04T18:05:26.107511 #218413] INFO -- : I, [2023-04-04T18:05:26.139937 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/miniinit.c I, [2023-04-04T18:05:26.142199 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/array.c I, [2023-04-04T18:05:26.148597 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ast.c I, [2023-04-04T18:05:26.171987 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/bignum.c I, [2023-04-04T18:05:26.776006 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/class.c I, [2023-04-04T18:05:28.299903 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/compile.c I, [2023-04-04T18:05:30.783836 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/complex.c I, [2023-04-04T18:05:35.948567 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/cont.c I, [2023-04-04T18:05:36.800022 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/debug.c I, [2023-04-04T18:05:37.388001 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/dir.c I, [2023-04-04T18:05:37.915946 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/encoding.c I, [2023-04-04T18:05:37.993069 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/enum.c I, [2023-04-04T18:05:38.095913 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/enumerator.c I, [2023-04-04T18:05:39.640862 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/error.c I, [2023-04-04T18:05:44.525770 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/eval.c I, [2023-04-04T18:05:44.552642 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/file.c I, [2023-04-04T18:05:44.612938 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/gc.c I, [2023-04-04T18:05:45.831948 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/hash.c I, [2023-04-04T18:05:49.278210 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/io.c I, [2023-04-04T18:05:52.939000 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/iseq.c I, [2023-04-04T18:05:57.175851 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/load.c I, [2023-04-04T18:05:57.752263 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/marshal.c I, [2023-04-04T18:05:59.776722 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/math.c I, [2023-04-04T18:05:59.827981 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/memory_view.c I, [2023-04-04T18:06:00.909306 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/rjit.c I, [2023-04-04T18:06:01.092117 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/rjit_c.c I, [2023-04-04T18:06:02.443947 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/node.c I, [2023-04-04T18:06:03.133797 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/numeric.c I, [2023-04-04T18:06:03.636408 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/object.c I, [2023-04-04T18:06:06.481387 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/pack.c I, [2023-04-04T18:06:07.743812 #218413] INFO -- : compiling parse.c I, [2023-04-04T18:06:10.280107 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/proc.c I, [2023-04-04T18:06:11.698750 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/process.c I, [2023-04-04T18:06:14.275476 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ractor.c I, [2023-04-04T18:06:14.672371 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/random.c I, [2023-04-04T18:06:18.719464 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/range.c I, [2023-04-04T18:06:18.816411 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/rational.c I, [2023-04-04T18:06:18.836845 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/re.c I, [2023-04-04T18:06:19.696660 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ruby.c I, [2023-04-04T18:06:24.532018 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/scheduler.c I, [2023-04-04T18:06:25.764699 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/shape.c I, [2023-04-04T18:06:26.114064 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/signal.c I, [2023-04-04T18:06:27.376904 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/sprintf.c I, [2023-04-04T18:06:27.423997 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/string.c I, [2023-04-04T18:06:28.097060 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/struct.c I, [2023-04-04T18:06:28.860626 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/symbol.c I, [2023-04-04T18:06:33.190269 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/thread.c I, [2023-04-04T18:06:33.355656 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/time.c I, [2023-04-04T18:06:43.685261 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/transcode.c I, [2023-04-04T18:06:43.764669 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/transient_heap.c I, [2023-04-04T18:06:44.924109 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/variable.c I, [2023-04-04T18:06:45.807458 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/version.c I, [2023-04-04T18:06:46.775989 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/vm.c I, [2023-04-04T18:06:50.976563 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/vm_backtrace.c I, [2023-04-04T18:06:51.846193 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/vm_dump.c I, [2023-04-04T18:06:52.016036 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/vm_sync.c I, [2023-04-04T18:06:53.059467 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/vm_trace.c I, [2023-04-04T18:06:53.136024 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/weakmap.c I, [2023-04-04T18:06:53.806496 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/yjit.c I, [2023-04-04T18:06:54.931475 #218413] INFO -- : building Rust YJIT (release mode) I, [2023-04-04T18:07:43.323063 #218413] INFO -- : touch yjit/target/release/libyjit.a I, [2023-04-04T18:07:43.340046 #218413] INFO -- : partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o I, [2023-04-04T18:07:43.819481 #218413] INFO -- : linking miniruby I, [2023-04-04T18:07:45.175628 #218413] INFO -- : $$$[end] "make miniruby -j4" exit with 0. I, [2023-04-04T18:07:45.176084 #218413] INFO -- : $$$[beg] make ruby -j4 I, [2023-04-04T18:07:45.362958 #218413] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2023-04-04T18:07:45.363052 #218413] INFO -- : CC = gcc I, [2023-04-04T18:07:45.363091 #218413] INFO -- : LD = ld I, [2023-04-04T18:07:45.363125 #218413] INFO -- : LDSHARED = gcc -shared I, [2023-04-04T18:07:45.363169 #218413] 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-04-04T18:07:45.363211 #218413] 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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/15.0.0 I, [2023-04-04T18:07:45.363261 #218413] INFO -- : CPPFLAGS = I, [2023-04-04T18:07:45.363302 #218413] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong I, [2023-04-04T18:07:45.363341 #218413] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2023-04-04T18:07:45.363377 #218413] INFO -- : LANG = I, [2023-04-04T18:07:45.363429 #218413] INFO -- : LC_ALL = I, [2023-04-04T18:07:45.363466 #218413] INFO -- : LC_CTYPE = I, [2023-04-04T18:07:45.363503 #218413] INFO -- : MFLAGS = -j4 --jobserver-auth=4,5 I, [2023-04-04T18:07:45.363541 #218413] INFO -- : RUSTC = rustc I, [2023-04-04T18:07:45.363583 #218413] 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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs I, [2023-04-04T18:07:45.374840 #218413] INFO -- : gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I, [2023-04-04T18:07:45.374904 #218413] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2023-04-04T18:07:45.374921 #218413] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2023-04-04T18:07:45.374938 #218413] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2023-04-04T18:07:45.374952 #218413] INFO -- : I, [2023-04-04T18:07:45.407493 #218413] INFO -- : creating verconf.h I, [2023-04-04T18:07:45.575482 #218413] INFO -- : verconf.h updated I, [2023-04-04T18:07:45.578932 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/loadpath.c I, [2023-04-04T18:07:45.891482 #218413] INFO -- : builtin_binary.inc updated I, [2023-04-04T18:07:45.899984 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/builtin.c I, [2023-04-04T18:07:46.740084 #218413] INFO -- : linking static-library libruby-static.a I, [2023-04-04T18:07:48.250341 #218413] INFO -- : linking shared-library libruby.so.3.3.0 I, [2023-04-04T18:07:51.760003 #218413] INFO -- : linking ruby I, [2023-04-04T18:07:51.864571 #218413] INFO -- : $$$[end] "make ruby -j4" exit with 0. I, [2023-04-04T18:07:51.864762 #218413] INFO -- : $$$[beg] make all -j4 I, [2023-04-04T18:07:52.006298 #218413] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2023-04-04T18:07:52.006382 #218413] INFO -- : CC = gcc I, [2023-04-04T18:07:52.006417 #218413] INFO -- : LD = ld I, [2023-04-04T18:07:52.006450 #218413] INFO -- : LDSHARED = gcc -shared I, [2023-04-04T18:07:52.006489 #218413] 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-04-04T18:07:52.006527 #218413] 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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/15.0.0 I, [2023-04-04T18:07:52.006559 #218413] INFO -- : CPPFLAGS = I, [2023-04-04T18:07:52.006592 #218413] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong I, [2023-04-04T18:07:52.006625 #218413] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2023-04-04T18:07:52.006656 #218413] INFO -- : LANG = I, [2023-04-04T18:07:52.006700 #218413] INFO -- : LC_ALL = I, [2023-04-04T18:07:52.006732 #218413] INFO -- : LC_CTYPE = I, [2023-04-04T18:07:52.006763 #218413] INFO -- : MFLAGS = -j4 --jobserver-auth=4,5 I, [2023-04-04T18:07:52.006796 #218413] INFO -- : RUSTC = rustc I, [2023-04-04T18:07:52.006832 #218413] 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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs I, [2023-04-04T18:07:52.010065 #218413] INFO -- : gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I, [2023-04-04T18:07:52.010132 #218413] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2023-04-04T18:07:52.010149 #218413] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2023-04-04T18:07:52.010162 #218413] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2023-04-04T18:07:52.010174 #218413] INFO -- : I, [2023-04-04T18:07:52.126324 #218413] INFO -- : generating encdb.h I, [2023-04-04T18:07:52.142432 #218413] INFO -- : generating enc.mk I, [2023-04-04T18:07:52.143894 #218413] INFO -- : building spec/ruby/optional/capi/ext/array_spec.so I, [2023-04-04T18:07:52.163896 #218413] INFO -- : building spec/ruby/optional/capi/ext/basic_object_spec.so I, [2023-04-04T18:07:52.279833 #218413] INFO -- : encdb.h unchanged I, [2023-04-04T18:07:52.288375 #218413] INFO -- : building spec/ruby/optional/capi/ext/bignum_spec.so I, [2023-04-04T18:07:53.051951 #218413] INFO -- : building spec/ruby/optional/capi/ext/binding_spec.so I, [2023-04-04T18:07:53.176434 #218413] INFO -- : building spec/ruby/optional/capi/ext/boolean_spec.so I, [2023-04-04T18:07:53.396049 #218413] INFO -- : building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so I, [2023-04-04T18:07:53.592302 #218413] INFO -- : building spec/ruby/optional/capi/ext/class_spec.so I, [2023-04-04T18:07:54.019973 #218413] INFO -- : building spec/ruby/optional/capi/ext/class_under_autoload_spec.so I, [2023-04-04T18:07:54.140567 #218413] INFO -- : building spec/ruby/optional/capi/ext/complex_spec.so I, [2023-04-04T18:07:54.180002 #218413] INFO -- : building spec/ruby/optional/capi/ext/constants_spec.so I, [2023-04-04T18:07:54.655919 #218413] INFO -- : building spec/ruby/optional/capi/ext/data_spec.so I, [2023-04-04T18:07:54.943941 #218413] INFO -- : building spec/ruby/optional/capi/ext/debug_spec.so I, [2023-04-04T18:07:54.963480 #218413] INFO -- : building spec/ruby/optional/capi/ext/encoding_spec.so I, [2023-04-04T18:07:55.647065 #218413] INFO -- : building spec/ruby/optional/capi/ext/enumerator_spec.so I, [2023-04-04T18:07:55.724311 #218413] INFO -- : building spec/ruby/optional/capi/ext/exception_spec.so I, [2023-04-04T18:07:56.087478 #218413] INFO -- : building spec/ruby/optional/capi/ext/fiber_spec.so I, [2023-04-04T18:07:56.723469 #218413] INFO -- : building spec/ruby/optional/capi/ext/file_spec.so I, [2023-04-04T18:07:56.860379 #218413] INFO -- : building spec/ruby/optional/capi/ext/fixnum_spec.so I, [2023-04-04T18:07:57.027823 #218413] INFO -- : building spec/ruby/optional/capi/ext/float_spec.so I, [2023-04-04T18:07:57.313399 #218413] INFO -- : building spec/ruby/optional/capi/ext/gc_spec.so I, [2023-04-04T18:07:57.887472 #218413] INFO -- : building spec/ruby/optional/capi/ext/globals_spec.so I, [2023-04-04T18:07:57.920012 #218413] INFO -- : building spec/ruby/optional/capi/ext/hash_spec.so I, [2023-04-04T18:07:57.952422 #218413] INFO -- : building spec/ruby/optional/capi/ext/integer_spec.so I, [2023-04-04T18:07:58.263861 #218413] INFO -- : building spec/ruby/optional/capi/ext/io_spec.so I, [2023-04-04T18:07:58.585717 #218413] INFO -- : building spec/ruby/optional/capi/ext/kernel_spec.so I, [2023-04-04T18:07:58.856460 #218413] INFO -- : building spec/ruby/optional/capi/ext/language_spec.so I, [2023-04-04T18:07:59.123472 #218413] INFO -- : building spec/ruby/optional/capi/ext/marshal_spec.so I, [2023-04-04T18:07:59.664028 #218413] INFO -- : building spec/ruby/optional/capi/ext/module_spec.so I, [2023-04-04T18:07:59.704552 #218413] INFO -- : building spec/ruby/optional/capi/ext/module_under_autoload_spec.so I, [2023-04-04T18:07:59.774265 #218413] INFO -- : building spec/ruby/optional/capi/ext/mutex_spec.so I, [2023-04-04T18:08:00.115944 #218413] INFO -- : building spec/ruby/optional/capi/ext/numeric_spec.so I, [2023-04-04T18:08:00.315968 #218413] INFO -- : building spec/ruby/optional/capi/ext/object_spec.so I, [2023-04-04T18:08:00.528312 #218413] INFO -- : building spec/ruby/optional/capi/ext/proc_spec.so I, [2023-04-04T18:08:00.776108 #218413] INFO -- : building spec/ruby/optional/capi/ext/range_spec.so I, [2023-04-04T18:08:01.244415 #218413] INFO -- : building spec/ruby/optional/capi/ext/rational_spec.so I, [2023-04-04T18:08:01.408567 #218413] INFO -- : building spec/ruby/optional/capi/ext/rbasic_spec.so I, [2023-04-04T18:08:01.672253 #218413] INFO -- : building spec/ruby/optional/capi/ext/regexp_spec.so I, [2023-04-04T18:08:01.895472 #218413] INFO -- : building spec/ruby/optional/capi/ext/st_spec.so I, [2023-04-04T18:08:02.295469 #218413] INFO -- : building spec/ruby/optional/capi/ext/string_spec.so I, [2023-04-04T18:08:02.440729 #218413] INFO -- : building spec/ruby/optional/capi/ext/struct_spec.so I, [2023-04-04T18:08:02.608565 #218413] INFO -- : building spec/ruby/optional/capi/ext/symbol_spec.so I, [2023-04-04T18:08:02.872568 #218413] INFO -- : building spec/ruby/optional/capi/ext/thread_spec.so I, [2023-04-04T18:08:03.219465 #218413] INFO -- : building spec/ruby/optional/capi/ext/time_spec.so I, [2023-04-04T18:08:03.749036 #218413] INFO -- : building spec/ruby/optional/capi/ext/tracepoint_spec.so I, [2023-04-04T18:08:03.920386 #218413] INFO -- : building spec/ruby/optional/capi/ext/typed_data_spec.so I, [2023-04-04T18:08:04.276575 #218413] INFO -- : building spec/ruby/optional/capi/ext/util_spec.so I, [2023-04-04T18:08:04.578407 #218413] INFO -- : making enc I, [2023-04-04T18:08:04.648196 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:04.648286 #218413] INFO -- : make[1]: Nothing to be done for 'enc'. I, [2023-04-04T18:08:04.648340 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:04.655977 #218413] INFO -- : making srcs under enc I, [2023-04-04T18:08:04.773481 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:04.773573 #218413] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2023-04-04T18:08:04.773624 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:04.792076 #218413] INFO -- : generating transdb.h I, [2023-04-04T18:08:05.286885 #218413] INFO -- : transdb.h unchanged I, [2023-04-04T18:08:05.296213 #218413] INFO -- : generating makefiles ext/configure-ext.mk I, [2023-04-04T18:08:05.304209 #218413] INFO -- : making trans I, [2023-04-04T18:08:05.458771 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:05.458854 #218413] INFO -- : make[1]: Nothing to be done for '/tmp/ruby/src/trunk-iseq_binary/enc/trans'. I, [2023-04-04T18:08:05.458902 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:05.476066 #218413] INFO -- : making encs I, [2023-04-04T18:08:05.537801 #218413] INFO -- : ext/configure-ext.mk unchanged I, [2023-04-04T18:08:05.551465 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:05.665533 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:05.672492 #218413] INFO -- : make[1]: Nothing to be done for 'encs'. I, [2023-04-04T18:08:05.672614 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:06.003157 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/rational' I, [2023-04-04T18:08:06.004055 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/-test-/rational/rat.c I, [2023-04-04T18:08:06.064073 #218413] INFO -- : linking shared-object -test-/rational.so I, [2023-04-04T18:08:06.166393 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal' I, [2023-04-04T18:08:06.192713 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal' I, [2023-04-04T18:08:06.207554 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage' I, [2023-04-04T18:08:06.209868 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/coverage/coverage.c I, [2023-04-04T18:08:06.215466 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date' I, [2023-04-04T18:08:06.240391 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date' I, [2023-04-04T18:08:06.260949 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest' I, [2023-04-04T18:08:06.333286 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest' I, [2023-04-04T18:08:06.369349 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle' I, [2023-04-04T18:08:06.398511 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/-test-/rational' I, [2023-04-04T18:08:06.398593 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console' I, [2023-04-04T18:08:06.419471 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console' I, [2023-04-04T18:08:06.454201 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json' I, [2023-04-04T18:08:06.456870 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle' I, [2023-04-04T18:08:06.483726 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf' I, [2023-04-04T18:08:06.487703 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json' I, [2023-04-04T18:08:06.500916 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor' I, [2023-04-04T18:08:06.503680 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf' I, [2023-04-04T18:08:06.518487 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace' I, [2023-04-04T18:08:06.528022 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/objspace/object_tracing.c I, [2023-04-04T18:08:06.551699 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor' I, [2023-04-04T18:08:06.599495 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname' I, [2023-04-04T18:08:06.608191 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl' I, [2023-04-04T18:08:06.624265 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname' I, [2023-04-04T18:08:06.707875 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych' I, [2023-04-04T18:08:06.711960 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl' I, [2023-04-04T18:08:06.722732 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty' I, [2023-04-04T18:08:06.751504 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/pty/pty.c I, [2023-04-04T18:08:06.807528 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych' I, [2023-04-04T18:08:06.932038 #218413] INFO -- : linking shared-object pty.so I, [2023-04-04T18:08:06.975234 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper' I, [2023-04-04T18:08:07.021409 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/ripper/ripper.c I, [2023-04-04T18:08:07.372823 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty' I, [2023-04-04T18:08:07.383458 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm' I, [2023-04-04T18:08:07.399645 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm' I, [2023-04-04T18:08:07.471473 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket' I, [2023-04-04T18:08:07.475471 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/init.c I, [2023-04-04T18:08:08.176584 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/objspace/objspace.c I, [2023-04-04T18:08:08.460006 #218413] INFO -- : linking shared-object coverage.so I, [2023-04-04T18:08:08.750414 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage' I, [2023-04-04T18:08:08.812866 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog' I, [2023-04-04T18:08:08.827899 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog' I, [2023-04-04T18:08:08.850340 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.7.2/ext/debug' I, [2023-04-04T18:08:09.019953 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.7.2/ext/debug' I, [2023-04-04T18:08:09.039317 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.0.4/ext/rbs_extension' I, [2023-04-04T18:08:09.225105 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.0.4/ext/rbs_extension' I, [2023-04-04T18:08:09.331470 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2' I, [2023-04-04T18:08:09.383562 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2' I, [2023-04-04T18:08:09.433454 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/objspace/objspace_dump.c I, [2023-04-04T18:08:09.492304 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/constants.c I, [2023-04-04T18:08:12.180331 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/basicsocket.c I, [2023-04-04T18:08:12.471927 #218413] INFO -- : linking shared-object objspace.so I, [2023-04-04T18:08:12.900134 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace' I, [2023-04-04T18:08:12.927930 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/socket.c I, [2023-04-04T18:08:14.627996 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/ipsocket.c I, [2023-04-04T18:08:16.427472 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/tcpsocket.c I, [2023-04-04T18:08:16.655462 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/tcpserver.c I, [2023-04-04T18:08:16.775472 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/sockssocket.c I, [2023-04-04T18:08:17.760298 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/udpsocket.c I, [2023-04-04T18:08:17.964238 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/unixsocket.c I, [2023-04-04T18:08:18.096049 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/unixserver.c I, [2023-04-04T18:08:19.324348 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/option.c I, [2023-04-04T18:08:19.551308 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/ancdata.c I, [2023-04-04T18:08:19.655932 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/raddrinfo.c I, [2023-04-04T18:08:22.745372 #218413] INFO -- : compiling /tmp/ruby/src/trunk-iseq_binary/ext/socket/ifaddr.c I, [2023-04-04T18:08:23.962679 #218413] INFO -- : linking shared-object socket.so I, [2023-04-04T18:08:24.405710 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket' I, [2023-04-04T18:08:31.851464 #218413] INFO -- : linking shared-object ripper.so I, [2023-04-04T18:08:32.116080 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper' I, [2023-04-04T18:08:32.199782 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:32.503283 #218413] INFO -- : make[2]: 'ruby' is up to date. I, [2023-04-04T18:08:32.503435 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:32.504596 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:32.509225 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:32.509306 #218413] INFO -- : make[1]: Nothing to be done for 'note'. I, [2023-04-04T18:08:32.509344 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:32.510608 #218413] INFO -- : $$$[end] "make all -j4" exit with 0. I, [2023-04-04T18:08:32.510875 #218413] INFO -- : $$$[beg] make install -j4 I, [2023-04-04T18:08:32.764824 #218413] INFO -- : Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854 I, [2023-04-04T18:08:32.768008 #218413] INFO -- : Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 I, [2023-04-04T18:08:32.800033 #218413] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2023-04-04T18:08:32.800112 #218413] INFO -- : CC = gcc I, [2023-04-04T18:08:32.800146 #218413] INFO -- : LD = ld I, [2023-04-04T18:08:32.800181 #218413] INFO -- : LDSHARED = gcc -shared I, [2023-04-04T18:08:32.800214 #218413] 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-04-04T18:08:32.800247 #218413] 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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/15.0.0 I, [2023-04-04T18:08:32.800272 #218413] INFO -- : CPPFLAGS = I, [2023-04-04T18:08:32.800296 #218413] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong I, [2023-04-04T18:08:32.800322 #218413] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2023-04-04T18:08:32.800347 #218413] INFO -- : LANG = I, [2023-04-04T18:08:32.800370 #218413] INFO -- : LC_ALL = I, [2023-04-04T18:08:32.800397 #218413] INFO -- : LC_CTYPE = I, [2023-04-04T18:08:32.800423 #218413] INFO -- : MFLAGS = -j4 --jobserver-auth=4,5 I, [2023-04-04T18:08:32.800450 #218413] INFO -- : RUSTC = rustc I, [2023-04-04T18:08:32.800480 #218413] 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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs I, [2023-04-04T18:08:32.987766 #218413] INFO -- : gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I, [2023-04-04T18:08:32.987830 #218413] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2023-04-04T18:08:32.987849 #218413] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2023-04-04T18:08:32.987876 #218413] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2023-04-04T18:08:32.987892 #218413] INFO -- : I, [2023-04-04T18:08:32.987909 #218413] INFO -- : generating encdb.h I, [2023-04-04T18:08:33.003586 #218413] INFO -- : generating enc.mk I, [2023-04-04T18:08:33.167813 #218413] INFO -- : encdb.h unchanged E, [2023-04-04T18:08:33.382515 #218413] ERROR -- : From https://github.com/ruby/rbs E, [2023-04-04T18:08:33.382603 #218413] ERROR -- : * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD E, [2023-04-04T18:08:33.410194 #218413] ERROR -- : HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined I, [2023-04-04T18:08:33.410906 #218413] INFO -- : echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision - I, [2023-04-04T18:08:33.429006 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/rbs.revision unchanged E, [2023-04-04T18:08:33.465820 #218413] ERROR -- : From https://github.com/ruby/typeprof E, [2023-04-04T18:08:33.465903 #218413] ERROR -- : * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD E, [2023-04-04T18:08:33.508085 #218413] ERROR -- : HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 I, [2023-04-04T18:08:33.509004 #218413] INFO -- : echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-iseq_binary/tool/ifchange /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision - I, [2023-04-04T18:08:33.596732 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/.bundle/.timestamp/typeprof.revision unchanged I, [2023-04-04T18:08:33.602840 #218413] INFO -- : making srcs under enc I, [2023-04-04T18:08:33.602907 #218413] INFO -- : making enc I, [2023-04-04T18:08:33.670104 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:33.670200 #218413] INFO -- : make[1]: Nothing to be done for 'enc'. I, [2023-04-04T18:08:33.670259 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:33.820665 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:33.820741 #218413] INFO -- : make[1]: Nothing to be done for 'srcs'. I, [2023-04-04T18:08:33.820767 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:33.831902 #218413] INFO -- : generating transdb.h I, [2023-04-04T18:08:34.167845 #218413] INFO -- : transdb.h unchanged I, [2023-04-04T18:08:34.170657 #218413] INFO -- : generating makefiles ext/configure-ext.mk I, [2023-04-04T18:08:34.180019 #218413] INFO -- : making trans I, [2023-04-04T18:08:34.303442 #218413] INFO -- : ext/configure-ext.mk unchanged I, [2023-04-04T18:08:34.310133 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:34.358315 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:34.358407 #218413] INFO -- : make[1]: Nothing to be done for '/tmp/ruby/src/trunk-iseq_binary/enc/trans'. I, [2023-04-04T18:08:34.358458 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:34.374815 #218413] INFO -- : making encs I, [2023-04-04T18:08:34.611067 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:34.611148 #218413] INFO -- : make[1]: Nothing to be done for 'encs'. I, [2023-04-04T18:08:34.611171 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:34.935035 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal' I, [2023-04-04T18:08:34.940201 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage' I, [2023-04-04T18:08:34.949460 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest' I, [2023-04-04T18:08:34.951504 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/coverage' I, [2023-04-04T18:08:34.975052 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/date' I, [2023-04-04T18:08:34.979457 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest' I, [2023-04-04T18:08:34.980834 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/bigdecimal' I, [2023-04-04T18:08:34.992913 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/date' I, [2023-04-04T18:08:34.998068 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle' I, [2023-04-04T18:08:35.022123 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console' I, [2023-04-04T18:08:35.025184 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/fiddle' I, [2023-04-04T18:08:35.030068 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/json' I, [2023-04-04T18:08:35.036482 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor' I, [2023-04-04T18:08:35.039158 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/io/console' I, [2023-04-04T18:08:35.042658 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/monitor' I, [2023-04-04T18:08:35.048357 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf' I, [2023-04-04T18:08:35.058203 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace' I, [2023-04-04T18:08:35.064639 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/nkf' I, [2023-04-04T18:08:35.071595 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname' I, [2023-04-04T18:08:35.076907 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pathname' I, [2023-04-04T18:08:35.103532 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/json' I, [2023-04-04T18:08:35.119460 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych' I, [2023-04-04T18:08:35.127456 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty' I, [2023-04-04T18:08:35.128468 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/objspace' I, [2023-04-04T18:08:35.151662 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/pty' I, [2023-04-04T18:08:35.169739 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl' I, [2023-04-04T18:08:35.215795 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper' I, [2023-04-04T18:08:35.215858 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm' I, [2023-04-04T18:08:35.223467 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/psych' I, [2023-04-04T18:08:35.235763 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/rubyvm' I, [2023-04-04T18:08:35.235826 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/openssl' I, [2023-04-04T18:08:35.262814 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket' I, [2023-04-04T18:08:35.272091 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog' I, [2023-04-04T18:08:35.287465 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/syslog' I, [2023-04-04T18:08:35.291713 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/ripper' I, [2023-04-04T18:08:35.291795 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.7.2/ext/debug' I, [2023-04-04T18:08:35.311452 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.0.4/ext/rbs_extension' I, [2023-04-04T18:08:35.336091 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/socket' I, [2023-04-04T18:08:35.374149 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2' I, [2023-04-04T18:08:35.419741 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/debug-1.7.2/ext/debug' I, [2023-04-04T18:08:35.435814 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/ext/digest/sha2' I, [2023-04-04T18:08:35.470476 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary/.bundle/gems/rbs-3.0.4/ext/rbs_extension' I, [2023-04-04T18:08:35.546158 #218413] INFO -- : make[2]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:35.826355 #218413] INFO -- : make[2]: 'ruby' is up to date. I, [2023-04-04T18:08:35.826476 #218413] INFO -- : make[2]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:35.827249 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:35.831583 #218413] INFO -- : make[1]: Entering directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:35.831676 #218413] INFO -- : make[1]: Nothing to be done for 'note'. I, [2023-04-04T18:08:35.831714 #218413] INFO -- : make[1]: Leaving directory '/tmp/ruby/build/trunk-iseq_binary' I, [2023-04-04T18:08:35.832235 #218413] INFO -- : ./miniruby -I/tmp/ruby/src/trunk-iseq_binary/lib -I. -I.ext/common /tmp/ruby/src/trunk-iseq_binary/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-iseq_binary/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc I, [2023-04-04T18:08:36.016671 #218413] INFO -- : Installing to I, [2023-04-04T18:08:36.016780 #218413] INFO -- : installing binary commands: /tmp/ruby/install/trunk-iseq_binary/bin I, [2023-04-04T18:08:36.017219 #218413] INFO -- : installing base libraries: /tmp/ruby/install/trunk-iseq_binary/lib I, [2023-04-04T18:08:36.037959 #218413] INFO -- : installing arch files: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0/x86_64-linux I, [2023-04-04T18:08:36.038428 #218413] INFO -- : installing pkgconfig data: /tmp/ruby/install/trunk-iseq_binary/lib/pkgconfig I, [2023-04-04T18:08:36.038595 #218413] INFO -- : installing extension objects: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0/x86_64-linux I, [2023-04-04T18:08:36.070388 #218413] INFO -- : installing extension objects: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/site_ruby/3.3.0+0/x86_64-linux I, [2023-04-04T18:08:36.070507 #218413] INFO -- : installing extension objects: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux I, [2023-04-04T18:08:36.070733 #218413] INFO -- : installing extension headers: /tmp/ruby/install/trunk-iseq_binary/include/ruby-3.3.0+0/x86_64-linux I, [2023-04-04T18:08:36.071357 #218413] INFO -- : installing extension scripts: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0 I, [2023-04-04T18:08:36.091930 #218413] INFO -- : installing extension scripts: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/site_ruby/3.3.0+0 I, [2023-04-04T18:08:36.092050 #218413] INFO -- : installing extension scripts: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/vendor_ruby/3.3.0+0 I, [2023-04-04T18:08:36.092123 #218413] INFO -- : installing extension headers: /tmp/ruby/install/trunk-iseq_binary/include/ruby-3.3.0+0/ruby I, [2023-04-04T18:08:36.092400 #218413] INFO -- : installing command scripts: /tmp/ruby/install/trunk-iseq_binary/bin I, [2023-04-04T18:08:36.092685 #218413] INFO -- : installing library scripts: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/3.3.0+0 I, [2023-04-04T18:08:36.218522 #218413] INFO -- : installing common headers: /tmp/ruby/install/trunk-iseq_binary/include/ruby-3.3.0+0 I, [2023-04-04T18:08:36.248448 #218413] INFO -- : installing manpages: /tmp/ruby/install/trunk-iseq_binary/share/man/man1 I, [2023-04-04T18:08:36.259450 #218413] INFO -- : installing default gems from lib: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/3.3.0+0 I, [2023-04-04T18:08:36.290430 #218413] INFO -- : abbrev 0.1.1 I, [2023-04-04T18:08:36.304491 #218413] INFO -- : base64 0.1.1 I, [2023-04-04T18:08:36.305986 #218413] INFO -- : benchmark 0.2.1 I, [2023-04-04T18:08:36.307390 #218413] INFO -- : bundler 2.5.0.dev I, [2023-04-04T18:08:36.310697 #218413] INFO -- : cgi 0.3.6 I, [2023-04-04T18:08:36.312473 #218413] INFO -- : csv 3.2.7 I, [2023-04-04T18:08:36.314040 #218413] INFO -- : delegate 0.3.0 I, [2023-04-04T18:08:36.317041 #218413] INFO -- : did_you_mean 1.6.3 I, [2023-04-04T18:08:36.318603 #218413] INFO -- : drb 2.1.1 I, [2023-04-04T18:08:36.320271 #218413] INFO -- : english 0.7.2 I, [2023-04-04T18:08:36.321618 #218413] INFO -- : erb 4.0.2 I, [2023-04-04T18:08:36.324146 #218413] INFO -- : error_highlight 0.5.1 I, [2023-04-04T18:08:36.325685 #218413] INFO -- : fileutils 1.7.1 I, [2023-04-04T18:08:36.327184 #218413] INFO -- : find 0.1.1 I, [2023-04-04T18:08:36.328740 #218413] INFO -- : forwardable 1.3.3 I, [2023-04-04T18:08:36.330213 #218413] INFO -- : getoptlong 0.2.0 I, [2023-04-04T18:08:36.331604 #218413] INFO -- : ipaddr 1.2.5 I, [2023-04-04T18:08:36.336849 #218413] INFO -- : irb 1.6.3 I, [2023-04-04T18:08:36.339290 #218413] INFO -- : logger 1.5.3 I, [2023-04-04T18:08:36.341023 #218413] INFO -- : mutex_m 0.1.2 I, [2023-04-04T18:08:36.342541 #218413] INFO -- : net-http 0.3.2 I, [2023-04-04T18:08:36.343980 #218413] INFO -- : net-protocol 0.2.1 I, [2023-04-04T18:08:36.345366 #218413] INFO -- : observer 0.1.1 I, [2023-04-04T18:08:36.346639 #218413] INFO -- : open-uri 0.3.0 I, [2023-04-04T18:08:36.348293 #218413] INFO -- : open3 0.1.2 I, [2023-04-04T18:08:36.350727 #218413] INFO -- : optparse 0.4.0.pre.1 I, [2023-04-04T18:08:36.352200 #218413] INFO -- : ostruct 0.5.5 I, [2023-04-04T18:08:36.353522 #218413] INFO -- : pp 0.4.0 I, [2023-04-04T18:08:36.354878 #218413] INFO -- : prettyprint 0.1.1 I, [2023-04-04T18:08:36.356380 #218413] INFO -- : pstore 0.1.2 I, [2023-04-04T18:08:36.358153 #218413] INFO -- : racc 1.6.2 I, [2023-04-04T18:08:36.360487 #218413] INFO -- : rdoc 6.5.0 I, [2023-04-04T18:08:36.363757 #218413] INFO -- : readline 0.0.3 I, [2023-04-04T18:08:36.365661 #218413] INFO -- : reline 0.3.3 I, [2023-04-04T18:08:36.367693 #218413] INFO -- : resolv 0.2.2 I, [2023-04-04T18:08:36.369177 #218413] INFO -- : resolv-replace 0.1.1 I, [2023-04-04T18:08:36.370623 #218413] INFO -- : rinda 0.1.1 I, [2023-04-04T18:08:36.372216 #218413] INFO -- : ruby2_keywords 0.0.5 I, [2023-04-04T18:08:36.373639 #218413] INFO -- : securerandom 0.2.2 I, [2023-04-04T18:08:36.375044 #218413] INFO -- : set 1.0.3 I, [2023-04-04T18:08:36.376485 #218413] INFO -- : shellwords 0.1.0 I, [2023-04-04T18:08:36.377821 #218413] INFO -- : singleton 0.1.1 I, [2023-04-04T18:08:36.379072 #218413] INFO -- : syntax_suggest 1.0.2 I, [2023-04-04T18:08:36.381314 #218413] INFO -- : tempfile 0.1.3 I, [2023-04-04T18:08:36.382783 #218413] INFO -- : time 0.2.1 I, [2023-04-04T18:08:36.384303 #218413] INFO -- : timeout 0.3.2 I, [2023-04-04T18:08:36.385745 #218413] INFO -- : tmpdir 0.1.3 I, [2023-04-04T18:08:36.387301 #218413] INFO -- : tsort 0.1.1 I, [2023-04-04T18:08:36.389414 #218413] INFO -- : un 0.2.1 I, [2023-04-04T18:08:36.390924 #218413] INFO -- : uri 0.12.1 I, [2023-04-04T18:08:36.392513 #218413] INFO -- : weakref 0.1.2 I, [2023-04-04T18:08:36.394002 #218413] INFO -- : yaml 0.2.1 I, [2023-04-04T18:08:36.395018 #218413] INFO -- : installing default gems from ext: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/3.3.0+0 I, [2023-04-04T18:08:36.411037 #218413] INFO -- : bigdecimal 3.1.4 I, [2023-04-04T18:08:36.413616 #218413] INFO -- : date 3.3.3 I, [2023-04-04T18:08:36.415212 #218413] INFO -- : digest 3.1.1 I, [2023-04-04T18:08:36.416736 #218413] INFO -- : etc 1.4.2 I, [2023-04-04T18:08:36.418205 #218413] INFO -- : fcntl 1.0.2 I, [2023-04-04T18:08:36.419878 #218413] INFO -- : fiddle 1.1.2 I, [2023-04-04T18:08:36.421358 #218413] INFO -- : io-console 0.6.0 I, [2023-04-04T18:08:36.422793 #218413] INFO -- : io-nonblock 0.2.0 I, [2023-04-04T18:08:36.424348 #218413] INFO -- : io-wait 0.3.0 I, [2023-04-04T18:08:36.425735 #218413] INFO -- : json 2.6.3 I, [2023-04-04T18:08:36.427722 #218413] INFO -- : nkf 0.1.2 I, [2023-04-04T18:08:36.429356 #218413] INFO -- : openssl 3.1.0 I, [2023-04-04T18:08:36.430856 #218413] INFO -- : pathname 0.2.1 I, [2023-04-04T18:08:36.432729 #218413] INFO -- : psych 5.1.0 I, [2023-04-04T18:08:36.434418 #218413] INFO -- : readline-ext 0.1.5 I, [2023-04-04T18:08:36.435918 #218413] INFO -- : stringio 3.0.6 I, [2023-04-04T18:08:36.437531 #218413] INFO -- : strscan 3.0.7 I, [2023-04-04T18:08:36.439135 #218413] INFO -- : syslog 0.1.1 I, [2023-04-04T18:08:36.440771 #218413] INFO -- : zlib 3.0.0 I, [2023-04-04T18:08:36.442111 #218413] INFO -- : installing bundled gems: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/3.3.0+0 I, [2023-04-04T18:08:36.443192 #218413] INFO -- : minitest 5.18.0 I, [2023-04-04T18:08:36.462749 #218413] INFO -- : power_assert 2.0.3 I, [2023-04-04T18:08:36.468070 #218413] INFO -- : rake 13.0.6 I, [2023-04-04T18:08:36.482578 #218413] INFO -- : test-unit 3.5.7 I, [2023-04-04T18:08:36.500447 #218413] INFO -- : rexml 3.2.5 I, [2023-04-04T18:08:36.517120 #218413] INFO -- : rss 0.2.9 I, [2023-04-04T18:08:36.538764 #218413] INFO -- : net-ftp 0.2.0 I, [2023-04-04T18:08:36.542483 #218413] INFO -- : net-imap 0.3.4 I, [2023-04-04T18:08:36.552046 #218413] INFO -- : net-pop 0.1.2 I, [2023-04-04T18:08:36.555787 #218413] INFO -- : net-smtp 0.3.3 I, [2023-04-04T18:08:36.559056 #218413] INFO -- : matrix 0.4.2 I, [2023-04-04T18:08:36.562609 #218413] INFO -- : prime 0.1.2 I, [2023-04-04T18:08:36.567689 #218413] INFO -- : rbs 3.0.4 I, [2023-04-04T18:08:36.666494 #218413] INFO -- : typeprof 0.21.7 I, [2023-04-04T18:08:36.676055 #218413] INFO -- : debug 1.7.2 I, [2023-04-04T18:08:36.685850 #218413] INFO -- : installing bundled gem cache: /tmp/ruby/install/trunk-iseq_binary/lib/ruby/gems/3.3.0+0/cache I, [2023-04-04T18:08:36.695341 #218413] INFO -- : $$$[end] "make install -j4" exit with 0. I, [2023-04-04T18:08:36.697628 #218413] INFO -- : $$$[beg] make yes-btest TESTOPTS='-q -j4' I, [2023-04-04T18:09:54.504706 #218413] INFO -- : PASS all 1825 tests E, [2023-04-04T18:09:54.510678 #218413] ERROR -- : I, [2023-04-04T18:09:54.515540 #218413] INFO -- : $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. I, [2023-04-04T18:09:54.515715 #218413] INFO -- : $$$[beg] make yes-test-basic TESTS='-j4' I, [2023-04-04T18:09:54.716051 #218413] INFO -- : BASERUBY = /usr/bin/ruby --disable=gems I, [2023-04-04T18:09:54.716140 #218413] INFO -- : CC = gcc I, [2023-04-04T18:09:54.716177 #218413] INFO -- : LD = ld I, [2023-04-04T18:09:54.716210 #218413] INFO -- : LDSHARED = gcc -shared I, [2023-04-04T18:09:54.716250 #218413] 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-04-04T18:09:54.716290 #218413] 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-iseq_binary/include -I/tmp/ruby/src/trunk-iseq_binary -I/tmp/ruby/src/trunk-iseq_binary/enc/unicode/15.0.0 I, [2023-04-04T18:09:54.716321 #218413] INFO -- : CPPFLAGS = I, [2023-04-04T18:09:54.716351 #218413] INFO -- : DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong I, [2023-04-04T18:09:54.716381 #218413] INFO -- : SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread I, [2023-04-04T18:09:54.716409 #218413] INFO -- : LANG = I, [2023-04-04T18:09:54.716443 #218413] INFO -- : LC_ALL = I, [2023-04-04T18:09:54.716472 #218413] INFO -- : LC_CTYPE = I, [2023-04-04T18:09:54.716512 #218413] INFO -- : MFLAGS = I, [2023-04-04T18:09:54.716542 #218413] INFO -- : RUSTC = rustc I, [2023-04-04T18:09:54.716575 #218413] 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-iseq_binary/yjit/target/release/' /tmp/ruby/src/trunk-iseq_binary/yjit/src/lib.rs I, [2023-04-04T18:09:54.732811 #218413] INFO -- : gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 I, [2023-04-04T18:09:54.732876 #218413] INFO -- : Copyright (C) 2021 Free Software Foundation, Inc. I, [2023-04-04T18:09:54.732893 #218413] INFO -- : This is free software; see the source for copying conditions. There is NO I, [2023-04-04T18:09:54.732910 #218413] INFO -- : warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I, [2023-04-04T18:09:54.732922 #218413] INFO -- : I, [2023-04-04T18:09:54.908763 #218413] INFO -- : Ignore setproctitle.o because of setproctitle.c under missing I, [2023-04-04T18:09:54.908834 #218413] INFO -- : Ignore strlcat.o because of strlcat.c under missing I, [2023-04-04T18:09:54.908848 #218413] INFO -- : Ignore strlcpy.o because of strlcpy.c under missing I, [2023-04-04T18:09:55.112688 #218413] INFO -- : Checking leaked global symbols...none I, [2023-04-04T18:09:55.302839 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 I, [2023-04-04T18:09:55.302982 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:condition ..OK 2 I, [2023-04-04T18:09:55.303078 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:if/unless ...OK 3 I, [2023-04-04T18:09:55.303232 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:case .....OK 5 I, [2023-04-04T18:09:55.303751 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:while/until ........OK 8 I, [2023-04-04T18:09:55.304039 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:exception ..........OK 10 I, [2023-04-04T18:09:55.304981 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:array .......................................OK 39 I, [2023-04-04T18:09:55.305542 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:hash ...........................OK 27 I, [2023-04-04T18:09:55.308079 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:iterator ...........................................................................................................OK 107 I, [2023-04-04T18:09:55.309674 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:float ................................................................................OK 80 I, [2023-04-04T18:09:55.329552 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:bignum ...............................OK 31 I, [2023-04-04T18:09:55.331719 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:string & char ..............................................................OK 62 I, [2023-04-04T18:09:55.331981 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:assignment ..........OK 10 I, [2023-04-04T18:09:55.332188 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:call ......OK 6 I, [2023-04-04T18:09:55.332553 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:proc .........OK 9 I, [2023-04-04T18:09:55.433066 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:signal ..OK 2 I, [2023-04-04T18:09:55.434609 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:eval ...........................OK 27 I, [2023-04-04T18:09:55.703462 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:system ........OK 8 I, [2023-04-04T18:09:55.703535 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:const .....OK 5 I, [2023-04-04T18:09:55.703553 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:clone .....OK 5 I, [2023-04-04T18:09:55.703568 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:marshal ....OK 4 I, [2023-04-04T18:09:55.703581 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:pack ....OK 4 I, [2023-04-04T18:09:55.703604 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:math ..OK 2 I, [2023-04-04T18:09:55.703618 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:struct ......OK 6 I, [2023-04-04T18:09:55.703632 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:variable ............OK 12 I, [2023-04-04T18:09:55.703645 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:trace ...OK 3 I, [2023-04-04T18:09:55.703659 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:defined? ............OK 12 I, [2023-04-04T18:09:55.703672 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:alias ......OK 6 I, [2023-04-04T18:09:55.703686 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:path .......................OK 23 I, [2023-04-04T18:09:55.822834 #218413] INFO -- : /tmp/ruby/src/trunk-iseq_binary/basictest/test.rb:gc ....OK 4 I, [2023-04-04T18:09:55.830333 #218413] INFO -- : I, [2023-04-04T18:09:55.830393 #218413] INFO -- : test succeeded I, [2023-04-04T18:09:55.839566 #218413] INFO -- : $$$[end] "make yes-test-basic TESTS='-j4'" exit with 0. I, [2023-04-04T18:09:55.839773 #218413] INFO -- : $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4' I, [2023-04-04T18:09:56.383110 #218413] INFO -- : RUBY_ISEQ_DUMP_DEBUG = to_binary I, [2023-04-04T18:09:56.383181 #218413] INFO -- : Run options: I, [2023-04-04T18:09:56.383198 #218413] INFO -- : --seed=9080 I, [2023-04-04T18:09:56.383213 #218413] INFO -- : "--ruby=./miniruby -I/tmp/ruby/src/trunk-iseq_binary/lib -I. -I.ext/common /tmp/ruby/src/trunk-iseq_binary/tool/runruby.rb --extout=.ext -- --disable-gems" I, [2023-04-04T18:09:56.383227 #218413] INFO -- : --excludes-dir=/tmp/ruby/src/trunk-iseq_binary/test/excludes I, [2023-04-04T18:09:56.383240 #218413] INFO -- : --name=!/memory_leak/ I, [2023-04-04T18:09:56.383253 #218413] INFO -- : --stderr-on-failure I, [2023-04-04T18:09:56.383267 #218413] INFO -- : -j4 I, [2023-04-04T18:09:56.383280 #218413] INFO -- : I, [2023-04-04T18:09:56.383294 #218413] INFO -- : # Running tests: I, [2023-04-04T18:09:56.383307 #218413] INFO -- : E, [2023-04-04T18:11:04.512705 #218413] ERROR -- : /tmp/ruby/src/trunk-iseq_binary/lib/yaml.rb:20: warning: already initialized constant YAML E, [2023-04-04T18:11:04.512814 #218413] ERROR -- : /tmp/ruby/src/trunk-iseq_binary/lib/rubygems/specification.rb:1316: warning: previous definition of YAML was here I, [2023-04-04T18:21:47.740204 #218413] INFO -- : Finished tests in 711.367058s, 33.4300 tests/s, 12527.8081 assertions/s. I, [2023-04-04T18:21:47.746788 #218413] INFO -- : 23781 tests, 8911870 assertions, 0 failures, 0 errors, 156 skips I, [2023-04-04T18:21:47.746858 #218413] INFO -- : I, [2023-04-04T18:21:47.746878 #218413] INFO -- : ruby -v: ruby 3.3.0dev (2023-04-04T17:58:11Z master b7717fc390) [x86_64-linux] I, [2023-04-04T18:21:47.747029 #218413] INFO -- : $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. I, [2023-04-04T18:21:47.747171 #218413] INFO -- : $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4' I, [2023-04-04T18:21:48.181074 #218413] INFO -- : $ /tmp/ruby/build/trunk-iseq_binary/miniruby -I/tmp/ruby/src/trunk-iseq_binary/lib /tmp/ruby/src/trunk-iseq_binary/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-iseq_binary --extout=.ext -- /tmp/ruby/src/trunk-iseq_binary/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-iseq_binary/spec/default.mspec --error-output stderr I, [2023-04-04T18:21:48.392165 #218413] INFO -- : ruby 3.3.0dev (2023-04-04T17:58:11Z master b7717fc390) [x86_64-linux] I, [2023-04-04T18:23:55.698941 #218413] INFO -- : .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. I, [2023-04-04T18:23:55.699130 #218413] INFO -- : I, [2023-04-04T18:23:55.699167 #218413] INFO -- : Finished in 127.306623 seconds I, [2023-04-04T18:23:55.699181 #218413] INFO -- : I, [2023-04-04T18:23:55.699194 #218413] INFO -- : 3842 files, 31578 examples, 162801 expectations, 0 failures, 0 errors, 0 tagged I, [2023-04-04T18:23:55.731758 #218413] INFO -- : $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 0.