-
Type: Bug
-
Status: In Progress (View Workflow)
-
Priority: Medium
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: voltha-protos
-
Labels:None
-
Story Points:0
Generic failure affecting multiple patches.
- Timeout reported after 20 minutes.
- NOP patches containing new/unused config files or simple copyright notice edits have failed.
Failure was mostly silent early on, instrumentation has been added within the makefile and to commands being invoked.
04:05:09 x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX="Python" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX="1.39.0" -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 -DPyMODINIT_FUNC=extern "C" __attribute__((visibility ("default"))) PyObject* -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -I/usr/include/python3.6m -I/w/workspace/verify_voltha-protos_unit-test/voltha-protos/.tox/py36/include/python3.6m -c src/core/lib/iomgr/executor.cc -o python_build/temp.linux-x86_64-3.6/src/core/lib/iomgr/executor.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread 04:05:10 cc1plus: warning: command line option ‘-std=gnu99’ is valid for C/ObjC but not for C++ 04:05:10 Build timed out (after 20 minutes). Marking the build as failed.
This warning also appears in the output stream. Problem should be addressed in case the compiler does not completely ignore invalid switches.
Main obstacle is locating this switch. It appears to be a default flag (not specified within the makefile). Not installed locally so may be available within a docker container.
04:05:09 cc1plus: warning: command line option ‘-std=gnu99’ is valid for C/ObjC but not for C++
- links to