pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lang/nodejs fails to build on netbsd-10



A build run after 'make -k' and restarting, to reduce noise.
It's using gcc12 per the c++20 decl.


=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Checking for vulnerabilities in nodejs-26.1.0
Package nodejs-26.1.0 has a command-injection vulnerability, see https://nvd.nist.gov/vuln/detail/CVE-2026-0775
===> Building for nodejs-26.1.0
/usr/pkg/bin/gmake -C out BUILDTYPE=Release V=0
  touch 986198f4f5fac22e09a8b0a8c5d5532d597896a3e06f0b4de27ba3460bfefe23.intermediate
  LD_LIBRARY_PATH=/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/lib.host:/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../tools/v8_gypfiles; mkdir -p /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include/inspector /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/src/inspector/protocol; /usr/pkg/bin/python3.13 ../../deps/v8/third_party/inspector_protocol/code_generator.py --jinja_dir ../../deps/v8/third_party --output_base "/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/src/inspector" --config ../../deps/v8/src/inspector/inspector_protocol_config.json --config_value "protocol.path=../../deps/v8/include/js_protocol.pdl" --inspector_protocol_dir ../../deps/v8/third_party/inspector_protocol
  touch 571e043a61f359ba4fa7ad8f9ba21a6134d3a1abe9fc50ac913f0ee08e081ce2.intermediate
  LD_LIBRARY_PATH=/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/lib.host:/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../.; mkdir -p /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol; /usr/pkg/bin/python3.13 deps/inspector_protocol/code_generator.py --inspector_protocol_dir deps/inspector_protocol --jinja_dir tools/inspector_protocol --output_base "/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/" --config src/inspector/node_protocol_config.json
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_agent.o ../src/inspector_agent.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_agent.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/node_mutex.h:6,
                 from ../src/inspector/network_resource_manager.h:8,
                 from ../src/inspector_agent.h:3,
                 from ../src/inspector_agent.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_io.o ../src/inspector_io.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_io.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/node_mutex.h:6,
                 from ../src/inspector/network_resource_manager.h:8,
                 from ../src/inspector_agent.h:3,
                 from ../src/inspector_socket_server.h:6,
                 from ../src/inspector_io.h:9,
                 from ../src/inspector_io.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../src/crypto/crypto_util.h:15,
                 from ../src/inspector_io.cc:4:
../deps/ncrypto/ncrypto.h: At global scope:
../deps/ncrypto/ncrypto.h:225:45: warning: 'void RSA_free(RSA*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  225 | using RSAPointer = DeleteFnPtr<RSA, RSA_free>;
      |                                             ^
In file included from ../deps/ncrypto/ncrypto.h:12:
/usr/include/openssl/rsa.h:293:28: note: declared here
  293 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
      |                            ^~~~~~~~
../deps/ncrypto/ncrypto.h:1050:26: warning: 'void DH_free(DH*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 1050 |   DeleteFnPtr<DH, DH_free> dh_;
      |                          ^
In file included from ../deps/ncrypto/ncrypto.h:5:
/usr/include/openssl/dh.h:204:28: note: declared here
  204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      |                            ^~~~~~~
../deps/ncrypto/ncrypto.h:1394:34: warning: 'void EC_KEY_free(EC_KEY*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 1394 |   DeleteFnPtr<EC_KEY, EC_KEY_free> key_;
      |                                  ^
In file included from ../deps/ncrypto/ncrypto.h:7:
/usr/include/openssl/ec.h:1003:28: note: declared here
 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
      |                            ^~~~~~~~~~~
../deps/ncrypto/ncrypto.h:1474:38: warning: 'void HMAC_CTX_free(HMAC_CTX*)' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 1474 |   DeleteFnPtr<HMAC_CTX, HMAC_CTX_free> ctx_;
      |                                      ^
