Skip to content

llvm

llvm #3080

Triggered via pull request October 2, 2024 07:32
@paperchalicepaperchalice
synchronize #623
llvm
Status Failure
Total duration 20m 47s
Artifacts

tests.yml

on: pull_request
Matrix: test-bot
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
test-bot (macos-13)
paperchalice/private/llvm-core 19.1.1 did not build
`brew install --verbose --formula --build-bottle paperchalice/private/llvm-core` failed on macOS Ventura (13)!: Formula/llvm/llvm-core.rb#L44
[ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o cd /Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/build/lib/Support && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/build/lib/Support -I/Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/llvm/lib/Support -I/Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/build/include -I/Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/llvm/include -stdlib=libc++ -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported -Werror=global-constructors -Os -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o -MF CMakeFiles/LLVMSupport.dir/Program.cpp.o.d -o CMakeFiles/LLVMSupport.dir/Program.cpp.o -c /Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/llvm/lib/Support/Program.cpp [ 6%] Building CXX object lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o cd /Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/build/lib/Support && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/build/lib/Support -I/Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/llvm/lib/Support -I/Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/build/include -I/Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/llvm/include -stdlib=libc++ -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wmisleading-indentation -Wctad-maybe-unsupported -Werror=global-constructors -Os -DNDEBUG -std=c++17 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk -fPIC -MD -MT lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o -MF CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o.d -o CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o -c /Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/llvm/lib/Support/RWMutex.cpp In file included from /Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/llvm/lib/Support/Path.cpp:1200: /Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/llvm/lib/Support/Unix/Path.inc:206:18: error: no member named 'startswith' in 'llvm::StringRef'; did you mean 'starts_with'? if (Prefix.startswith("/usr/local/Cellar/")) { ^~~~~~~~~~ starts_with /Users/runner/work/homebrew-private/build_farm/llvm-core-20241002-12282-lkmby6/llvm-project-19.1.1.src/llvm/include/llvm/ADT/StringRef.h:250:24: note: 'starts_with' declared here
test-bot (macos-13)
install failed
test-bot (macos-13)
Process completed with exit code 1.
test-bot (macos-13)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-bot (macos-13)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.