| "git clone --depth 1 https://github.com/ruby/ruby.git trunk_asan" exit with 0. |
| Cloning into 'trunk_asan'... |
| "./autogen.sh" exit with 0. |
| "autoconf" exit with 0. |
| "/tmp/ruby/src/trunk_asan/configure --prefix=/tmp/ruby/install/trunk_asan --disable-install-doc 'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'" exit with 0. |
| "make update-download -j16" exit with 0. |
| Cloning into '/tmp/ruby/src/trunk_asan/gems/src/power_assert'... |
| Cloning into '/tmp/ruby/src/trunk_asan/gems/src/rbs'... |
| Cloning into '/tmp/ruby/src/trunk_asan/gems/src/typeprof'... |
| From https://github.com/ruby/typeprof |
| * branch b19a6416da3a05d57fadd6ffdadb382b6d236ca5 -> FETCH_HEAD |
| HEAD is now at b19a641 Add support for future `putchilledstring` instruction |
| From https://github.com/ruby/power_assert |
| * branch 84e85124c5014a139af39161d484156cfe87a9ed -> FETCH_HEAD |
| HEAD is now at 84e8512 Merge pull request #48 from casperisfine/frozen-string-literals |
| From https://github.com/ruby/rbs |
| * branch 97e12999b14dc36e374ed30a03fca58af62dfd90 -> FETCH_HEAD |
| HEAD is now at 97e12999 Use `File.open` instead of `IO.sysopen` |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 0. |
| + cp /tmp/ruby/src/trunk_asan/enc/jis/props.h.blt /tmp/ruby/src/trunk_asan/enc/jis/props.h |
| "make miniruby -j16" exit with 512. |
| /tmp/ruby/src/trunk_asan/gc_impl.c:659:5: error: unknown type name 'rb_execution_context_t' |
| 659 | rb_execution_context_t *marking_machine_context_ec; |
| | ^ |
| /tmp/ruby/src/trunk_asan/gc.c:2330:48: error: member reference base type 'void' is not a structure or union |
| 2330 | const rb_execution_context_t *ec = objspace->markin1 error generated. |
| g_machine_context_ec; |
| | ~~~~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_asan/gc.c:2406:13: error: member reference base type 'void' is not a structure or union |
| 2406 | objspace->marking_machine_context_ec = ec; |
| | ~~~~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_asan/gc.c:2413:13: error: member reference base type 'void' is not a structure or union |
| 2413 | objspace->marking_machine_context_ec = NULL; |
| | ~~~~~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk_asan/gc.c:2422:5: error: use of undeclared identifier 'objspace' |
| 2422 | objspace->marking_machine_context_ec = ec; |
| | ^ |
| make: *** [Makefile:451: gc_impl.o] Error 1 |
| make: *** Waiting for unfinished jobs.... |
| /tmp/ruby/src/trunk_asan/gc.c:2435:5: error: use of undeclared identifier 'objspace' |
| 2435 | objspace->marking_machine_context_ec = NULL; |
| | ^ |
| 5 errors generated. |
| make: *** [Makefile:451: gc.o] Error 1 |