In file included from ../deps/ncrypto/ncrypto.h:10:
/usr/include/openssl/hmac.h:35:28: note: declared here
   35 | OSSL_DEPRECATEDIN_3_0 void HMAC_CTX_free(HMAC_CTX *ctx);
      |                            ^~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_js_api.o ../src/inspector_js_api.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_js_api.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/memory_tracker.h:5,
                 from ../src/base_object.h:29,
                 from ../src/base_object-inl.h:27,
                 from ../src/inspector_js_api.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/node_json.o ../src/inspector/node_json.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/node_json.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from ../src/inspector/node_json.h:4,
                 from ../src/inspector/node_json.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/node_string.o ../src/inspector/node_string.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/node_string.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from ../src/inspector/node_string.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/runtime_agent.o ../src/inspector/runtime_agent.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/runtime_agent.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeRuntime.h:10,
                 from ../src/inspector/runtime_agent.h:4,
                 from ../src/inspector/runtime_agent.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/tracing_agent.o ../src/inspector/tracing_agent.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/tracing_agent.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeTracing.h:10,
                 from ../src/inspector/tracing_agent.h:4,
                 from ../src/inspector/tracing_agent.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/worker_agent.o ../src/inspector/worker_agent.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/worker_agent.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeWorker.h:10,
                 from ../src/inspector/worker_agent.h:4,
                 from ../src/inspector/worker_agent.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/network_inspector.o ../src/inspector/network_inspector.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/network_inspector.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/memory_tracker.h:5,
                 from ../src/aliased_buffer.h:7,
                 from ../src/env.h:27,
                 from ../src/inspector/network_inspector.h:5,
                 from ../src/inspector/network_inspector.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/network_agent.o ../src/inspector/network_agent.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/network_agent.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/memory_tracker.h:5,
                 from ../src/aliased_buffer.h:7,
                 from ../src/env.h:27,
                 from ../src/inspector/network_agent.h:4,
                 from ../src/inspector/network_agent.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/target_agent.o ../src/inspector/target_agent.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/target_agent.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/node_mutex.h:6,
                 from ../src/inspector/target_manager.h:9,
                 from ../src/inspector/target_agent.h:6,
                 from ../src/inspector/target_agent.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/io_agent.o ../src/inspector/io_agent.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/io_agent.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/node_mutex.h:6,
                 from ../src/inspector/network_resource_manager.h:8,
                 from ../src/inspector/io_agent.h:5,
                 from ../src/inspector/io_agent.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/dom_storage_agent.o ../src/inspector/dom_storage_agent.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/dom_storage_agent.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/memory_tracker.h:5,
                 from ../src/aliased_buffer.h:7,
                 from ../src/env.h:27,
                 from ../src/inspector/dom_storage_agent.h:6,
                 from ../src/inspector/dom_storage_agent.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/inspector_object_utils.o ../src/inspector/inspector_object_utils.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/inspector_object_utils.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from ../src/inspector/inspector_object_utils.h:5,
                 from ../src/inspector/inspector_object_utils.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/storage_agent.o ../src/inspector/storage_agent.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/storage_agent.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/memory_tracker.h:5,
                 from ../src/aliased_buffer.h:7,
                 from ../src/env.h:27,
                 from ../src/inspector/storage_agent.h:4,
                 from ../src/inspector/storage_agent.cc:1:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Protocol.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Protocol.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.cpp:7:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/NodeWorker.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeWorker.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/NodeWorker.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeWorker.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeWorker.cpp:7:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/NodeTracing.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeTracing.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/NodeTracing.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeTracing.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeTracing.cpp:7:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/NodeRuntime.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeRuntime.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/NodeRuntime.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeRuntime.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/NodeRuntime.cpp:7:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Network.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Network.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Network.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Network.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Network.cpp:7:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Target.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Target.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Target.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Target.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Target.cpp:7:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/IO.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/IO.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/IO.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/IO.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/IO.cpp:7:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/DOMStorage.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/DOMStorage.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/DOMStorage.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/DOMStorage.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/DOMStorage.cpp:7:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Storage.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Storage.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-D__STDC_FORMAT_MACROS' '-DNODE_ARCH="x64"' '-DNODE_PLATFORM="netbsd"' '-DNODE_WANT_INTERNALS=1' '-DNAPI_EXPERIMENTAL=1' '-DNODE_API_EXPERIMENTAL_NO_WARNING=1' '-DV8_DEPRECATION_WARNINGS=1' '-DNODE_OPENSSL_SYSTEM_CERT_PATH=""' '-DSQLITE_ENABLE_SESSION' '-DNODE_USE_NODE_CODE_CACHE=1' '-DHAVE_INSPECTOR=1' '-D__POSIX__' '-DNODE_USE_V8_PLATFORM=1' '-DNODE_HAVE_I18N_SUPPORT=1' '-DNODE_BUNDLED_ZSTD' '-DHAVE_OPENSSL=1' '-DHAVE_AMARO=1' '-DHAVE_SQLITE=1' '-DHAVE_FFI=0' '-DNODE_SHARED_FFI=0' '-DHAVE_QUIC=0' '-DXXH_NAMESPACE=ZSTD_' '-DZSTD_MULTITHREAD' '-DZSTD_DISABLE_ASM' -I/usr/pkg/include -I../src -I../deps/postject -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I../deps/v8/third_party/abseil-cpp -I../deps/googletest/include -I../deps/histogram/src -I../deps/histogram/include -I../deps/nbytes/include -I../deps/inspector_protocol -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I../deps/ncrypto -I../deps/v8/include -I../deps/llhttp/include -I../deps/uvwasi/include -I../deps/ada -I../deps/merve -I../deps/simdjson -I../deps/v8/third_party/simdutf -I../deps/zstd/lib  -Wall -Wextra -Wno-unused-parameter -Wno-restrict -pthread -Wall -Wextra -Wno-unused-parameter -Werror=unused-result -m64 -O3 -fno-omit-frame-pointer -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Storage.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../src/util.h:29,
                 from ../src/inspector/node_string.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Forward.h:19,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Protocol.h:18,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Storage.h:10,
                 from /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/src/node/inspector/protocol/Storage.cpp:7:
../deps/v8/include/v8-profiler.h: In constructor 'v8::HeapProfiler::HeapSnapshotOptions::HeapSnapshotOptions()':
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../deps/v8/include/v8-profiler.h:1128:27: warning: 'v8::HeapProfiler::HeapSnapshotOptions::global_object_name_resolver' is deprecated: Use context_name_resolver callback instead. [-Wdeprecated-declarations]
 1128 |     HeapSnapshotOptions() {}
      |                           ^
