Hey Yesterday we started to see failure on our mac build on the main branch (which we do not see on official version). The failure:
../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/torque_generated_definitions/js-collection-iterator-tq.o.d -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DCR_XCODE_VERSION=1420 -DCR_CLANG_REVISION=\"llvmorg-18-init-7785-geef35c28-1\" -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64 -DENABLE_GDB_JIT_INTERFACE -DV8_INTL_SUPPORT -DV8_ATOMIC_OBJECT_FIELD_WRITES -DV8_ENABLE_LAZY_SOURCE_POSITIONS -DV8_SHARED_RO_HEAP -DV8_WIN64_UNWINDING_INFO -DV8_ENABLE_REGEXP_INTERPRETER_THREADED_DISPATCH -DV8_SHORT_BUILTIN_CALLS -DV8_EXTERNAL_CODE_SPACE -DV8_ENABLE_SPARKPLUG -DV8_ENABLE_MAGLEV -DV8_ENABLE_TURBOFAN -DV8_ENABLE_SYSTEM_INSTRUMENTATION -DV8_ENABLE_WEBASSEMBLY -DV8_ALLOCATION_FOLDING -DV8_ALLOCATION_SITE_TRACKING -DV8_ADVANCED_BIGINT_ALGORITHMS -DV8_STATIC_ROOTS -DV8_USE_ZLIB -DV8_USE_LIBM_TRIG_FUNCTIONS -DV8_ENABLE_WASM_SIMD256_REVEC -DV8_ENABLE_MAGLEV_GRAPH_PRINTER -DV8_ENABLE_BUILTIN_JUMP_TABLE_SWITCH -DV8_ENABLE_EXTENSIBLE_RO_SNAPSHOT -DV8_COMPRESS_POINTERS -DV8_COMPRESS_POINTERS_IN_SHARED_CAGE -DV8_31BIT_SMIS_ON_64BIT_ARCH -DV8_ENABLE_SANDBOX -DV8_DEPRECATION_WARNINGS -DV8_IMMINENT_DEPRECATION_WARNINGS -DCPPGC_CAGED_HEAP -DCPPGC_YOUNG_GENERATION -DCPPGC_POINTER_COMPRESSION -DCPPGC_SLIM_WRITE_BARRIER -DV8_TARGET_ARCH_X64 -DV8_HAVE_TARGET_OS -DV8_TARGET_OS_MACOS -DV8_RUNTIME_CALL_STATS -DABSL_ALLOCATOR_NOTHROW=1 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -I../.. -Igen -I../../include -Igen/include -I../../third_party/abseil-cpp -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -Wall -Wextra -Wimplicit-fallthrough -Wextra-semi -Wunreachable-code-aggressive -Wthread-safety -Wunguarded-availability -Wno-missing-field-initializers -Wno-unused-parameter -Wno-psabi -Wloop-analysis -Wno-unneeded-internal-declaration -Wenum-compare-conditional -Wno-ignored-pragma-optimize -Wno-deprecated-builtins -Wno-bitfield-constant-conversion -Wno-deprecated-this-capture -Wno-deprecated-include-gch -Wshadow -fno-delete-null-pointer-checks -fno-ident -fno-strict-aliasing -fstack-protector -femit-dwarf-unwind=no-compact-unwind -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -mllvm -instcombine-lower-dbg-declare=0 -mllvm -split-threshold-for-reg-with-hint=0 -ffp-contract=off -arch x86_64 -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -ffile-compilation-dir=. -no-canonical-prefixes -fno-omit-frame-pointer -g2 -gdwarf-aranges -Xclang -debug-info-kind=limited -isysroot ../../../../../../../../../Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk -mmacos-version-min=10.15 -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -Wmissing-field-initializers -Wunreachable-code -Wno-shadow -Wctad-maybe-unsupported -Wshorten-64-to-32 -Wno-invalid-offsetof -O3 -fno-math-errno -fvisibility=default -Wexit-time-destructors -std=c++20 -Wno-trigraphs -fno-exceptions -fno-rtti -c gen/torque-generated/src/objects/js-collection-iterator-tq.cc -o obj/torque_generated_definitions/js-collection-iterator-tq.o 603 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:604>In file included from gen/torque-generated/src/objects/js-collection-iterator-tq.cc:1: 604 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:605>In file included from ../../src/objects/js-collection-iterator-inl.h:8: 605 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:606>In file included from ../../src/objects/js-collection-iterator.h:9: 606 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:607>In file included from ../../src/objects/js-objects.h:10: 607 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:608>In file included from ../../src/objects/embedder-data-slot.h:12: 608 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:609>In file included from ../../src/objects/slots.h:11: 609 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:610>../../src/sandbox/external-pointer-table.h:379:26: error: implicit instantiation of undefined template 'std::vector<unsigned long>' 610 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:611> 379 | std::vector<Address> invalidated_fields_; 611 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:612> | ^ 612 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:613>../../../../../../../../../Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk/usr/include/c++/v1/iosfwd:259:28: note: template is declared here 613 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:614> 259 | class _LIBCPP_TEMPLATE_VIS vector; 614 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:615> | ^ 615 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:616>In file included from gen/torque-generated/src/objects/js-collection-iterator-tq.cc:1: 616 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:617>In file included from ../../src/objects/js-collection-iterator-inl.h:9: 617 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:618>In file included from ../../src/objects/objects-inl.h:24: 618 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:619>In file included from ../../src/heap/heap-write-barrier-inl.h:22: 619 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:620>In file included from ../../src/objects/slots-inl.h:18: 620 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:621>In file included from ../../src/sandbox/external-pointer-inl.h:11: 621 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:622>../../src/sandbox/external-pointer-table-inl.h:173:34: error: cannot initialize a parameter of type 'Space *' (aka 'v8::internal::ExternalEntityTable<v8::internal::ExternalPointerTableEntry, 1073741824>::Space *') with an lvalue of type 'Space *' (aka 'v8::internal::ExternalPointerTable::Space *') 622 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:623> 173 | uint32_t index = AllocateEntry(space); 623 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:624> | ^~~~~ 624 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:625>../../src/sandbox/external-entity-table.h:230:33: note: passing argument to parameter 'space' here 625 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:626> 230 | uint32_t AllocateEntry(Space* space); 626 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:627> | ^ 627 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:628>In file included from gen/torque-generated/src/objects/js-collection-iterator-tq.cc:1: 628 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:629>In file included from ../../src/objects/js-collection-iterator-inl.h:9: 629 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:630>In file included from ../../src/objects/objects-inl.h:24: 630 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:631>In file included from ../../src/heap/heap-write-barrier-inl.h:22: 631 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:632>In file included from ../../src/objects/slots-inl.h:18: 632 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:633>In file included from ../../src/sandbox/external-pointer-inl.h:11: 633 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:634>../../src/sandbox/external-pointer-table-inl.h:245:45: error: cannot initialize a parameter of type 'Space *' (aka 'v8::internal::ExternalEntityTable<v8::internal::ExternalPointerTableEntry, 1073741824>::Space *') with an lvalue of type 'Space *' (aka 'v8::internal::ExternalPointerTable::Space *') 634 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:635> 245 | uint32_t new_index = AllocateEntryBelow(space, start_of_evacuation_area); 635 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:636> | ^~~~~ 636 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:637>../../src/sandbox/external-entity-table.h:237:38: note: passing argument to parameter 'space' here 637 <https://github.com/RedisGears/v8-build/actions/runs/6556404100/job/17806350897#step:7:638> 237 | uint32_t AllocateEntryBelow(Space* space, uint32_t threshold_index); I was wondering if something got broken recently? Or maybe we are doing something wrong? Thanks, Meir Disclaimer The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful. This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast Ltd, an innovator in Software as a Service (SaaS) for business. Providing a safer and more useful place for your human generated data. Specializing in; Security, archiving and compliance. To find out more visit the Mimecast website. -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/2ef45388-4cdc-4cea-b332-b07851c85064n%40googlegroups.com.
