RESOLVED FIXED 273447
REGRESSION(277878@main): Apple-Sonoma-LLINT-CLoop-BuildAndTest - failed compile-webkit
https://bugs.webkit.org/show_bug.cgi?id=273447
Summary REGRESSION(277878@main): Apple-Sonoma-LLINT-CLoop-BuildAndTest - failed compi...
Marta Darbinyan
Reported 2024-04-29 16:17:11 PDT
Apple-Sonoma-LLINT-CLoop-BuildAndTest are constantly failing to fail compile-webkit. The regression started on 277878@main. The test failed on 277878@main The test passed on 277877@main Error: In file included from /Volumes/Data/worker/Apple-Sonoma-LLINT-CLoop-BuildAndTest/build/WebKitBuild/Debug/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource95.cpp:3: ./runtime/ArrayPrototype.cpp:1060:69: error: member reference base type 'void' is not a structure or union buckets.insert(std::pair { character, SortEntryVector { } }).first->second.append(entry); ./runtime/ArrayPrototype.cpp:1063:26: error: use of undeclared identifier 'buckets'; did you mean 'bucket'? for (auto& entries : buckets) ./runtime/ArrayPrototype.cpp:1040:97: note: 'bucket' declared here static unsigned sortBucketSort(std::span<EncodedJSValue> sorted, unsigned dst, SortEntryVector& bucket, unsigned depth) ./runtime/ArrayPrototype.cpp:1064:51: error: no member named 'second' in 'std::tuple<JSC::JSValue, WTF::String>' dst = sortBucketSort(sorted, dst, entries.second, depth + 1); ./runtime/ArrayPrototype.cpp:1052:36: error: expression result unused [-Werror,-Wunused-value] StdMap<UChar, SortEntryVector> buckets; 9 errors generated. CompileC UnifiedSource94.o CompileC UnifiedSource93.o CompileC UnifiedSource92.o CompileC UnifiedSource91.o CompileC UnifiedSource90.o CompileC UnifiedSource89.o CompileC UnifiedSource88.o CompileC UnifiedSource86.o CompileC UnifiedSource84.o /Volumes/Data/worker/Apple-Sonoma-LLINT-CLoop-BuildAndTest/build/Source/JavaScriptCore/JavaScriptCore.xcodeproj: warning: The OTHER_LDFLAGS build setting is not allowed to contain -dyld_env, use the dedicated LD_ENVIRONMENT build setting instead. ** BUILD FAILED ** The following build commands failed: CompileC /Volumes/Data/worker/Apple-Sonoma-LLINT-CLoop-BuildAndTest/build/WebKitBuild/JavaScriptCore.build/Debug/libJavaScriptCore.build/Objects-normal/x86_64/UnifiedSource95.o /Volumes/Data/worker/Apple-Sonoma-LLINT-CLoop-BuildAndTest/build/WebKitBuild/Debug/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource95.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (1 failure) History: https://build.webkit.org/#/builders/Apple-Sonoma-LLINT-CLoop-BuildAndTest?numbuilds=50 Failed test: https://build.webkit.org/#/builders/945/builds/7857
Attachments
Radar WebKit Bug Importer
Comment 1 2024-04-29 16:17:54 PDT
Note You need to log in before you can comment on or make changes to this bug.