../deps/v8/include/v8-profiler.h:1142:25: note: declared here
 1142 |     ObjectNameResolver* global_object_name_resolver = nullptr;
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  rm -f /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode.a && ar crs /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode.a /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/api/async_resource.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/api/callback.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/api/embed_helpers.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/api/encoding.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/api/environment.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/api/exceptions.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/api/hooks.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/api/utils.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/async_context_frame.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/async_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/base_object.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/builtin_info.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/cares_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/cleanup_queue.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/compile_cache.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/connect_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/connection_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/dataqueue/queue.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/debug_utils.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/embedded_data.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/encoding_binding.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/env.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/fs_event_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/handle_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/heap_utils.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/histogram.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/internal_only_v8.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/js_native_api_v8.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/js_stream.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/json_utils.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/js_udp_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/module_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_api.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_binding.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_blob.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_buffer.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_builtins.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_config.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_config_file.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_constants.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_cjs_lexer.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_contextify.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_credentials.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_debug.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_dir.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_dotenv.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_env_var.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_errors.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_external_reference.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_file.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_file_utils.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_http_parser.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_http2.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_i18n.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_locks.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_main_instance.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_messaging.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_metadata.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_diagnostics_channel.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_modules.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_options.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_os.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_perf.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_platform.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_profiling.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_postmortem_metadata.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_process_events.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_process_methods.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_process_object.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_realm.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_report.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_report_module.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_report_utils.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_sea.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_sea_bin.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_serdes.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_shadow_realm.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_snapshotable.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_sockaddr.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_stat_watcher.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_symbols.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_task_queue.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_task_runner.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_trace_events.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_types.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_url.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_url_pattern.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_util.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_v8.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_wasi.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_wasm_web_api.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_watchdog.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_worker.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_zlib.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/path.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/permission/child_process_permission.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/permission/ffi_permission.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/permission/fs_permission.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/permission/inspector_permission.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/permission/permission.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/permission/wasi_permission.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/permission/worker_permission.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/permission/net_permission.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/permission/addon_permission.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/pipe_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/process_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/signal_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/spawn_sync.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/stream_base.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/stream_pipe.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/stream_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/string_bytes.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/string_decoder.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/tcp_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/timers.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/timer_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/tracing/agent.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/tracing/node_trace_buffer.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/tracing/node_trace_writer.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/tracing/trace_event.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/tracing/traced_value.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/tty_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/udp_wrap.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/util.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/uv.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/cppgc_helpers.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/large_pages/node_large_page.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_sqlite.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_webstorage.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_agent.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_io.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_profiler.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_js_api.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_socket.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector_socket_server.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/main_thread_interface.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/node_json.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/node_string.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/runtime_agent.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/tracing_agent.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/worker_agent.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/network_inspector.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/network_agent.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/target_manager.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/target_agent.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/worker_inspector.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/io_agent.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/network_resource_manager.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/dom_storage_agent.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/inspector_object_utils.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/storage_agent.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/inspector/notification_emitter.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_aes.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_argon2.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_bio.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_chacha20_poly1305.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_common.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_dsa.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_hkdf.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_pbkdf2.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_sig.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_timing.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_cipher.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_context.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_ec.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_pqc.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_kem.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_hmac.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_kmac.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_turboshake.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_random.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_rsa.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_spkac.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_util.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_clienthello.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_dh.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_hash.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_keys.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_keygen.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_scrypt.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_tls.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/crypto/crypto_x509.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/src/node_crypto.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/node_javascript.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Protocol.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/NodeWorker.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/NodeTracing.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/NodeRuntime.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Network.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Target.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/IO.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/DOMStorage.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/libnode/gen/src/node/inspector/protocol/Storage.o
  touch 9223dcd379b4ff2f17133b852a68cb6c2d7bc19351c24f9e0b4c30129389cd3c.intermediate
  LD_LIBRARY_PATH=/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/lib.host:/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/lib.target:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd ../tools/v8_gypfiles; mkdir -p /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/torque-generated/src/builtins /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/torque-generated/src/debug /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/torque-generated/src/ic /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/torque-generated/src/wasm /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/torque-generated /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/torque-generated/src/objects /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/torque-generated/test/torque /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/torque-generated/third_party/v8/builtins; "/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/torque" -o "/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/torque-generated" -v8-root ../../deps/v8 src/builtins/aggregate-error.tq src/builtins/array-at.tq src/builtins/array-concat.tq src/builtins/array-copywithin.tq src/builtins/array-every.tq src/builtins/array-filter.tq src/builtins/array-find.tq src/builtins/array-findindex.tq src/builtins/array-findlast.tq src/builtins/array-findlastindex.tq src/builtins/array-flat.tq src/builtins/array-foreach.tq src/builtins/array-from-async.tq src/builtins/array-from.tq src/builtins/array-isarray.tq src/builtins/array-join.tq src/builtins/array-lastindexof.tq src/builtins/array-map.tq src/builtins/array-of.tq src/builtins/array-reduce-right.tq src/builtins/array-reduce.tq src/builtins/array-reverse.tq src/builtins/array-shift.tq src/builtins/array-slice.tq src/builtins/array-some.tq src/builtins/array-splice.tq src/builtins/array-to-reversed.tq src/builtins/array-to-sorted.tq src/builtins/array-to-spliced.tq src/builtins/array-unshift.tq src/builtins/array-with.tq src/builtins/array.tq src/builtins/arraybuffer.tq src/builtins/base.tq src/builtins/boolean.tq src/builtins/builtins-bigint.tq src/builtins/builtins-string.tq src/builtins/cast.tq src/builtins/collections.tq src/builtins/constructor.tq src/builtins/conversion.tq src/builtins/convert.tq src/builtins/console.tq src/builtins/data-view.tq src/builtins/finalization-registry.tq src/builtins/frames.tq src/builtins/frame-arguments.tq src/builtins/function.tq src/builtins/growable-fixed-array.tq src/builtins/ic-callable.tq src/builtins/ic.tq src/builtins/internal-coverage.tq src/builtins/internal.tq src/builtins/iterator.tq src/builtins/iterator-from.tq src/builtins/iterator-helpers.tq src/builtins/map-groupby.tq src/builtins/math.tq src/builtins/number.tq src/builtins/object-fromentries.tq src/builtins/object-groupby.tq src/builtins/object.tq src/builtins/promise-abstract-operations.tq src/builtins/promise-all.tq src/builtins/promise-all-element-closure.tq src/builtins/promise-any.tq src/builtins/promise-constructor.tq src/builtins/promise-finally.tq src/builtins/promise-jobs.tq src/builtins/promise-misc.tq src/builtins/promise-race.tq src/builtins/promise-reaction-job.tq src/builtins/promise-resolve.tq src/builtins/promise-then.tq src/builtins/promise-try.tq src/builtins/promise-withresolvers.tq src/builtins/proxy-constructor.tq src/builtins/proxy-delete-property.tq src/builtins/proxy-get-property.tq src/builtins/proxy-get-prototype-of.tq src/builtins/proxy-has-property.tq src/builtins/proxy-is-extensible.tq src/builtins/proxy-prevent-extensions.tq src/builtins/proxy-revocable.tq src/builtins/proxy-revoke.tq src/builtins/proxy-set-property.tq src/builtins/proxy-set-prototype-of.tq src/builtins/proxy.tq src/builtins/reflect.tq src/builtins/regexp-exec.tq src/builtins/regexp-match-all.tq src/builtins/regexp-match.tq src/builtins/regexp-replace.tq src/builtins/regexp-search.tq src/builtins/regexp-source.tq src/builtins/regexp-split.tq src/builtins/regexp-test.tq src/builtins/regexp.tq src/builtins/set-difference.tq src/builtins/set-intersection.tq src/builtins/set-is-disjoint-from.tq src/builtins/set-is-subset-of.tq src/builtins/set-is-superset-of.tq src/builtins/set-symmetric-difference.tq src/builtins/set-union.tq src/builtins/string-at.tq src/builtins/string-endswith.tq src/builtins/string-html.tq src/builtins/string-includes.tq src/builtins/string-indexof.tq src/builtins/string-iswellformed.tq src/builtins/string-iterator.tq src/builtins/string-match-search.tq src/builtins/string-pad.tq src/builtins/string-repeat.tq src/builtins/string-replaceall.tq src/builtins/string-slice.tq src/builtins/string-startswith.tq src/builtins/string-substr.tq src/builtins/string-substring.tq src/builtins/string-towellformed.tq src/builtins/string-trim.tq src/builtins/suppressed-error.tq src/builtins/symbol.tq src/builtins/torque-internal.tq src/builtins/typed-array-at.tq src/builtins/typed-array-createtypedarray.tq src/builtins/typed-array-every.tq src/builtins/typed-array-entries.tq src/builtins/typed-array-filter.tq src/builtins/typed-array-find.tq src/builtins/typed-array-findindex.tq src/builtins/typed-array-findlast.tq src/builtins/typed-array-findlastindex.tq src/builtins/typed-array-foreach.tq src/builtins/typed-array-from.tq src/builtins/typed-array-keys.tq src/builtins/typed-array-of.tq src/builtins/typed-array-reduce.tq src/builtins/typed-array-reduceright.tq src/builtins/typed-array-set.tq src/builtins/typed-array-slice.tq src/builtins/typed-array-some.tq src/builtins/typed-array-sort.tq src/builtins/typed-array-subarray.tq src/builtins/typed-array-to-reversed.tq src/builtins/typed-array-to-sorted.tq src/builtins/typed-array-values.tq src/builtins/typed-array-with.tq src/builtins/typed-array.tq src/builtins/weak-ref.tq src/ic/handler-configuration.tq src/objects/allocation-site.tq src/objects/api-callbacks.tq src/objects/arguments.tq src/objects/bigint.tq src/objects/call-site-info.tq src/objects/cell.tq src/objects/bytecode-array.tq src/objects/contexts.tq src/objects/cpp-heap-external-object.tq src/objects/data-handler.tq src/objects/debug-objects.tq src/objects/descriptor-array.tq src/objects/embedder-data-array.tq src/objects/feedback-cell.tq src/objects/feedback-vector.tq src/objects/fixed-array.tq src/objects/foreign.tq src/objects/free-space.tq src/objects/heap-number.tq src/objects/heap-object.tq src/objects/js-array-buffer.tq src/objects/js-array.tq src/objects/js-atomics-synchronization.tq src/objects/js-collection-iterator.tq src/objects/js-collection.tq src/objects/js-disposable-stack.tq src/objects/js-function.tq src/objects/js-generator.tq src/objects/js-iterator-helpers.tq src/objects/js-objects.tq src/objects/js-promise.tq src/objects/js-proxy.tq src/objects/js-raw-json.tq src/objects/js-regexp-string-iterator.tq src/objects/js-regexp.tq src/objects/js-shadow-realm.tq src/objects/js-shared-array.tq src/objects/js-struct.tq src/objects/js-weak-refs.tq src/objects/literal-objects.tq src/objects/map.tq src/objects/megadom-handler.tq src/objects/microtask.tq src/objects/module.tq src/objects/name.tq src/objects/oddball.tq src/objects/hole.tq src/objects/trusted-object.tq src/objects/ordered-hash-table.tq src/objects/primitive-heap-object.tq src/objects/promise.tq src/objects/property-array.tq src/objects/property-cell.tq src/objects/property-descriptor-object.tq src/objects/prototype-info.tq src/objects/regexp-match-info.tq src/objects/scope-info.tq src/objects/script.tq src/objects/shared-function-info.tq src/objects/source-text-module.tq src/objects/string.tq src/objects/struct.tq src/objects/swiss-hash-table-helpers.tq src/objects/swiss-name-dictionary.tq src/objects/synthetic-module.tq src/objects/template-objects.tq src/objects/templates.tq src/objects/torque-defined-classes.tq src/objects/turbofan-types.tq src/objects/turboshaft-types.tq test/torque/test-torque.tq third_party/v8/builtins/array-sort.tq src/objects/intl-objects.tq src/objects/js-break-iterator.tq src/objects/js-collator.tq src/objects/js-date-time-format.tq src/objects/js-display-names.tq src/objects/js-duration-format.tq src/objects/js-list-format.tq src/objects/js-locale.tq src/objects/js-number-format.tq src/objects/js-plural-rules.tq src/objects/js-relative-time-format.tq src/objects/js-segment-iterator.tq src/objects/js-segmenter.tq src/objects/js-segments.tq src/builtins/js-to-js.tq src/builtins/js-to-wasm.tq src/builtins/wasm.tq src/builtins/wasm-strings.tq src/builtins/wasm-to-js.tq src/debug/debug-wasm-objects.tq src/wasm/wasm-objects.tq
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/builtins/builtins-math.o ../deps/v8/src/builtins/builtins-math.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/builtins/builtins-math.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/builtins/builtins-math.cc:5:
../deps/v8/src/builtins/builtins-iterator-inl.h: In function 'v8::internal::MaybeDirectHandle<v8::internal::Object> v8::internal::IterableForEach(Isolate*, DirectHandle<Object>, IntVisitor, DoubleVisitor, GenericVisitor, std::optional<long unsigned int>)':
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: error: static assertion failed
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: the comparison reduces to '(4294967295 <= 2147483647)'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: error: static assertion failed
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: the comparison reduces to '(0 >= -2147483648)'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: error: static assertion failed
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: the comparison reduces to '(18446744073709551615 <= 2147483647)'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: error: static assertion failed
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: the comparison reduces to '(0 >= -2147483648)'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: error: static assertion failed
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: the comparison reduces to '(9223372036854775807 <= 2147483647)'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: error: static assertion failed
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: the comparison reduces to '(-9223372036854775808 >= -2147483648)'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: error: static assertion failed
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: the comparison reduces to '(3.40282347e+38f <= 2147483647)'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: error: static assertion failed
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: the comparison reduces to '(1.7976931348623157e+308 <= 2147483647)'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_base_without_compiler.target.mk:1144: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/builtins/builtins-math.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/runtime/runtime-debug.o ../deps/v8/src/runtime/runtime-debug.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/runtime/runtime-debug.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/runtime/runtime-debug.cc:32:
../deps/v8/src/builtins/builtins-iterator-inl.h: In function 'v8::internal::MaybeDirectHandle<v8::internal::Object> v8::internal::IterableForEach(Isolate*, DirectHandle<Object>, IntVisitor, DoubleVisitor, GenericVisitor, std::optional<long unsigned int>)':
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: error: static assertion failed
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: the comparison reduces to '(4294967295 <= 2147483647)'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: error: static assertion failed
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: the comparison reduces to '(0 >= -2147483648)'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: error: static assertion failed
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: the comparison reduces to '(18446744073709551615 <= 2147483647)'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: error: static assertion failed
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: the comparison reduces to '(0 >= -2147483648)'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: error: static assertion failed
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: the comparison reduces to '(9223372036854775807 <= 2147483647)'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: error: static assertion failed
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: the comparison reduces to '(-9223372036854775808 >= -2147483648)'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  278 |                         std::numeric_limits<int>::min());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:277:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  277 |           static_assert(std::numeric_limits<ctype>::min() >=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: error: static assertion failed
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: the comparison reduces to '(3.40282347e+38f <= 2147483647)'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: error: static assertion failed
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: the comparison reduces to '(1.7976931348623157e+308 <= 2147483647)'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
  276 |                         std::numeric_limits<int>::max());                   \
      |                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~    
