We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal error: 'cassert' file not found
Successful CI run three days ago on main, including v0.4.7 of the libfuzzer-sys crate: https://app.circleci.com/pipelines/github/apollographql/apollo-rs/1882/workflows/ce0f3ce4-41d1-4821-85ea-b6482a2af70f/jobs/12847?invite=true#step-106-8147_33
main
Re-run of the same job now fails to compile some C++ code in the build script of the same version of that crate: https://app.circleci.com/pipelines/github/apollographql/apollo-rs/1882/workflows/a434f1e4-eacb-4adf-acd2-9ad887228ea0/jobs/12904?invite=true#step-106-29330_68
error: failed to run custom build command for `libfuzzer-sys v0.4.7` […] cargo:warning=libfuzzer/FuzzerDefs.h:14:10: fatal error: 'cassert' file not found […] error occurred: Command "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-2" "-fno-omit-frame-pointer" "-m64" "--target=x86_64-apple-darwin" "-mmacosx-version-min=10.7" "-Wall" "-Wextra" "-std=c++17" "-fno-omit-frame-pointer" "-w" "-o" "/Users/distiller/project/target/debug/build/libfuzzer-sys-82fe81b55dd69567/out/libfuzzer/FuzzerTracePC.o" "-c" "libfuzzer/FuzzerTracePC.cpp" with args "c++" did not execute successfully (status code exit status: 1).
Could something have changed in CircleCI’s base environment?
This is blocking PRs like #739 from merging.
The text was updated successfully, but these errors were encountered:
Name
Type
Upgrade XCode on CI
64b578a
This is a blind attempt to see if changing the environment affects #740 See https://circleci.com/docs/using-macos/#supported-xcode-versions
e6adab1
Fixes #740 somehow 🤷 See https://circleci.com/docs/using-macos/#supported-xcode-versions
Upgrade XCode on CI (#741)
990f2eb
SimonSapin
Successfully merging a pull request may close this issue.
Successful CI run three days ago on
main
, including v0.4.7 of the libfuzzer-sys crate: https://app.circleci.com/pipelines/github/apollographql/apollo-rs/1882/workflows/ce0f3ce4-41d1-4821-85ea-b6482a2af70f/jobs/12847?invite=true#step-106-8147_33Re-run of the same job now fails to compile some C++ code in the build script of the same version of that crate: https://app.circleci.com/pipelines/github/apollographql/apollo-rs/1882/workflows/a434f1e4-eacb-4adf-acd2-9ad887228ea0/jobs/12904?invite=true#step-106-29330_68
Could something have changed in CircleCI’s base environment?
This is blocking PRs like #739 from merging.
The text was updated successfully, but these errors were encountered: