chamikaramj opened a new issue, #33425: URL: https://github.com/apache/beam/issues/33425
### What happened? Seems like all runs for the past two days failed and it was very flaky before that. Note that this prevents Beam container snapshots from being published which blocks/breaks other tests. For example, https://github.com/apache/beam/actions/runs/12403586484/job/34627334523 ``` #16 422.9 Building wheel for google-cloud-profiler (setup.py): finished with status 'error' #16 423.0 error: subprocess-exited-with-error #16 423.0 #16 423.0 ?? python setup.py bdist_wheel did not run successfully. #16 423.0 ??? exit code: 1 #16 423.0 ??????> [41 lines of output] #16 423.0 /usr/local/lib/python3.9/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. #16 423.0 !! #16 423.0 #16 423.0 ******************************************************************************** #16 423.0 Requirements should be satisfied by a PEP 517 installer. #16 423.0 If you are using pip, you can try `pip install --use-pep517`. #16 423.0 ******************************************************************************** #16 423.0 #16 423.0 !! #16 423.0 dist.fetch_build_eggs(dist.setup_requires) #16 423.0 running bdist_wheel #16 423.0 running build #16 423.0 running build_py #16 423.0 creating build/lib.linux-aarch64-cpython-39/googlecloudprofiler #16 423.0 copying googlecloudprofiler/client.py -> build/lib.linux-aarch64-cpython-39/googlecloudprofiler #16 423.0 copying googlecloudprofiler/backoff.py -> build/lib.linux-aarch64-cpython-39/googlecloudprofiler #16 423.0 copying googlecloudprofiler/cpu_profiler.py -> build/lib.linux-aarch64-cpython-39/googlecloudprofiler #16 423.0 copying googlecloudprofiler/__version__.py -> build/lib.linux-aarch64-cpython-39/googlecloudprofiler #16 423.0 copying googlecloudprofiler/profile_pb2.py -> build/lib.linux-aarch64-cpython-39/googlecloudprofiler #16 423.0 copying googlecloudprofiler/__init__.py -> build/lib.linux-aarch64-cpython-39/googlecloudprofiler #16 423.0 copying googlecloudprofiler/pythonprofiler.py -> build/lib.linux-aarch64-cpython-39/googlecloudprofiler #16 423.0 copying googlecloudprofiler/builder.py -> build/lib.linux-aarch64-cpython-39/googlecloudprofiler #16 423.0 running build_ext #16 423.0 building 'googlecloudprofiler._profiler' extension #16 423.0 creating build/temp.linux-aarch64-cpython-39/googlecloudprofiler/src #16 423.0 g++ -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Igooglecloudprofiler/src -I/usr/local/include/python3.9 -c googlecloudprofiler/src/_profiler.cc -o build/temp.linux-aarch64-cpython-39/googlecloudprofiler/src/_profiler.o -std=c++11 #16 423.0 In file included from googlecloudprofiler/src/profiler.h:26, #16 423.0 from googlecloudprofiler/src/_profiler.cc:18: #16 423.0 googlecloudprofiler/src/stacktraces.h: In member function ???void AsyncSafeTraceMultiset::Reset()???: #16 423.0 googlecloudprofiler/src/stacktraces.h:72:24: warning: ???void* memset(void*, int, size_t)??? clearing an object of type ???struct AsyncSafeTraceMultiset::TraceData??? with no trivial copy-assignment; use value-initialization instead [-Wclass-memaccess] #16 423.0 72 | void Reset() { memset(traces_, 0, sizeof(traces_)); } #16 423.0 | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #16 423.0 googlecloudprofiler/src/stacktraces.h:89:10: note: ???struct AsyncSafeTraceMultiset::TraceData??? declared here #16 423.0 89 | struct TraceData { #16 423.0 | ^~~~~~~~~ #16 423.0 g++ -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Igooglecloudprofiler/src -I/usr/local/include/python3.9 -c googlecloudprofiler/src/clock.cc -o build/temp.linux-aarch64-cpython-39/googlecloudprofiler/src/clock.o -std=c++11 #16 423.0 g++ -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Igooglecloudprofiler/src -I/usr/local/include/python3.9 -c googlecloudprofiler/src/log.cc -o build/temp.linux-aarch64-cpython-39/googlecloudprofiler/src/log.o -std=c++11 #16 423.0 g++: internal compiler error: Segmentation fault signal terminated program cc1plus #16 423.0 Please submit a full bug report, with preprocessed source (by using -freport-bug). #16 423.0 See <file:///usr/share/doc/gcc-12/README.Bugs> for instructions. #16 423.0 error: command '/usr/bin/g++' failed with exit code 4 #16 423.0 [end of output] #16 423.0 #16 423.0 note: This error originates from a subprocess, and is likely not a problem with pip. #16 423.0 ERROR: Failed building wheel for google-cloud-profiler ``` ### Issue Priority Priority: 1 (data loss / total loss of function) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