../deps/v8/src/builtins/builtins-iterator-inl.h:275:59: note: in definition of macro 'TYPED_ARRAY_CASE'
  275 |           static_assert(std::numeric_limits<ctype>::max() <=                \
      |                                                           ^~
../deps/v8/src/objects/elements-kind.h:34:3: note: in expansion of macro 'TYPED_ARRAYS_BASE'
   34 |   TYPED_ARRAYS_BASE(V)  \
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/builtins/builtins-iterator-inl.h:288:11: note: in expansion of macro 'TYPED_ARRAYS'
  288 |           TYPED_ARRAYS(TYPED_ARRAY_CASE)
      |           ^~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_base_without_compiler.target.mk:1144: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/runtime/runtime-debug.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/custom-preview.o ../deps/v8/src/inspector/custom-preview.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/custom-preview.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/injected-script.o ../deps/v8/src/inspector/injected-script.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/injected-script.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/inspected-context.o ../deps/v8/src/inspector/inspected-context.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/inspected-context.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/remote-object-id.o ../deps/v8/src/inspector/remote-object-id.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/remote-object-id.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/search-util.o ../deps/v8/src/inspector/search-util.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/search-util.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/string-util.o ../deps/v8/src/inspector/string-util.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/string-util.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/test-interface.o ../deps/v8/src/inspector/test-interface.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/test-interface.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-console-agent-impl.o ../deps/v8/src/inspector/v8-console-agent-impl.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-console-agent-impl.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-console-message.o ../deps/v8/src/inspector/v8-console-message.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-console-message.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-console.o ../deps/v8/src/inspector/v8-console.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-console.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-debugger-agent-impl.o ../deps/v8/src/inspector/v8-debugger-agent-impl.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-debugger-agent-impl.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-debugger-id.o ../deps/v8/src/inspector/v8-debugger-id.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-debugger-id.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-debugger-script.o ../deps/v8/src/inspector/v8-debugger-script.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-debugger-script.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-debugger.o ../deps/v8/src/inspector/v8-debugger.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-debugger.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-deep-serializer.o ../deps/v8/src/inspector/v8-deep-serializer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-deep-serializer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-heap-profiler-agent-impl.o ../deps/v8/src/inspector/v8-heap-profiler-agent-impl.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-heap-profiler-agent-impl.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-inspector-impl.o ../deps/v8/src/inspector/v8-inspector-impl.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-inspector-impl.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-inspector-session-impl.o ../deps/v8/src/inspector/v8-inspector-session-impl.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-inspector-session-impl.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-profiler-agent-impl.o ../deps/v8/src/inspector/v8-profiler-agent-impl.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-profiler-agent-impl.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-regex.o ../deps/v8/src/inspector/v8-regex.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-regex.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-runtime-agent-impl.o ../deps/v8/src/inspector/v8-runtime-agent-impl.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-runtime-agent-impl.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-schema-agent-impl.o ../deps/v8/src/inspector/v8-schema-agent-impl.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-schema-agent-impl.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-serialization-duplicate-tracker.o ../deps/v8/src/inspector/v8-serialization-duplicate-tracker.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-serialization-duplicate-tracker.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-stack-trace-impl.o ../deps/v8/src/inspector/v8-stack-trace-impl.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-stack-trace-impl.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-value-utils.o ../deps/v8/src/inspector/v8-value-utils.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/v8-value-utils.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/value-mirror.o ../deps/v8/src/inspector/value-mirror.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/inspector/value-mirror.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Protocol.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/src/inspector/protocol/Protocol.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Protocol.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Console.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/src/inspector/protocol/Console.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Console.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Debugger.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/src/inspector/protocol/Debugger.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Debugger.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/HeapProfiler.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/src/inspector/protocol/HeapProfiler.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/HeapProfiler.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Profiler.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/src/inspector/protocol/Profiler.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Profiler.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Runtime.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/src/inspector/protocol/Runtime.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Runtime.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Schema.o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/src/inspector/protocol/Schema.cpp '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/gen/inspector-generated-output-root/src/inspector/protocol/Schema.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/function-compiler.o ../deps/v8/src/wasm/function-compiler.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' '-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root -I../deps/v8/third_party/inspector_protocol -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/inspector-generated-output-root/include -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I../deps/v8/third_party/zlib -I../deps/v8/third_party/zlib/google -I../deps/v8/third_party/simdutf -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/function-compiler.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/wasm/turboshaft-graph-interface.h:13,
                 from ../deps/v8/src/wasm/function-compiler.cc:20:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_base_without_compiler.target.mk:1144: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_base_without_compiler/deps/v8/src/wasm/function-compiler.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/pipeline.o ../deps/v8/src/compiler/pipeline.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/pipeline.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/block-instrumentation-reducer.h:8,
                 from ../deps/v8/src/compiler/turboshaft/register-allocation-phase.h:12,
                 from ../deps/v8/src/compiler/turboshaft/pipelines.h:27,
                 from ../deps/v8/src/compiler/pipeline.cc:87:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/pipeline.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/assembler.o ../deps/v8/src/compiler/turboshaft/assembler.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/assembler.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/assembler.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/assembler.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/block-instrumentation-phase.o ../deps/v8/src/compiler/turboshaft/block-instrumentation-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/block-instrumentation-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/block-instrumentation-reducer.h:8,
                 from ../deps/v8/src/compiler/turboshaft/block-instrumentation-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/block-instrumentation-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/block-instrumentation-reducer.o ../deps/v8/src/compiler/turboshaft/block-instrumentation-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/block-instrumentation-reducer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/block-instrumentation-reducer.h:8,
                 from ../deps/v8/src/compiler/turboshaft/block-instrumentation-reducer.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/block-instrumentation-reducer.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/code-elimination-and-simplification-phase.o ../deps/v8/src/compiler/turboshaft/code-elimination-and-simplification-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/code-elimination-and-simplification-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/code-elimination-and-simplification-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/code-elimination-and-simplification-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/copying-phase.o ../deps/v8/src/compiler/turboshaft/copying-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/copying-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/copying-phase.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/copying-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-branch-elimination-phase.o ../deps/v8/src/compiler/turboshaft/csa-branch-elimination-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-branch-elimination-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/branch-elimination-reducer.h:13,
                 from ../deps/v8/src/compiler/turboshaft/csa-branch-elimination-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-branch-elimination-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-early-machine-optimization-phase.o ../deps/v8/src/compiler/turboshaft/csa-early-machine-optimization-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-early-machine-optimization-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/csa-early-machine-optimization-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-early-machine-optimization-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-late-escape-analysis-phase.o ../deps/v8/src/compiler/turboshaft/csa-late-escape-analysis-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-late-escape-analysis-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/csa-late-escape-analysis-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-late-escape-analysis-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-load-elimination-phase.o ../deps/v8/src/compiler/turboshaft/csa-load-elimination-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-load-elimination-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/csa-load-elimination-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-load-elimination-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-memory-optimization-phase.o ../deps/v8/src/compiler/turboshaft/csa-memory-optimization-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-memory-optimization-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/machine-optimization-reducer.h:32,
                 from ../deps/v8/src/compiler/turboshaft/csa-memory-optimization-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/csa-memory-optimization-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/debug-feature-lowering-phase.o ../deps/v8/src/compiler/turboshaft/debug-feature-lowering-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/debug-feature-lowering-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/debug-feature-lowering-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/debug-feature-lowering-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/decompression-optimization.o ../deps/v8/src/compiler/turboshaft/decompression-optimization.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/decompression-optimization.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/decompression-optimization.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/decompression-optimization.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/graph-builder.o ../deps/v8/src/compiler/turboshaft/graph-builder.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/graph-builder.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/graph-builder.cc:34:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/graph-builder.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.o ../deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.h:8,
                 from ../deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/late-escape-analysis-reducer.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o ../deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.h:13,
                 from ../deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/late-load-elimination-reducer.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/loop-peeling-phase.o ../deps/v8/src/compiler/turboshaft/loop-peeling-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/loop-peeling-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/loop-peeling-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/loop-peeling-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/loop-unrolling-phase.o ../deps/v8/src/compiler/turboshaft/loop-unrolling-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/loop-unrolling-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/loop-unrolling-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/loop-unrolling-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/loop-unrolling-reducer.o ../deps/v8/src/compiler/turboshaft/loop-unrolling-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/loop-unrolling-reducer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/loop-unrolling-reducer.h:13,
                 from ../deps/v8/src/compiler/turboshaft/loop-unrolling-reducer.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/loop-unrolling-reducer.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/machine-lowering-phase.o ../deps/v8/src/compiler/turboshaft/machine-lowering-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/machine-lowering-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/machine-lowering-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/machine-lowering-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o ../deps/v8/src/compiler/turboshaft/memory-optimization-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/memory-optimization-reducer.h:13,
                 from ../deps/v8/src/compiler/turboshaft/memory-optimization-reducer.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/memory-optimization-reducer.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/optimize-phase.o ../deps/v8/src/compiler/turboshaft/optimize-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/optimize-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/optimize-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/optimize-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/pipelines.o ../deps/v8/src/compiler/turboshaft/pipelines.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/pipelines.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/block-instrumentation-reducer.h:8,
                 from ../deps/v8/src/compiler/turboshaft/register-allocation-phase.h:12,
                 from ../deps/v8/src/compiler/turboshaft/pipelines.h:27,
                 from ../deps/v8/src/compiler/turboshaft/pipelines.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/pipelines.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o ../deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.h:8,
                 from ../deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/pretenuring-propagation-reducer.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/store-store-elimination-phase.o ../deps/v8/src/compiler/turboshaft/store-store-elimination-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/store-store-elimination-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/branch-elimination-reducer.h:13,
                 from ../deps/v8/src/compiler/turboshaft/store-store-elimination-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/store-store-elimination-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/string-escape-analysis-reducer.o ../deps/v8/src/compiler/turboshaft/string-escape-analysis-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/string-escape-analysis-reducer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/string-escape-analysis-reducer.h:9,
                 from ../deps/v8/src/compiler/turboshaft/string-escape-analysis-reducer.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/string-escape-analysis-reducer.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/turbolev-graph-builder.o ../deps/v8/src/compiler/turboshaft/turbolev-graph-builder.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/turbolev-graph-builder.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/turbolev-graph-builder.cc:28:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/turbolev-graph-builder.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/type-assertions-phase.o ../deps/v8/src/compiler/turboshaft/type-assertions-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/type-assertions-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
make: Working in: /n0/gdt/pkgsrc-current/pkgsrc/lang/nodejs
make[1]: Working in: /n0/gdt/pkgsrc-current/pkgsrc/lang/nodejs
In file included from ../deps/v8/src/compiler/turboshaft/assert-types-reducer.h:15,
                 from ../deps/v8/src/compiler/turboshaft/type-assertions-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/type-assertions-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/typed-optimizations-phase.o ../deps/v8/src/compiler/turboshaft/typed-optimizations-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/typed-optimizations-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/typed-optimizations-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/typed-optimizations-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/backend/x64/instruction-selector-x64.o ../deps/v8/src/compiler/backend/x64/instruction-selector-x64.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/backend/x64/instruction-selector-x64.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/load-store-simplification-reducer.h:8,
                 from ../deps/v8/src/compiler/backend/x64/instruction-selector-x64.cc:24:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/backend/x64/instruction-selector-x64.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-dead-code-elimination-phase.o ../deps/v8/src/compiler/turboshaft/wasm-dead-code-elimination-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-dead-code-elimination-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/wasm-dead-code-elimination-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-dead-code-elimination-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-gc-optimize-phase.o ../deps/v8/src/compiler/turboshaft/wasm-gc-optimize-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-gc-optimize-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/wasm-gc-optimize-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-gc-optimize-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-gc-typed-optimization-reducer.o ../deps/v8/src/compiler/turboshaft/wasm-gc-typed-optimization-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-gc-typed-optimization-reducer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/wasm-gc-typed-optimization-reducer.h:12,
                 from ../deps/v8/src/compiler/turboshaft/wasm-gc-typed-optimization-reducer.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-gc-typed-optimization-reducer.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-in-js-inlining-phase.o ../deps/v8/src/compiler/turboshaft/wasm-in-js-inlining-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-in-js-inlining-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/wasm-in-js-inlining-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-in-js-inlining-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-lowering-phase.o ../deps/v8/src/compiler/turboshaft/wasm-lowering-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-lowering-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/wasm-lowering-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-lowering-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-optimize-phase.o ../deps/v8/src/compiler/turboshaft/wasm-optimize-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-optimize-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/branch-elimination-reducer.h:13,
                 from ../deps/v8/src/compiler/turboshaft/wasm-optimize-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-optimize-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-shuffle-reducer.o ../deps/v8/src/compiler/turboshaft/wasm-shuffle-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-shuffle-reducer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/wasm-shuffle-reducer.h:16,
                 from ../deps/v8/src/compiler/turboshaft/wasm-shuffle-reducer.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-shuffle-reducer.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-simd-phase.o ../deps/v8/src/compiler/turboshaft/wasm-simd-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-simd-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/wasm-simd-phase.cc:7:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-simd-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/wasm/turboshaft-graph-interface.o ../deps/v8/src/wasm/turboshaft-graph-interface.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/wasm/turboshaft-graph-interface.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/wasm/turboshaft-graph-interface.h:13,
                 from ../deps/v8/src/wasm/turboshaft-graph-interface.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/wasm/turboshaft-graph-interface.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/wasm/wrappers.o ../deps/v8/src/wasm/wrappers.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/wasm/wrappers.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/wasm/turboshaft-graph-interface.h:13,
                 from ../deps/v8/src/wasm/wrappers.h:15,
                 from ../deps/v8/src/wasm/wrappers.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/wasm/wrappers.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-revec-phase.o ../deps/v8/src/compiler/turboshaft/wasm-revec-phase.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-revec-phase.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/copying-phase.h:22,
                 from ../deps/v8/src/compiler/turboshaft/wasm-revec-phase.cc:8:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-revec-phase.o] Error 1
  c++ -o /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-revec-reducer.o ../deps/v8/src/compiler/turboshaft/wasm-revec-reducer.cc '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-DNODE_OPENSSL_CONF_NAME=nodejs_conf' '-DICU_NO_USER_DATA_OVERRIDE' '-DV8_GYP_BUILD' '-DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64' '-DBUILDING_V8_SHARED' '-DBUILDING_V8_PLATFORM_SHARED' '-D__STDC_FORMAT_MACROS' '-DV8_TARGET_ARCH_X64' '-DV8_EMBEDDER_STRING="-node.19"' '-DENABLE_DISASSEMBLER' '-DV8_PROMISE_INTERNAL_FIELD_COUNT=1' '-DV8_SHORT_BUILTIN_CALLS' '-DOBJECT_PRINT' '-DV8_INTL_SUPPORT' '-DV8_ATOMIC_OBJECT_FIELD_WRITES' '-DV8_ENABLE_LAZY_SOURCE_POSITIONS' '-DV8_USE_SIPHASH' '-DV8_ENABLE_SEEDED_ARRAY_INDEX_HASH' '-DNDEBUG' '-DV8_WIN64_UNWINDING_INFO' '-DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH' '-DV8_USE_ZLIB' '-DV8_ENABLE_LEAPTIERING' '-DV8_ENABLE_SPARKPLUG' '-DV8_ENABLE_MAGLEV' '-DV8_ENABLE_TURBOFAN' '-DV8_ENABLE_WEBASSEMBLY' '-DV8_ENABLE_JAVASCRIPT_PROMISE_HOOKS' '-DV8_ENABLE_CONTINUATION_PRESERVED_EMBEDDER_DATA' '-DV8_ALLOCATION_FOLDING' '-DV8_ALLOCATION_SITE_TRACKING' '-DV8_ADVANCED_BIGINT_ALGORITHMS' '-DV8_ENABLE_WASM_SIMD256_REVEC' -I../deps/v8 -I../deps/v8/include -I/usr/pkg/include -I../deps/v8/third_party/fp16/src/include -I../deps/v8/third_party/highway/src -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen/generate-bytecode-output-root -I/tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj/gen -I../deps/v8/third_party/abseil-cpp  -fvisibility=hidden -fvisibility-inlines-hidden -pthread -Wno-unused-parameter -Wno-strict-overflow -Wno-return-type -Wno-int-in-bool-context -Wno-deprecated -Wno-stringop-overflow -Wno-stringop-overread -Wno-restrict -Wno-array-bounds -Wno-nonnull -Wno-dangling-pointer -flax-vector-conversions -I/usr/pkg/include -m64 -O3 -fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3 -fno-rtti -fno-exceptions -fno-strict-aliasing -std=gnu++20 -Wno-invalid-offsetof -MMD -MF /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/.deps//tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-revec-reducer.o.d.raw -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -O2 -pthread -I/usr/include -I/usr/pkg/include -Dz_off_t=long -I/usr/pkg/include/libxml2 -c
