See <https://builds.apache.org/job/beam_PerformanceTests_Python/389/display/redirect>
------------------------------------------ [...truncated 880.03 KB...] ./src/core/lib/iomgr/ev_posix.h:89:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] const char *grpc_get_poll_strategy_name(); ^ ./src/core/lib/iomgr/ev_posix.h:159:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] const grpc_event_engine_vtable *grpc_get_event_engine_test_only(); ^ In file included from src/core/lib/iomgr/ev_epollex_linux.c:34:0: include/grpc/support/alloc.h:61:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI gpr_allocation_functions gpr_get_allocation_functions(); ^ In file included from src/core/lib/iomgr/ev_epollex_linux.c:35:0: include/grpc/support/log.h:71:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI void gpr_log_verbosity_init(); ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/ev_epollsig_linux.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/ev_epollsig_linux.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from ./src/core/lib/iomgr/ev_epollsig_linux.h:22:0, from src/core/lib/iomgr/ev_epollsig_linux.c:24: ./src/core/lib/iomgr/ev_posix.h:89:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] const char *grpc_get_poll_strategy_name(); ^ ./src/core/lib/iomgr/ev_posix.h:159:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] const grpc_event_engine_vtable *grpc_get_event_engine_test_only(); ^ In file included from src/core/lib/iomgr/ev_epollsig_linux.c:36:0: include/grpc/support/alloc.h:61:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI gpr_allocation_functions gpr_get_allocation_functions(); ^ In file included from src/core/lib/iomgr/ev_epollsig_linux.c:37:0: include/grpc/support/log.h:71:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI void gpr_log_verbosity_init(); ^ src/core/lib/iomgr/ev_epollsig_linux.c:683:20: warning: function declaration isnt a prototype [-Wstrict-prototypes] static grpc_error *polling_island_global_init() { ^ src/core/lib/iomgr/ev_epollsig_linux.c:694:13: warning: function declaration isnt a prototype [-Wstrict-prototypes] static void polling_island_global_shutdown() { ^ src/core/lib/iomgr/ev_epollsig_linux.c:957:13: warning: function declaration isnt a prototype [-Wstrict-prototypes] static void poller_kick_init() { signal(grpc_wakeup_signal, sig_handler); } ^ src/core/lib/iomgr/ev_epollsig_linux.c:1702:13: warning: function declaration isnt a prototype [-Wstrict-prototypes] static bool is_epoll_available() { ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/ev_poll_posix.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/ev_poll_posix.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from ./src/core/lib/iomgr/ev_poll_posix.h:22:0, from src/core/lib/iomgr/ev_poll_posix.c:23: ./src/core/lib/iomgr/ev_posix.h:89:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] const char *grpc_get_poll_strategy_name(); ^ ./src/core/lib/iomgr/ev_posix.h:159:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] const grpc_event_engine_vtable *grpc_get_event_engine_test_only(); ^ In file included from src/core/lib/iomgr/ev_poll_posix.c:32:0: include/grpc/support/alloc.h:61:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI gpr_allocation_functions gpr_get_allocation_functions(); ^ In file included from src/core/lib/iomgr/ev_poll_posix.c:33:0: include/grpc/support/log.h:71:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI void gpr_log_verbosity_init(); ^ src/core/lib/iomgr/ev_poll_posix.c:1608:13: warning: function declaration isnt a prototype [-Wstrict-prototypes] static void global_cv_fd_table_init() { ^ src/core/lib/iomgr/ev_poll_posix.c:1639:13: warning: function declaration isnt a prototype [-Wstrict-prototypes] static void global_cv_fd_table_shutdown() { ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/ev_posix.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/ev_posix.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from src/core/lib/iomgr/ev_posix.c:23:0: ./src/core/lib/iomgr/ev_posix.h:89:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] const char *grpc_get_poll_strategy_name(); ^ ./src/core/lib/iomgr/ev_posix.h:159:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] const grpc_event_engine_vtable *grpc_get_event_engine_test_only(); ^ In file included from src/core/lib/iomgr/ev_posix.c:27:0: include/grpc/support/alloc.h:61:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI gpr_allocation_functions gpr_get_allocation_functions(); ^ In file included from src/core/lib/iomgr/ev_posix.c:28:0: include/grpc/support/log.h:71:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI void gpr_log_verbosity_init(); ^ src/core/lib/iomgr/ev_posix.c:124:33: warning: function declaration isnt a prototype [-Wstrict-prototypes] const grpc_event_engine_vtable *grpc_get_event_engine_test_only() { ^ src/core/lib/iomgr/ev_posix.c:129:13: warning: function declaration isnt a prototype [-Wstrict-prototypes] const char *grpc_get_poll_strategy_name() { return g_poll_strategy_name; } ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/ev_windows.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/ev_windows.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/exec_ctx.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/exec_ctx.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from src/core/lib/iomgr/exec_ctx.c:21:0: include/grpc/support/log.h:71:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI void gpr_log_verbosity_init(); ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/executor.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/executor.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from src/core/lib/iomgr/executor.c:19:0: ./src/core/lib/iomgr/executor.h:37:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] bool grpc_executor_is_threaded(); ^ In file included from src/core/lib/iomgr/executor.c:23:0: include/grpc/support/alloc.h:61:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI gpr_allocation_functions gpr_get_allocation_functions(); ^ In file included from src/core/lib/iomgr/executor.c:25:0: include/grpc/support/log.h:71:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI void gpr_log_verbosity_init(); ^ src/core/lib/iomgr/executor.c:73:6: warning: function declaration isnt a prototype [-Wstrict-prototypes] bool grpc_executor_is_threaded() { ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/gethostname_fallback.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/gethostname_fallback.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/gethostname_host_name_max.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/gethostname_host_name_max.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from src/core/lib/iomgr/gethostname_host_name_max.c:26:0: include/grpc/support/alloc.h:61:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI gpr_allocation_functions gpr_get_allocation_functions(); ^ src/core/lib/iomgr/gethostname_host_name_max.c:28:7: warning: function declaration isnt a prototype [-Wstrict-prototypes] char *grpc_gethostname() { ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/gethostname_sysconf.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/gethostname_sysconf.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/iocp_windows.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/iocp_windows.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/iomgr.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/iomgr.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from src/core/lib/iomgr/iomgr.c:24:0: include/grpc/support/alloc.h:61:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI gpr_allocation_functions gpr_get_allocation_functions(); ^ In file included from src/core/lib/iomgr/iomgr.c:25:0: include/grpc/support/log.h:71:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI void gpr_log_verbosity_init(); ^ In file included from src/core/lib/iomgr/iomgr.c:32:0: ./src/core/lib/iomgr/executor.h:37:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] bool grpc_executor_is_threaded(); ^ In file included from src/core/lib/iomgr/iomgr.c:34:0: ./src/core/lib/iomgr/network_status_tracker.h:28:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] void grpc_network_status_shutdown_all_endpoints(); ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/iomgr_posix.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/iomgr_posix.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from src/core/lib/iomgr/iomgr_posix.c:24:0: ./src/core/lib/iomgr/ev_posix.h:89:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] const char *grpc_get_poll_strategy_name(); ^ ./src/core/lib/iomgr/ev_posix.h:159:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] const grpc_event_engine_vtable *grpc_get_event_engine_test_only(); ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/iomgr_uv.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/iomgr_uv.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/iomgr_windows.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/iomgr_windows.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/is_epollexclusive_available.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/is_epollexclusive_available.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from src/core/lib/iomgr/is_epollexclusive_available.c:25:0: include/grpc/support/log.h:71:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI void gpr_log_verbosity_init(); ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/load_file.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/load_file.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from src/core/lib/iomgr/load_file.c:24:0: include/grpc/support/alloc.h:61:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI gpr_allocation_functions gpr_get_allocation_functions(); ^ In file included from src/core/lib/iomgr/load_file.c:25:0: include/grpc/support/log.h:71:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI void gpr_log_verbosity_init(); ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/lockfree_event.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/lockfree_event.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] In file included from src/core/lib/iomgr/lockfree_event.c:21:0: include/grpc/support/log.h:71:1: warning: function declaration isnt a prototype [-Wstrict-prototypes] GPRAPI void gpr_log_verbosity_init(); ^ x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DOPENSSL_NO_ASM=1 -D_WIN32_WINNT=1536 -DGPR_BACKWARDS_COMPATIBILITY_MODE=1 -DHAVE_CONFIG_H=1 -DPyMODINIT_FUNC=__attribute__((visibility ("default"))) void -Isrc/python/grpcio -Iinclude -I. -Ithird_party/boringssl/include -Ithird_party/zlib -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -I/usr/include/python2.7 -c src/core/lib/iomgr/network_status_tracker.c -o python_build/temp.linux-x86_64-2.7/src/core/lib/iomgr/network_status_tracker.o -std=c++11 -std=gnu99 -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread cc1: warning: command line option -std=c++11 is valid for C++/ObjC++ but not for C [enabled by default] src/core/lib/iomgr/network_status_tracker.c:27:6: warning: function declaration isnt a prototype [-Wstrict-prototypes] void grpc_destroy_network_status_monitor() {} ^ src/core/lib/iomgr/network_status_tracker.c:33:6: warning: function declaration isnt a prototype [-Wstrict-prototypes] void grpc_network_status_shutdown_all_endpoints() {} ^ STDERR: ++ dirname /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/generate-sources.sh + HERE=/tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8 + EXAMPLES_ROOT=/tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java + JAVA8_EXAMPLES_ROOT=/tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java8 + ARCHETYPE_ROOT=/tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources + mkdir -p /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java + mkdir -p /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java + rsync -a --exclude cookbook --exclude complete /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java/src/main/java/org/apache/beam/examples/ /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java --delete + rsync -a --exclude cookbook --exclude complete --exclude '*IT.java' /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java/src/test/java/org/apache/beam/examples/ /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java --delete + rsync -a /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java8/src/main/java/org/apache/beam/examples/ /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java + rsync -a /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java8/src/test/java/org/apache/beam/examples/ /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java + xargs -0 sed -i.bak 's/^package org\.apache\.beam\.examples/package ${package}/g' + find /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java -name '*.java' -print0 + xargs -0 sed -i.bak 's/^package org\.apache\.beam\.examples/package ${package}/g' + find /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java -name '*.java' -print0 + xargs -0 sed -i.bak 's/^import org\.apache\.beam\.examples/import ${package}/g' + find /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java -name '*.java' -print0 + xargs -0 sed -i.bak 's/^import org\.apache\.beam\.examples/import ${package}/g' + find /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java -name '*.java' -print0 + find /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src -name '*.bak' -delete setup.py:66: UserWarning: You are using version 1.5.4 of pip. However, version 7.0.0 is recommended. _PIP_VERSION, REQUIRED_PIP_VERSION setup.py:66: UserWarning: You are using version 1.5.4 of pip. However, version 7.0.0 is recommended. _PIP_VERSION, REQUIRED_PIP_VERSION /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/python/gen_protos.py:47: UserWarning: Installing grpcio-tools is recommended for development. warnings.warn('Installing grpcio-tools is recommended for development.') WARNING:root:Installing grpcio-tools into /tmp/perfkitbenchmarker/runs/674c22a6/beam/sdks/python/.eggs/grpcio-wheels 2017-09-30 00:25:39,629 674c22a6 MainThread beam_integration_benchmark(1/1) INFO Running benchmark beam_integration_benchmark 2017-09-30 00:25:39,657 674c22a6 MainThread beam_integration_benchmark(1/1) ERROR Error during benchmark beam_integration_benchmark Traceback (most recent call last): File "<https://builds.apache.org/job/beam_PerformanceTests_Python/ws/PerfKitBenchmarker/perfkitbenchmarker/pkb.py",> line 559, in RunBenchmark DoRunPhase(spec, collector, detailed_timer) File "<https://builds.apache.org/job/beam_PerformanceTests_Python/ws/PerfKitBenchmarker/perfkitbenchmarker/pkb.py",> line 472, in DoRunPhase samples = spec.BenchmarkRun(spec) File "<https://builds.apache.org/job/beam_PerformanceTests_Python/ws/PerfKitBenchmarker/perfkitbenchmarker/linux_benchmarks/beam_integration_benchmark.py",> line 159, in Run job_type=job_type) File "<https://builds.apache.org/job/beam_PerformanceTests_Python/ws/PerfKitBenchmarker/perfkitbenchmarker/providers/gcp/gcp_dpb_dataflow.py",> line 87, in SubmitJob self.spec, classname, job_arguments) File "<https://builds.apache.org/job/beam_PerformanceTests_Python/ws/PerfKitBenchmarker/perfkitbenchmarker/beam_benchmark_helper.py",> line 160, in BuildBeamCommand cmd = _BuildPythonCommand(benchmark_spec, classname, job_arguments) File "<https://builds.apache.org/job/beam_PerformanceTests_Python/ws/PerfKitBenchmarker/perfkitbenchmarker/beam_benchmark_helper.py",> line 251, in _BuildPythonCommand raise RuntimeError('No python binary is found') RuntimeError: No python binary is found 2017-09-30 00:25:39,743 674c22a6 MainThread beam_integration_benchmark(1/1) INFO Cleaning up benchmark beam_integration_benchmark 2017-09-30 00:25:39,745 674c22a6 MainThread beam_integration_benchmark(1/1) ERROR Benchmark 1/1 beam_integration_benchmark (UID: beam_integration_benchmark0) failed. Execution will continue. 2017-09-30 00:25:39,762 674c22a6 MainThread INFO Benchmark run statuses: --------------------------------------------------------------- Name UID Status --------------------------------------------------------------- beam_integration_benchmark beam_integration_benchmark0 FAILED --------------------------------------------------------------- Success rate: 0.00% (0/1) 2017-09-30 00:25:39,762 674c22a6 MainThread INFO Complete logs can be found at: /tmp/perfkitbenchmarker/runs/674c22a6/pkb.log 2017-09-30 00:25:39,763 674c22a6 MainThread INFO Completion statuses can be found at: /tmp/perfkitbenchmarker/runs/674c22a6/completion_statuses.json Build step 'Execute shell' marked build as failure