See 
<https://builds.apache.org/job/beam_PerformanceTests_Python/416/display/redirect?page=changes>

Changes:

[github] Enabling phrase triggering of Python PreCommit

[klk] Limit Java postcommit to Java SDK and related

[herohde] [BEAM-2877] Add presubmit for Go code

[herohde] [BEAM-2877] Minor Go fixes for typos, proto changes and beamctl

[herohde] Fix typo in python script

[herohde] [BEAM-2877] Add netty-transport-native-epoll to Java harness uberjar

[altay] whitelist time command in tox to prevent warning

------------------------------------------
[...truncated 764.19 KB...]
    third_party/protobuf/src/google/protobuf/compiler/importer.cc: In member 
function 
google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFileResult 
google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFile(const 
string&, std::string*, std::string*):
    third_party/protobuf/src/google/protobuf/compiler/importer.cc:393:38: 
warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       for (int i = 0; i < mappings_.size(); i++) {
                                          ^
    third_party/protobuf/src/google/protobuf/compiler/importer.cc: In member 
function google::protobuf::io::ZeroCopyInputStream* 
google::protobuf::compiler::DiskSourceTree::OpenVirtualFile(const string&, 
std::string*):
    third_party/protobuf/src/google/protobuf/compiler/importer.cc:459:38: 
warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       for (int i = 0; i < mappings_.size(); i++) {
                                          ^
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/api.pb.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/api.pb.o 
-std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/any.pb.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/any.pb.o 
-std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/any.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/any.o 
-std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/wire_format_lite.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/wire_format_lite.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/time.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/time.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/strutil.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/strutil.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes is valid for 
C/ObjC but not for C++ [enabled by default]
    third_party/protobuf/src/google/protobuf/stubs/strutil.cc: In function void 
google::protobuf::CEscapeAndAppend(google::protobuf::StringPiece, std::string*):
    third_party/protobuf/src/google/protobuf/stubs/strutil.cc:581:31: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (escaped_len == src.size()) {
                                   ^
    third_party/protobuf/src/google/protobuf/stubs/strutil.cc: In function int 
google::protobuf::memcasecmp(const char*, const char*, size_t):
    third_party/protobuf/src/google/protobuf/stubs/strutil.cc:1306:24: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
       for ( int i = 0; i < len; i++ ) {
                            ^
    third_party/protobuf/src/google/protobuf/stubs/strutil.cc: In function int 
google::protobuf::GlobalReplaceSubstring(const string&, const string&, 
std::string*):
    third_party/protobuf/src/google/protobuf/stubs/strutil.cc:1629:29: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
            match_pos != string::npos;
                                 ^
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/structurally_valid.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/structurally_valid.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/stringprintf.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes is valid for 
C/ObjC but not for C++ [enabled by default]
    third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc: In function 
std::string google::protobuf::StringPrintfVector(const char*, const 
std::vector<std::basic_string<char> >&):
    third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc:151:30: 
warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       for (int i = 0; i < v.size(); ++i) {
                                  ^
    In file included from 
third_party/protobuf/src/google/protobuf/stubs/common.h:46:0,
                     from 
third_party/protobuf/src/google/protobuf/stubs/stringprintf.h:47,
                     from 
third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc:33:
    third_party/protobuf/src/google/protobuf/stubs/macros.h:90:52: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
        static_cast<size_t>(!(sizeof(a) % sizeof(*(a)))))
                                                        ^
    third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc:154:30: 
note: in expansion of macro GOOGLE_ARRAYSIZE
       for (int i = v.size(); i < GOOGLE_ARRAYSIZE(cstr); ++i) {
                                  ^
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/stringpiece.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes is valid for 
C/ObjC but not for C++ [enabled by default]
    third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc: In member 
function bool 
google::protobuf::StringPiece::contains(google::protobuf::StringPiece) const:
    third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc:99:24: 
warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       return find(s, 0) != npos;
                            ^
    third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc: In member 
function google::protobuf::StringPiece 
google::protobuf::StringPiece::substr(google::protobuf::StringPiece::size_type, 
google::protobuf::StringPiece::size_type) const:
    third_party/protobuf/src/google/protobuf/stubs/stringpiece.cc:260:13: 
warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       if (pos > length_) pos = length_;
                 ^
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/statusor.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/statusor.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/status.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/status.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/once.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/once.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/io_win32.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/io_win32.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/int128.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/int128.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes is valid for 
C/ObjC but not for C++ [enabled by default]
    third_party/protobuf/src/google/protobuf/stubs/int128.cc: In function 
std::ostream& google::protobuf::operator<<(std::ostream&, const 
google::protobuf::uint128&):
    third_party/protobuf/src/google/protobuf/stubs/int128.cc:187:24: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (width > rep.size()) {
                            ^
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/common.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/common.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes is valid for 
C/ObjC but not for C++ [enabled by default]
    third_party/protobuf/src/google/protobuf/stubs/common.cc: In destructor 
google::protobuf::internal::ShutdownData::~ShutdownData():
    third_party/protobuf/src/google/protobuf/stubs/common.cc:422:40: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < functions.size(); i++) {
                                            ^
    third_party/protobuf/src/google/protobuf/stubs/common.cc:425:38: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < strings.size(); i++) {
                                          ^
    third_party/protobuf/src/google/protobuf/stubs/common.cc:428:39: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (int i = 0; i < messages.size(); i++) {
                                           ^
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/bytestream.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/bytestream.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes is valid for 
C/ObjC but not for C++ [enabled by default]
    In file included from 
third_party/protobuf/src/google/protobuf/stubs/common.h:50:0,
                     from 
third_party/protobuf/src/google/protobuf/stubs/bytestream.h:56,
                     from 
third_party/protobuf/src/google/protobuf/stubs/bytestream.cc:31:
    third_party/protobuf/src/google/protobuf/stubs/bytestream.cc: In member 
function virtual void google::protobuf::strings::ArrayByteSource::Skip(size_t):
    third_party/protobuf/src/google/protobuf/stubs/logging.h:184:55: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
     #define GOOGLE_DCHECK_LE(A, B) GOOGLE_DCHECK((A) <= (B))
                                                           ^
    third_party/protobuf/src/google/protobuf/stubs/logging.h:149:5: note: in 
definition of macro GOOGLE_LOG_IF
       !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
         ^
    third_party/protobuf/src/google/protobuf/stubs/logging.h:179:48: note: in 
expansion of macro GOOGLE_CHECK
     #define GOOGLE_DCHECK(EXPRESSION) while(false) GOOGLE_CHECK(EXPRESSION)
                                                    ^
    third_party/protobuf/src/google/protobuf/stubs/logging.h:184:32: note: in 
expansion of macro GOOGLE_DCHECK
     #define GOOGLE_DCHECK_LE(A, B) GOOGLE_DCHECK((A) <= (B))
                                    ^
    third_party/protobuf/src/google/protobuf/stubs/bytestream.cc:155:3: note: 
in expansion of macro GOOGLE_DCHECK_LE
       GOOGLE_DCHECK_LE(n, input_.size());
       ^
    third_party/protobuf/src/google/protobuf/stubs/bytestream.cc: In member 
function virtual google::protobuf::StringPiece 
google::protobuf::strings::LimitByteSource::Peek():
    third_party/protobuf/src/google/protobuf/stubs/bytestream.cc:175:22: 
warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       if (piece.size() > limit_) {
                          ^
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc 
-o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_msvc.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc 
-o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/stubs/atomicops_internals_x86_gcc.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/repeated_field.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/repeated_field.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes is valid for 
C/ObjC but not for C++ [enabled by default]
    In file included from 
third_party/protobuf/src/google/protobuf/stubs/common.h:50:0,
                     from 
third_party/protobuf/src/google/protobuf/stubs/casts.h:34,
                     from 
third_party/protobuf/src/google/protobuf/repeated_field.h:57,
                     from 
third_party/protobuf/src/google/protobuf/repeated_field.cc:37:
    third_party/protobuf/src/google/protobuf/repeated_field.cc: In member 
function void** 
google::protobuf::internal::RepeatedPtrFieldBase::InternalExtend(int):
    third_party/protobuf/src/google/protobuf/stubs/logging.h:157:53: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
     #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B))
                                                         ^
    third_party/protobuf/src/google/protobuf/stubs/logging.h:149:5: note: in 
definition of macro GOOGLE_LOG_IF
       !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
         ^
    third_party/protobuf/src/google/protobuf/stubs/logging.h:157:31: note: in 
expansion of macro GOOGLE_CHECK
     #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B))
                                   ^
    third_party/protobuf/src/google/protobuf/repeated_field.cc:57:3: note: in 
expansion of macro GOOGLE_CHECK_LE
       GOOGLE_CHECK_LE(new_size,
       ^
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/message_lite.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/message_lite.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes is valid for 
C/ObjC but not for C++ [enabled by default]
    third_party/protobuf/src/google/protobuf/message_lite.cc: In member 
function bool 
google::protobuf::MessageLite::SerializePartialToCodedStream(google::protobuf::io::CodedOutputStream*)
 const:
    third_party/protobuf/src/google/protobuf/message_lite.cc:247:25: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (end - buffer != size) {
                             ^
    third_party/protobuf/src/google/protobuf/message_lite.cc:259:51: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (final_byte_count - original_byte_count != size) {
                                                       ^
    third_party/protobuf/src/google/protobuf/message_lite.cc: In member 
function bool 
google::protobuf::MessageLite::AppendPartialToString(std::string*) const:
    third_party/protobuf/src/google/protobuf/message_lite.cc:297:22: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
       if (end - start != byte_size) {
                          ^
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes is valid for 
C/ObjC but not for C++ [enabled by default]
    third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc: 
In member function virtual bool 
google::protobuf::io::StringOutputStream::Next(void**, int*):
    
third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc:155:36:
 warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       if (old_size < target_->capacity()) {
                                        ^
    In file included from 
third_party/protobuf/src/google/protobuf/stubs/common.h:50:0,
                     from 
third_party/protobuf/src/google/protobuf/io/zero_copy_stream.h:111,
                     from 
third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h:53,
                     from 
third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc:35:
    third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc: 
In member function virtual void 
google::protobuf::io::StringOutputStream::BackUp(int):
    third_party/protobuf/src/google/protobuf/stubs/logging.h:157:53: warning: 
comparison between signed and unsigned integer expressions [-Wsign-compare]
     #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B))
                                                         ^
    third_party/protobuf/src/google/protobuf/stubs/logging.h:149:5: note: in 
definition of macro GOOGLE_LOG_IF
       !(CONDITION) ? (void)0 : GOOGLE_LOG(LEVEL)
         ^
    third_party/protobuf/src/google/protobuf/stubs/logging.h:157:31: note: in 
expansion of macro GOOGLE_CHECK
     #define GOOGLE_CHECK_LE(A, B) GOOGLE_CHECK((A) <= (B))
                                   ^
    
third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc:184:3:
 note: in expansion of macro GOOGLE_CHECK_LE
       GOOGLE_CHECK_LE(count, target_->size());
       ^
    x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
-Wall -Wstrict-prototypes -fPIC -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/io/zero_copy_stream.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/io/zero_copy_stream.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes 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 -DHAVE_PTHREAD=1 -I. -Igrpc_root 
-Igrpc_root/include -Ithird_party/protobuf/src -I/usr/include/python2.7 -c 
third_party/protobuf/src/google/protobuf/io/coded_stream.cc -o 
build/temp.linux-x86_64-2.7/third_party/protobuf/src/google/protobuf/io/coded_stream.o
 -std=c++11 -fno-wrapv -frtti
    cc1plus: warning: command line option -Wstrict-prototypes is valid for 
C/ObjC but not for C++ [enabled by default]
    third_party/protobuf/src/google/protobuf/io/coded_stream.cc: In member 
function bool 
google::protobuf::io::CodedInputStream::ReadLittleEndian32Fallback(google::protobuf::uint32*):
    third_party/protobuf/src/google/protobuf/io/coded_stream.cc:282:36: 
warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       if (BufferSize() >= sizeof(*value)) {
                                        ^
    third_party/protobuf/src/google/protobuf/io/coded_stream.cc: In member 
function bool 
google::protobuf::io::CodedInputStream::ReadLittleEndian64Fallback(google::protobuf::uint64*):
    third_party/protobuf/src/google/protobuf/io/coded_stream.cc:299:36: 
warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       if (BufferSize() >= sizeof(*value)) {
                                        ^
    third_party/protobuf/src/google/protobuf/io/coded_stream.cc: In member 
function void 
google::protobuf::io::CodedOutputStream::WriteLittleEndian32(google::protobuf::uint32):
    third_party/protobuf/src/google/protobuf/io/coded_stream.cc:724:47: 
warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       bool use_fast = buffer_size_ >= sizeof(value);
                                                   ^
    third_party/protobuf/src/google/protobuf/io/coded_stream.cc: In member 
function void 
google::protobuf::io::CodedOutputStream::WriteLittleEndian64(google::protobuf::uint64):
    third_party/protobuf/src/google/protobuf/io/coded_stream.cc:739:47: 
warning: comparison between signed and unsigned integer expressions 
[-Wsign-compare]
       bool use_fast = buffer_size_ >= sizeof(value);
                                                   ^

STDERR: ++ dirname 
/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/generate-sources.sh
+ 
HERE=/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8
+ 
EXAMPLES_ROOT=/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java
+ 
JAVA8_EXAMPLES_ROOT=/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java8
+ 
ARCHETYPE_ROOT=/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources
+ mkdir -p 
/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java
+ mkdir -p 
/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java
+ rsync -a --exclude cookbook --exclude complete 
/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java/src/main/java/org/apache/beam/examples/
 
/tmp/perfkitbenchmarker/runs/75c52a21/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/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java/src/test/java/org/apache/beam/examples/
 
/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java
 --delete
+ rsync -a 
/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java8/src/main/java/org/apache/beam/examples/
 
/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java
+ rsync -a 
/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java8/src/test/java/org/apache/beam/examples/
 
/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java
+ find 
/tmp/perfkitbenchmarker/runs/75c52a21/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'
+ xargs -0 sed -i.bak 's/^package org\.apache\.beam\.examples/package 
${package}/g'
+ find 
/tmp/perfkitbenchmarker/runs/75c52a21/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java
 -name '*.java' -print0
+ find 
/tmp/perfkitbenchmarker/runs/75c52a21/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/75c52a21/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/75c52a21/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/75c52a21/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/75c52a21/beam/sdks/python/.eggs/grpcio-wheels

2017-10-07 00:25:43,349 75c52a21 MainThread beam_integration_benchmark(1/1) 
INFO     Running benchmark beam_integration_benchmark
2017-10-07 00:25:43,388 75c52a21 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-10-07 00:25:43,461 75c52a21 MainThread beam_integration_benchmark(1/1) 
INFO     Cleaning up benchmark beam_integration_benchmark
2017-10-07 00:25:43,463 75c52a21 MainThread beam_integration_benchmark(1/1) 
ERROR    Benchmark 1/1 beam_integration_benchmark (UID: 
beam_integration_benchmark0) failed. Execution will continue.
2017-10-07 00:25:43,513 75c52a21 MainThread INFO     Benchmark run statuses:
---------------------------------------------------------------
Name                        UID                          Status
---------------------------------------------------------------
beam_integration_benchmark  beam_integration_benchmark0  FAILED
---------------------------------------------------------------
Success rate: 0.00% (0/1)
2017-10-07 00:25:43,514 75c52a21 MainThread INFO     Complete logs can be found 
at: /tmp/perfkitbenchmarker/runs/75c52a21/pkb.log
2017-10-07 00:25:43,514 75c52a21 MainThread INFO     Completion statuses can be 
found at: /tmp/perfkitbenchmarker/runs/75c52a21/completion_statuses.json
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user k...@google.com
Not sending mail to unregistered user git...@nakomis.com
Not sending mail to unregistered user hero...@google.com

Reply via email to