| "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| From https://github.com/ruby/ruby |
| e416311..85dcc48 master -> origin/master |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| /tmp/ruby/src/trunk-gc-asserts/ext/io/console/console.c: In function 'console_set_raw': |
| /tmp/ruby/src/trunk-gc-asserts/ext/io/console/console.c:124:38: warning: implicit declaration of function 'rb_io_path'; did you mean 'rb_io_puts'? [-Wimplicit-function-declaration] |
| 124 | #define sys_fail(io) rb_sys_fail_str(rb_io_path(io)) |
| | ^~~~~~~~~~ |
| /tmp/ruby/src/trunk-gc-asserts/ext/io/console/console.c:461:27: note: in expansion of macro 'sys_fail' |
| 461 | if (!getattr(fd, &t)) sys_fail(io); |
| | ^~~~~~~~ |
| /tmp/ruby/src/trunk-gc-asserts/ext/io/console/console.c: In function 'console_dev': |
| /tmp/ruby/src/trunk-gc-asserts/ext/io/console/console.c:1463:46: warning: implicit declaration of function 'rb_io_closed_p'; did you mean 'rb_io_close'? [-Wimplicit-function-declaration] |
| 1463 | if (!RB_TYPE_P(con, T_FILE) || RTEST(rb_io_closed_p(con))) { |
| | ^~~~~~~~~~~~~~ |
| | rb_io_close |
| /tmp/ruby/src/trunk-gc-asserts/ext/io/console/console.c:1511:15: warning: implicit declaration of function 'rb_io_open_descriptor'; did you mean 'rb_io_descriptor'? [-Wimplicit-function-declaration] |
| 1511 | con = rb_io_open_descriptor(klass, fd, FMODE_READWRITE | FMODE_SYNC, path, Qnil, NULL); |
| | ^~~~~~~~~~~~~~~~~~~~~ |
| | rb_io_descriptor |
| /tmp/ruby/src/trunk-gc-asserts/ext/io/console/console.c: At top level: |
| cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb: TestIO_Console#test_failed_path: symbol lookup error: /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so: undefined symbol: rb_io_path |
| running file: /tmp/ruby/src/trunk-gc-asserts/test/io/console/test_io_console.rb |
| A test worker crashed. It might be an interpreter bug or |
| a bug in test/unit/parallel.rb. Try again without the -j |
| option. |
| make: *** [uncommon.mk:831: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 512. |
| /tmp/ruby/build/trunk-gc-asserts/ruby: symbol lookup error: /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so: undefined symbol: rb_io_path |
| 1) |
| Kernel#pp lazily loads the 'pp' library and delegates the call to that library FAILED |
| Expected exit status is 0 but actual is 127 for command ruby_exe("/tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/rubyspec_temp.20230601-1454103-fwzpr4/2570-rubyexe.rb") |
| Output: |
| /tmp/ruby/src/trunk-gc-asserts/spec/ruby/core/kernel/pp_spec.rb:6:in `block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-gc-asserts/spec/ruby/core/kernel/pp_spec.rb:3:in `<top (required)>' |
| make: *** [uncommon.mk:876: yes-test-spec] Error 1 |