In file included from ../deps/v8/src/compiler/turboshaft/wasm-revec-reducer.h:15,
                 from ../deps/v8/src/compiler/turboshaft/wasm-revec-reducer.cc:5:
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThan(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1845:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1845 |   SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
      |   ^~~~~~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h: In member function 'v8::internal::compiler::turboshaft::V<v8::internal::compiler::turboshaft::WordWithBits<32> > v8::internal::compiler::turboshaft::AssemblerOpInterface<Next>::SmiLessThanOrEqual(v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>, v8::internal::compiler::turboshaft::ConstOrV<v8::internal::Smi>)':
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: error: static assertion failed
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: the comparison reduces to '(8 == 4)'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                     ~~~~~~~~~~~~^~~~~~~~~~~~~
../deps/v8/src/compiler/turboshaft/assembler.h:1838:33: note: in definition of macro 'SMI_COMPARISON_OP'
 1838 |       static_assert(kTaggedSize == kInt32Size);                            \
      |                                 ^~
../deps/v8/src/compiler/turboshaft/assembler.h:1839:53: error: static assertion failed
 1839 |       static_assert(v8::internal::SmiValuesAre31Bits());                   \
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
../deps/v8/src/compiler/turboshaft/assembler.h:1846:3: note: in expansion of macro 'SMI_COMPARISON_OP'
 1846 |   SMI_COMPARISON_OP(SmiLessThanOrEqual, IntPtrLessThanOrEqual,
      |   ^~~~~~~~~~~~~~~~~
gmake[1]: *** [tools/v8_gypfiles/v8_compiler.target.mk:380: /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/v8_compiler/deps/v8/src/compiler/turboshaft/wasm-revec-reducer.o] Error 1
  touch /tmp/work/lang/nodejs/work/node-v26.1.0/out/Release/obj.target/shared_embedtest.stamp
gmake[1]: Target 'all' not remade because of errors.
rm 571e043a61f359ba4fa7ad8f9ba21a6134d3a1abe9fc50ac913f0ee08e081ce2.intermediate 986198f4f5fac22e09a8b0a8c5d5532d597896a3e06f0b4de27ba3460bfefe23.intermediate 9223dcd379b4ff2f17133b852a68cb6c2d7bc19351c24f9e0b4c30129389cd3c.intermediate
gmake: *** [Makefile:143: node] Error 2
gmake: Target 'all' not remade because of errors.
*** Please use pkgtools/verifypc to sanity check dependencies.
*** Error code 2 (continuing)
`all' not remade because of errors.

Stop.
make[1]: stopped in /n0/gdt/pkgsrc-current/pkgsrc/lang/nodejs
*** Error code 1 (continuing)
`all' not remade because of errors.

Stop.
make: stopped in /n0/gdt/pkgsrc-current/pkgsrc/lang/nodejs
Cacheable calls:      57 /  102 (55.88%)
  Hits:               57 /   57 (100.0%)
    Direct:           57 /   57 (100.0%)
    Preprocessed:      0 /   57 ( 0.00%)
  Misses:              0 /   57 ( 0.00%)
Uncacheable calls:    45 /  102 (44.12%)
Local storage:
  Cache size (GiB): 10.0 / 10.0 (99.94%)
  Hits:               57 /   57 (100.0%)
  Misses:              0 /   57 ( 0.00%)



Home | Main Index | Thread Index | Old Index