While triaging GCB failures, I found a recurring failure in fedora-latest-cmake-quickstart-production.
The build officially fails because networksecurity_quickstart repeatedly times out after 300 seconds:
CMake Error at /workspace/cmake/quickstart-runner.cmake:90 (message):
Non-zero exit status (Process terminated due to timeout) running
/workspace/cmake-out/google/cloud/networksecurity/networksecurity_quickstart
However, the raw logs show a much deeper systemic memory corruption issue. Several other quickstarts are crashing violently but showing as "Passed" because of the --repeat until-pass:3 CTest flag.
Examples from the logs:
backupdr_quickstart & alloydb_quickstart: double free or corruption (fasttop)
video_quickstart: corrupted double-linked list
servicedirectory_quickstart: malloc_consolidate(): unaligned fastbin chunk detected
gkebackup_quickstart & vpcaccess_quickstart: Segmentation fault
This looks like a regression in a core library or a dependency ABI mismatch causing heap corruption.
Failed Build Link: https://pantheon.corp.google.com/cloud-build/builds;region=us-east1/30f1aa53-9157-4939-ba8e-a2790abc278b?project=cloud-cpp-testing-resources
While triaging GCB failures, I found a recurring failure in
fedora-latest-cmake-quickstart-production.The build officially fails because
networksecurity_quickstartrepeatedly times out after 300 seconds:However, the raw logs show a much deeper systemic memory corruption issue. Several other quickstarts are crashing violently but showing as "Passed" because of the
--repeat until-pass:3CTest flag.Examples from the logs:
backupdr_quickstart&alloydb_quickstart:double free or corruption (fasttop)video_quickstart:corrupted double-linked listservicedirectory_quickstart:malloc_consolidate(): unaligned fastbin chunk detectedgkebackup_quickstart&vpcaccess_quickstart:Segmentation faultThis looks like a regression in a core library or a dependency ABI mismatch causing heap corruption.
Failed Build Link: https://pantheon.corp.google.com/cloud-build/builds;region=us-east1/30f1aa53-9157-4939-ba8e-a2790abc278b?project=cloud-cpp-testing-resources