<86>Mar 27 11:24:42 userdel[81869]: delete user 'rooter' <86>Mar 27 11:24:42 userdel[81869]: removed group 'rooter' owned by 'rooter' <86>Mar 27 11:24:42 userdel[81869]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 27 11:24:42 groupadd[81888]: group added to /etc/group: name=rooter, GID=573 <86>Mar 27 11:24:42 groupadd[81888]: group added to /etc/gshadow: name=rooter <86>Mar 27 11:24:42 groupadd[81888]: new group: name=rooter, GID=573 <86>Mar 27 11:24:42 useradd[81901]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Mar 27 11:24:42 userdel[81921]: delete user 'builder' <86>Mar 27 11:24:42 userdel[81921]: removed group 'builder' owned by 'builder' <86>Mar 27 11:24:42 userdel[81921]: removed shadow group 'builder' owned by 'builder' <86>Mar 27 11:24:42 groupadd[81934]: group added to /etc/group: name=builder, GID=574 <86>Mar 27 11:24:42 groupadd[81934]: group added to /etc/gshadow: name=builder <86>Mar 27 11:24:42 groupadd[81934]: new group: name=builder, GID=574 <86>Mar 27 11:24:42 useradd[81944]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash <13>Mar 27 11:24:45 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed <13>Mar 27 11:24:45 rpmi: libstdc++8-devel-8.3.1-alt2 sisyphus+224979.100.1.1 1552540396 installed <13>Mar 27 11:24:46 rpmi: gcc8-c++-8.3.1-alt2 sisyphus+224979.100.1.1 1552540396 installed <13>Mar 27 11:24:46 rpmi: gcc-c++-8-alt1 sisyphus+222164.100.1.1 1550685959 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/libre2-20160401-alt1_5.nosrc.rpm Installing libre2-20160401-alt1_5.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.29575 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf re2-2016-04-01 + echo 'Source #0 (2016-04-01.tar.gz):' Source #0 (2016-04-01.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/2016-04-01.tar.gz + cd re2-2016-04-01 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.29575 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd re2-2016-04-01 + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11' + LDFLAGS='-Wl,-z,relro -pthread' + make -j8 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11' 'LDFLAGS=-Wl,-z,relro -pthread' includedir=/usr/include libdir=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/util/rune.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/rune.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/util/hash.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/hash.cc util/hash.cc: In function 're2::uint32 re2::hashword(const uint32*, size_t, re2::uint32)': util/hash.cc:174:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3 : c+=k[2]; ~^~~~~~ util/hash.cc:175:3: note: here case 2 : b+=k[1]; ^~~~ util/hash.cc:175:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2 : b+=k[1]; ~^~~~~~ util/hash.cc:176:3: note: here case 1 : a+=k[0]; ^~~~ util/hash.cc: In function 'void re2::hashword2(const uint32*, size_t, re2::uint32*, re2::uint32*)': util/hash.cc:220:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3 : c+=k[2]; ~^~~~~~ util/hash.cc:221:3: note: here case 2 : b+=k[1]; ^~~~ util/hash.cc:221:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2 : b+=k[1]; ~^~~~~~ util/hash.cc:222:3: note: here case 1 : a+=k[0]; ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/util/stringprintf.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/stringprintf.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/util/valgrind.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/valgrind.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/util/logging.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/logging.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/util/strutil.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/strutil.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/bitstate.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/bitstate.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/perl_groups.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/perl_groups.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/mimics_pcre.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/mimics_pcre.cc In file included from re2/mimics_pcre.cc:27: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = bool]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/filtered_re2.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/filtered_re2.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/compile.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/compile.cc re2/compile.cc: In member function 'int re2::Compiler::AllocInst(int)': re2/compile.cc:285:69: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'class re2::Prog::Inst'; use assignment or value-initialization instead [-Wclass-memaccess] memset(ip + inst_len_, 0, (inst_cap_ - inst_len_) * sizeof ip[0]); ^ In file included from re2/compile.cc:11: ./re2/prog.h:86:9: note: 'class re2::Prog::Inst' declared here class Inst { ^~~~ In file included from re2/compile.cc:14: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = re2::Frag]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/onepass.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/onepass.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/nfa.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/nfa.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/parse.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/parse.cc In file included from re2/parse.cc:24: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = int]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/prefilter.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/prefilter.cc In file included from re2/prefilter.cc:9: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = re2::Prefilter::Info*]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/set.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/set.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/dfa.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/dfa.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/prefilter_tree.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/prefilter_tree.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/prog.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/prog.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/unicode_casefold.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/unicode_casefold.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/stringpiece.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/stringpiece.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/util/rune.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/rune.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/simplify.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/simplify.cc In file included from re2/simplify.cc:11: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = re2::Regexp*]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/unicode_groups.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/unicode_groups.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/util/hash.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/hash.cc util/hash.cc: In function 're2::uint32 re2::hashword(const uint32*, size_t, re2::uint32)': util/hash.cc:174:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3 : c+=k[2]; ~^~~~~~ util/hash.cc:175:3: note: here case 2 : b+=k[1]; ^~~~ util/hash.cc:175:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2 : b+=k[1]; ~^~~~~~ util/hash.cc:176:3: note: here case 1 : a+=k[0]; ^~~~ util/hash.cc: In function 'void re2::hashword2(const uint32*, size_t, re2::uint32*, re2::uint32*)': util/hash.cc:220:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3 : c+=k[2]; ~^~~~~~ util/hash.cc:221:3: note: here case 2 : b+=k[1]; ^~~~ util/hash.cc:221:13: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2 : b+=k[1]; ~^~~~~~ util/hash.cc:222:3: note: here case 1 : a+=k[0]; ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/util/logging.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/logging.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/tostring.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/tostring.cc In file included from re2/tostring.cc:10: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = int]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/regexp.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/regexp.cc re2/regexp.cc: In member function 'void re2::Regexp::Swap(re2::Regexp*)': re2/regexp.cc:316:33: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memmove(this, that, sizeof tmp); ^ In file included from re2/regexp.cc:9: ./re2/regexp.h:268:7: note: 'class re2::Regexp' declared here class Regexp { ^~~~~~ re2/regexp.cc:317:32: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memmove(that, tmp, sizeof tmp); ^ In file included from re2/regexp.cc:9: ./re2/regexp.h:268:7: note: 'class re2::Regexp' declared here class Regexp { ^~~~~~ In file included from re2/regexp.cc:11: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = int]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/util/valgrind.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/valgrind.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/util/stringprintf.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/stringprintf.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/util/strutil.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/strutil.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/bitstate.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/bitstate.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/filtered_re2.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/filtered_re2.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/re2.o -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/re2.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/perl_groups.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/perl_groups.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/mimics_pcre.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/mimics_pcre.cc In file included from re2/mimics_pcre.cc:27: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = bool]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/compile.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/compile.cc re2/compile.cc: In member function 'int re2::Compiler::AllocInst(int)': re2/compile.cc:285:69: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'class re2::Prog::Inst'; use assignment or value-initialization instead [-Wclass-memaccess] memset(ip + inst_len_, 0, (inst_cap_ - inst_len_) * sizeof ip[0]); ^ In file included from re2/compile.cc:11: ./re2/prog.h:86:9: note: 'class re2::Prog::Inst' declared here class Inst { ^~~~ In file included from re2/compile.cc:14: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = re2::Frag]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/onepass.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/onepass.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/nfa.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/nfa.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/prog.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/prog.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/dfa.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/dfa.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/stringpiece.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/stringpiece.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/set.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/set.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/prefilter.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/prefilter.cc In file included from re2/prefilter.cc:9: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = re2::Prefilter::Info*]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/unicode_casefold.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/unicode_casefold.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' ar rv obj/libre2.a obj/util/hash.o obj/util/logging.o obj/util/rune.o obj/util/stringprintf.o obj/util/strutil.o obj/util/valgrind.o obj/re2/bitstate.o obj/re2/compile.o obj/re2/dfa.o obj/re2/filtered_re2.o obj/re2/mimics_pcre.o obj/re2/nfa.o obj/re2/onepass.o obj/re2/parse.o obj/re2/perl_groups.o obj/re2/prefilter.o obj/re2/prefilter_tree.o obj/re2/prog.o obj/re2/re2.o obj/re2/regexp.o obj/re2/set.o obj/re2/simplify.o obj/re2/stringpiece.o obj/re2/tostring.o obj/re2/unicode_casefold.o obj/re2/unicode_groups.o ar: creating obj/libre2.a a - obj/util/hash.o a - obj/util/logging.o a - obj/util/rune.o a - obj/util/stringprintf.o a - obj/util/strutil.o a - obj/util/valgrind.o a - obj/re2/bitstate.o a - obj/re2/compile.o a - obj/re2/dfa.o a - obj/re2/filtered_re2.o a - obj/re2/mimics_pcre.o a - obj/re2/nfa.o a - obj/re2/onepass.o a - obj/re2/parse.o a - obj/re2/perl_groups.o a - obj/re2/prefilter.o a - obj/re2/prefilter_tree.o a - obj/re2/prog.o a - obj/re2/re2.o a - obj/re2/regexp.o a - obj/re2/set.o a - obj/re2/simplify.o a - obj/re2/stringpiece.o a - obj/re2/tostring.o a - obj/re2/unicode_casefold.o a - obj/re2/unicode_groups.o make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/parse.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/parse.cc In file included from re2/parse.cc:24: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = int]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/unicode_groups.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/unicode_groups.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/simplify.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/simplify.cc In file included from re2/simplify.cc:11: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = re2::Regexp*]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/re2.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/re2.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/prefilter_tree.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/prefilter_tree.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/tostring.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/tostring.cc In file included from re2/tostring.cc:10: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = int]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/so/re2/regexp.o -fPIC -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fPIC -DPIC -pthread -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/regexp.cc re2/regexp.cc: In member function 'void re2::Regexp::Swap(re2::Regexp*)': re2/regexp.cc:316:33: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memmove(this, that, sizeof tmp); ^ In file included from re2/regexp.cc:9: ./re2/regexp.h:268:7: note: 'class re2::Regexp' declared here class Regexp { ^~~~~~ re2/regexp.cc:317:32: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] memmove(that, tmp, sizeof tmp); ^ In file included from re2/regexp.cc:9: ./re2/regexp.h:268:7: note: 'class re2::Regexp' declared here class Regexp { ^~~~~~ In file included from re2/regexp.cc:11: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = int]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -shared -Wl,-soname,libre2.so.0,--version-script,libre2.symbols -Wl,-z,relro -pthread -o obj/so/libre2.so.0 obj/so/util/hash.o obj/so/util/logging.o obj/so/util/rune.o obj/so/util/stringprintf.o obj/so/util/strutil.o obj/so/util/valgrind.o obj/so/re2/bitstate.o obj/so/re2/compile.o obj/so/re2/dfa.o obj/so/re2/filtered_re2.o obj/so/re2/mimics_pcre.o obj/so/re2/nfa.o obj/so/re2/onepass.o obj/so/re2/parse.o obj/so/re2/perl_groups.o obj/so/re2/prefilter.o obj/so/re2/prefilter_tree.o obj/so/re2/prog.o obj/so/re2/re2.o obj/so/re2/regexp.o obj/so/re2/set.o obj/so/re2/simplify.o obj/so/re2/stringpiece.o obj/so/re2/tostring.o obj/so/re2/unicode_casefold.o obj/so/re2/unicode_groups.o ln -sf libre2.so.0 obj/so/libre2.so make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.68170 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libre2-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libre2-buildroot + cd re2-2016-04-01 + make install 'INSTALL=install -p' DESTDIR=/usr/src/tmp/libre2-buildroot includedir=/usr/include libdir=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' mkdir -p /usr/src/tmp/libre2-buildroot/usr/include/re2 /usr/src/tmp/libre2-buildroot/usr/lib/pkgconfig install -p -m 644 re2/filtered_re2.h re2/re2.h re2/set.h re2/stringpiece.h re2/variadic_function.h /usr/src/tmp/libre2-buildroot/usr/include/re2 install -p obj/libre2.a /usr/src/tmp/libre2-buildroot/usr/lib/libre2.a install -p obj/so/libre2.so /usr/src/tmp/libre2-buildroot/usr/lib/libre2.so.0.0.0 ln -sf libre2.so.0.0.0 /usr/src/tmp/libre2-buildroot/usr/lib/libre2.so.0 ln -sf libre2.so.0.0.0 /usr/src/tmp/libre2-buildroot/usr/lib/libre2.so sed -e "s#@prefix@#/usr/local#" re2.pc >/usr/src/tmp/libre2-buildroot/usr/lib/pkgconfig/re2.pc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' + find /usr/src/tmp/libre2-buildroot -name libre2.a -exec rm -f '{}' ';' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libre2-buildroot (auto) mode of './usr/lib/libre2.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libre2-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/libre2-buildroot/ (default) Compressing files in /usr/src/tmp/libre2-buildroot (auto) Adjusting library links in /usr/src/tmp/libre2-buildroot ./usr/lib: libre2.so.0 -> libre2.so.0.0.0 Verifying ELF objects in /usr/src/tmp/libre2-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.73521 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd re2-2016-04-01 + make -j8 shared-test make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/util/random.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/random.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/dump.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/dump.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/null_walker.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/null_walker.cc In file included from re2/testing/null_walker.cc:7: ./re2/walker-inl.h: In member function 'T re2::Regexp::Walker::WalkInternal(re2::Regexp*, T, bool) [with T = bool]': ./re2/walker-inl.h:189:43: warning: this statement may fall through [-Wimplicit-fallthrough=] s->child_args = new T[re->nsub_]; ^ ./re2/walker-inl.h:192:7: note: here default: { ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/exhaustive_tester.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/exhaustive_tester.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/util/thread.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/thread.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/backtrack.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/backtrack.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/string_generator.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/string_generator.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/util/test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/mimics_pcre_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/mimics_pcre_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/regexp_generator.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/regexp_generator.cc In file included from ./util/util.h:151, from ./util/test.h:8, from re2/testing/regexp_generator.cc:27: re2/testing/regexp_generator.cc: In member function 'void re2::RegexpGenerator::RunPostfix(const std::vector >&)': ./util/logging.h:39:19: warning: this statement may fall through [-Wimplicit-fallthrough=] #define LOG_FATAL LogMessageFatal(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./util/logging.h:55:23: note: in expansion of macro 'LOG_FATAL' #define LOG(severity) LOG_ ## severity.stream() ^~~~ re2/testing/regexp_generator.cc:185:9: note: in expansion of macro 'LOG' LOG(FATAL) << "Bad operator: " << post[i]; ^~~ re2/testing/regexp_generator.cc:186:7: note: here case 0: ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/charclass_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/charclass_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/compile_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/compile_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/util/pcre.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG util/pcre.cc util/pcre.cc: In member function 'bool re2::PCRE::FullMatchFunctor::operator()(const re2::StringPiece&, const re2::PCRE&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&) const': util/pcre.cc:199:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a0 == &no_more_args) goto done; args[n++] = &a0; ^~ util/pcre.cc:199:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a0 == &no_more_args) goto done; args[n++] = &a0; ^~~~ util/pcre.cc:200:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a1 == &no_more_args) goto done; args[n++] = &a1; ^~ util/pcre.cc:200:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a1 == &no_more_args) goto done; args[n++] = &a1; ^~~~ util/pcre.cc:201:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a2 == &no_more_args) goto done; args[n++] = &a2; ^~ util/pcre.cc:201:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a2 == &no_more_args) goto done; args[n++] = &a2; ^~~~ util/pcre.cc:202:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a3 == &no_more_args) goto done; args[n++] = &a3; ^~ util/pcre.cc:202:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a3 == &no_more_args) goto done; args[n++] = &a3; ^~~~ util/pcre.cc:203:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a4 == &no_more_args) goto done; args[n++] = &a4; ^~ util/pcre.cc:203:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a4 == &no_more_args) goto done; args[n++] = &a4; ^~~~ util/pcre.cc:204:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a5 == &no_more_args) goto done; args[n++] = &a5; ^~ util/pcre.cc:204:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a5 == &no_more_args) goto done; args[n++] = &a5; ^~~~ util/pcre.cc:205:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a6 == &no_more_args) goto done; args[n++] = &a6; ^~ util/pcre.cc:205:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a6 == &no_more_args) goto done; args[n++] = &a6; ^~~~ util/pcre.cc:206:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a7 == &no_more_args) goto done; args[n++] = &a7; ^~ util/pcre.cc:206:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a7 == &no_more_args) goto done; args[n++] = &a7; ^~~~ util/pcre.cc:207:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a8 == &no_more_args) goto done; args[n++] = &a8; ^~ util/pcre.cc:207:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a8 == &no_more_args) goto done; args[n++] = &a8; ^~~~ util/pcre.cc:208:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a9 == &no_more_args) goto done; args[n++] = &a9; ^~ util/pcre.cc:208:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a9 == &no_more_args) goto done; args[n++] = &a9; ^~~~ util/pcre.cc:209:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a10 == &no_more_args) goto done; args[n++] = &a10; ^~ util/pcre.cc:209:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a10 == &no_more_args) goto done; args[n++] = &a10; ^~~~ util/pcre.cc:210:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a11 == &no_more_args) goto done; args[n++] = &a11; ^~ util/pcre.cc:210:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a11 == &no_more_args) goto done; args[n++] = &a11; ^~~~ util/pcre.cc:211:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a12 == &no_more_args) goto done; args[n++] = &a12; ^~ util/pcre.cc:211:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a12 == &no_more_args) goto done; args[n++] = &a12; ^~~~ util/pcre.cc:212:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a13 == &no_more_args) goto done; args[n++] = &a13; ^~ util/pcre.cc:212:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a13 == &no_more_args) goto done; args[n++] = &a13; ^~~~ util/pcre.cc:213:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a14 == &no_more_args) goto done; args[n++] = &a14; ^~ util/pcre.cc:213:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a14 == &no_more_args) goto done; args[n++] = &a14; ^~~~ util/pcre.cc:214:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a15 == &no_more_args) goto done; args[n++] = &a15; ^~ util/pcre.cc:214:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a15 == &no_more_args) goto done; args[n++] = &a15; ^~~~ util/pcre.cc: In member function 'bool re2::PCRE::PartialMatchFunctor::operator()(const re2::StringPiece&, const re2::PCRE&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&) const': util/pcre.cc:242:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a0 == &no_more_args) goto done; args[n++] = &a0; ^~ util/pcre.cc:242:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a0 == &no_more_args) goto done; args[n++] = &a0; ^~~~ util/pcre.cc:243:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a1 == &no_more_args) goto done; args[n++] = &a1; ^~ util/pcre.cc:243:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a1 == &no_more_args) goto done; args[n++] = &a1; ^~~~ util/pcre.cc:244:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a2 == &no_more_args) goto done; args[n++] = &a2; ^~ util/pcre.cc:244:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a2 == &no_more_args) goto done; args[n++] = &a2; ^~~~ util/pcre.cc:245:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a3 == &no_more_args) goto done; args[n++] = &a3; ^~ util/pcre.cc:245:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a3 == &no_more_args) goto done; args[n++] = &a3; ^~~~ util/pcre.cc:246:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a4 == &no_more_args) goto done; args[n++] = &a4; ^~ util/pcre.cc:246:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a4 == &no_more_args) goto done; args[n++] = &a4; ^~~~ util/pcre.cc:247:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a5 == &no_more_args) goto done; args[n++] = &a5; ^~ util/pcre.cc:247:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a5 == &no_more_args) goto done; args[n++] = &a5; ^~~~ util/pcre.cc:248:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a6 == &no_more_args) goto done; args[n++] = &a6; ^~ util/pcre.cc:248:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a6 == &no_more_args) goto done; args[n++] = &a6; ^~~~ util/pcre.cc:249:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a7 == &no_more_args) goto done; args[n++] = &a7; ^~ util/pcre.cc:249:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a7 == &no_more_args) goto done; args[n++] = &a7; ^~~~ util/pcre.cc:250:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a8 == &no_more_args) goto done; args[n++] = &a8; ^~ util/pcre.cc:250:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a8 == &no_more_args) goto done; args[n++] = &a8; ^~~~ util/pcre.cc:251:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a9 == &no_more_args) goto done; args[n++] = &a9; ^~ util/pcre.cc:251:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a9 == &no_more_args) goto done; args[n++] = &a9; ^~~~ util/pcre.cc:252:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a10 == &no_more_args) goto done; args[n++] = &a10; ^~ util/pcre.cc:252:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a10 == &no_more_args) goto done; args[n++] = &a10; ^~~~ util/pcre.cc:253:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a11 == &no_more_args) goto done; args[n++] = &a11; ^~ util/pcre.cc:253:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a11 == &no_more_args) goto done; args[n++] = &a11; ^~~~ util/pcre.cc:254:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a12 == &no_more_args) goto done; args[n++] = &a12; ^~ util/pcre.cc:254:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a12 == &no_more_args) goto done; args[n++] = &a12; ^~~~ util/pcre.cc:255:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a13 == &no_more_args) goto done; args[n++] = &a13; ^~ util/pcre.cc:255:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a13 == &no_more_args) goto done; args[n++] = &a13; ^~~~ util/pcre.cc:256:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a14 == &no_more_args) goto done; args[n++] = &a14; ^~ util/pcre.cc:256:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a14 == &no_more_args) goto done; args[n++] = &a14; ^~~~ util/pcre.cc:257:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a15 == &no_more_args) goto done; args[n++] = &a15; ^~ util/pcre.cc:257:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a15 == &no_more_args) goto done; args[n++] = &a15; ^~~~ util/pcre.cc: In member function 'bool re2::PCRE::ConsumeFunctor::operator()(re2::StringPiece*, const re2::PCRE&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&) const': util/pcre.cc:285:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a0 == &no_more_args) goto done; args[n++] = &a0; ^~ util/pcre.cc:285:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a0 == &no_more_args) goto done; args[n++] = &a0; ^~~~ util/pcre.cc:286:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a1 == &no_more_args) goto done; args[n++] = &a1; ^~ util/pcre.cc:286:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a1 == &no_more_args) goto done; args[n++] = &a1; ^~~~ util/pcre.cc:287:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a2 == &no_more_args) goto done; args[n++] = &a2; ^~ util/pcre.cc:287:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a2 == &no_more_args) goto done; args[n++] = &a2; ^~~~ util/pcre.cc:288:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a3 == &no_more_args) goto done; args[n++] = &a3; ^~ util/pcre.cc:288:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a3 == &no_more_args) goto done; args[n++] = &a3; ^~~~ util/pcre.cc:289:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a4 == &no_more_args) goto done; args[n++] = &a4; ^~ util/pcre.cc:289:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a4 == &no_more_args) goto done; args[n++] = &a4; ^~~~ util/pcre.cc:290:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a5 == &no_more_args) goto done; args[n++] = &a5; ^~ util/pcre.cc:290:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a5 == &no_more_args) goto done; args[n++] = &a5; ^~~~ util/pcre.cc:291:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a6 == &no_more_args) goto done; args[n++] = &a6; ^~ util/pcre.cc:291:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a6 == &no_more_args) goto done; args[n++] = &a6; ^~~~ util/pcre.cc:292:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a7 == &no_more_args) goto done; args[n++] = &a7; ^~ util/pcre.cc:292:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a7 == &no_more_args) goto done; args[n++] = &a7; ^~~~ util/pcre.cc:293:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a8 == &no_more_args) goto done; args[n++] = &a8; ^~ util/pcre.cc:293:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a8 == &no_more_args) goto done; args[n++] = &a8; ^~~~ util/pcre.cc:294:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a9 == &no_more_args) goto done; args[n++] = &a9; ^~ util/pcre.cc:294:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a9 == &no_more_args) goto done; args[n++] = &a9; ^~~~ util/pcre.cc:295:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a10 == &no_more_args) goto done; args[n++] = &a10; ^~ util/pcre.cc:295:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a10 == &no_more_args) goto done; args[n++] = &a10; ^~~~ util/pcre.cc:296:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a11 == &no_more_args) goto done; args[n++] = &a11; ^~ util/pcre.cc:296:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a11 == &no_more_args) goto done; args[n++] = &a11; ^~~~ util/pcre.cc:297:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a12 == &no_more_args) goto done; args[n++] = &a12; ^~ util/pcre.cc:297:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a12 == &no_more_args) goto done; args[n++] = &a12; ^~~~ util/pcre.cc:298:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a13 == &no_more_args) goto done; args[n++] = &a13; ^~ util/pcre.cc:298:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a13 == &no_more_args) goto done; args[n++] = &a13; ^~~~ util/pcre.cc:299:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a14 == &no_more_args) goto done; args[n++] = &a14; ^~ util/pcre.cc:299:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a14 == &no_more_args) goto done; args[n++] = &a14; ^~~~ util/pcre.cc:300:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a15 == &no_more_args) goto done; args[n++] = &a15; ^~ util/pcre.cc:300:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a15 == &no_more_args) goto done; args[n++] = &a15; ^~~~ util/pcre.cc: In member function 'bool re2::PCRE::FindAndConsumeFunctor::operator()(re2::StringPiece*, const re2::PCRE&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&, const re2::PCRE::Arg&) const': util/pcre.cc:334:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a0 == &no_more_args) goto done; args[n++] = &a0; ^~ util/pcre.cc:334:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a0 == &no_more_args) goto done; args[n++] = &a0; ^~~~ util/pcre.cc:335:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a1 == &no_more_args) goto done; args[n++] = &a1; ^~ util/pcre.cc:335:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a1 == &no_more_args) goto done; args[n++] = &a1; ^~~~ util/pcre.cc:336:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a2 == &no_more_args) goto done; args[n++] = &a2; ^~ util/pcre.cc:336:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a2 == &no_more_args) goto done; args[n++] = &a2; ^~~~ util/pcre.cc:337:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a3 == &no_more_args) goto done; args[n++] = &a3; ^~ util/pcre.cc:337:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a3 == &no_more_args) goto done; args[n++] = &a3; ^~~~ util/pcre.cc:338:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a4 == &no_more_args) goto done; args[n++] = &a4; ^~ util/pcre.cc:338:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a4 == &no_more_args) goto done; args[n++] = &a4; ^~~~ util/pcre.cc:339:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a5 == &no_more_args) goto done; args[n++] = &a5; ^~ util/pcre.cc:339:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a5 == &no_more_args) goto done; args[n++] = &a5; ^~~~ util/pcre.cc:340:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a6 == &no_more_args) goto done; args[n++] = &a6; ^~ util/pcre.cc:340:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a6 == &no_more_args) goto done; args[n++] = &a6; ^~~~ util/pcre.cc:341:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a7 == &no_more_args) goto done; args[n++] = &a7; ^~ util/pcre.cc:341:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a7 == &no_more_args) goto done; args[n++] = &a7; ^~~~ util/pcre.cc:342:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a8 == &no_more_args) goto done; args[n++] = &a8; ^~ util/pcre.cc:342:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a8 == &no_more_args) goto done; args[n++] = &a8; ^~~~ util/pcre.cc:343:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a9 == &no_more_args) goto done; args[n++] = &a9; ^~ util/pcre.cc:343:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a9 == &no_more_args) goto done; args[n++] = &a9; ^~~~ util/pcre.cc:344:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a10 == &no_more_args) goto done; args[n++] = &a10; ^~ util/pcre.cc:344:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a10 == &no_more_args) goto done; args[n++] = &a10; ^~~~ util/pcre.cc:345:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a11 == &no_more_args) goto done; args[n++] = &a11; ^~ util/pcre.cc:345:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a11 == &no_more_args) goto done; args[n++] = &a11; ^~~~ util/pcre.cc:346:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a12 == &no_more_args) goto done; args[n++] = &a12; ^~ util/pcre.cc:346:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a12 == &no_more_args) goto done; args[n++] = &a12; ^~~~ util/pcre.cc:347:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a13 == &no_more_args) goto done; args[n++] = &a13; ^~ util/pcre.cc:347:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a13 == &no_more_args) goto done; args[n++] = &a13; ^~~~ util/pcre.cc:348:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a14 == &no_more_args) goto done; args[n++] = &a14; ^~ util/pcre.cc:348:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a14 == &no_more_args) goto done; args[n++] = &a14; ^~~~ util/pcre.cc:349:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (&a15 == &no_more_args) goto done; args[n++] = &a15; ^~ util/pcre.cc:349:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (&a15 == &no_more_args) goto done; args[n++] = &a15; ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/tester.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/tester.cc re2/testing/tester.cc: In member function 'void re2::TestInstance::RunSearch(re2::Engine, const re2::StringPiece&, const re2::StringPiece&, re2::Prog::Anchor, re2::TestInstance::Result*)': re2/testing/tester.cc:286:35: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct re2::TestInstance::Result'; use assignment or value-initialization instead [-Wclass-memaccess] memset(result, 0, sizeof *result); ^ re2/testing/tester.cc:80:22: note: 'struct re2::TestInstance::Result' declared here struct TestInstance::Result { ^~~~~~ In file included from ./util/util.h:151, from re2/testing/tester.cc:7: ./util/logging.h:39:19: warning: this statement may fall through [-Wimplicit-fallthrough=] #define LOG_FATAL LogMessageFatal(__FILE__, __LINE__) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./util/logging.h:55:23: note: in expansion of macro 'LOG_FATAL' #define LOG(severity) LOG_ ## severity.stream() ^~~~ re2/testing/tester.cc:300:7: note: in expansion of macro 'LOG' LOG(FATAL) << "Bad RunSearch type: " << (int)type; ^~~ re2/testing/tester.cc:302:5: note: here case kEngineBacktrack: ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/possible_match_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/possible_match_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/required_prefix_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/required_prefix_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/parse_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/parse_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/search_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/search_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/filtered_re2_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/filtered_re2_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/charclass_test obj/re2/testing/charclass_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/regexp_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/regexp_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/filtered_re2_test obj/re2/testing/filtered_re2_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/mimics_pcre_test obj/re2/testing/mimics_pcre_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/simplify_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/simplify_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/possible_match_test obj/re2/testing/possible_match_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/re2_arg_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/re2_arg_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/compile_test obj/re2/testing/compile_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/set_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/set_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/parse_test obj/re2/testing/parse_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/simplify_test obj/re2/testing/simplify_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/search_test obj/re2/testing/search_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/required_prefix_test obj/re2/testing/required_prefix_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/regexp_test obj/re2/testing/regexp_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/string_generator_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/string_generator_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/set_test obj/re2/testing/set_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/re2_arg_test obj/re2/testing/re2_arg_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/string_generator_test obj/re2/testing/string_generator_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -c -o obj/re2/testing/re2_test.o -std=c++11 -O3 -g -pthread -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -I. -DNDEBUG re2/testing/re2_test.cc make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' g++ -o obj/so/test/re2_test obj/re2/testing/re2_test.o obj/util/pcre.o obj/util/random.o obj/util/thread.o obj/re2/testing/backtrack.o obj/re2/testing/dump.o obj/re2/testing/exhaustive_tester.o obj/re2/testing/null_walker.o obj/re2/testing/regexp_generator.o obj/re2/testing/string_generator.o obj/re2/testing/tester.o obj/util/test.o -Lobj/so -lre2 obj/libre2.a -pthread make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' make: Entering directory '/usr/src/RPM/BUILD/re2-2016-04-01' Running dynamic binary tests. obj/so/test/charclass_test PASS obj/so/test/compile_test PASS obj/so/test/filtered_re2_test PASS obj/so/test/mimics_pcre_test PASS obj/so/test/parse_test PASS obj/so/test/possible_match_test PASS obj/so/test/re2_test PASS obj/so/test/re2_arg_test PASS obj/so/test/regexp_test PASS obj/so/test/required_prefix_test PASS obj/so/test/search_test PASS obj/so/test/set_test PASS obj/so/test/simplify_test PASS obj/so/test/string_generator_test PASS ALL TESTS PASSED. make: Leaving directory '/usr/src/RPM/BUILD/re2-2016-04-01' + exit 0 Processing files: libre2-20160401-alt1_5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.18647 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd re2-2016-04-01 + DOCDIR=/usr/src/tmp/libre2-buildroot/usr/share/doc/libre2-20160401 + export DOCDIR + rm -rf /usr/src/tmp/libre2-buildroot/usr/share/doc/libre2-20160401 + /bin/mkdir -p /usr/src/tmp/libre2-buildroot/usr/share/doc/libre2-20160401 + cp -prL LICENSE /usr/src/tmp/libre2-buildroot/usr/share/doc/libre2-20160401 + chmod -R go-w /usr/src/tmp/libre2-buildroot/usr/share/doc/libre2-20160401 + chmod -R a+rX /usr/src/tmp/libre2-buildroot/usr/share/doc/libre2-20160401 + cp -prL AUTHORS CONTRIBUTORS README /usr/src/tmp/libre2-buildroot/usr/share/doc/libre2-20160401 + chmod -R go-w /usr/src/tmp/libre2-buildroot/usr/share/doc/libre2-20160401 + chmod -R a+rX /usr/src/tmp/libre2-buildroot/usr/share/doc/libre2-20160401 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dzewUm find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/libre2-buildroot/usr/lib/libre2.so.0: 121 symbols, 17 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Rb2cX1 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: re2 = 20160401-alt1_5, libre2.so.0 = set:kdqU1MjjDHJvsQMGbpWqIF3DB1gD2rayKbGOZt9pLnOXblMAwoT8MKul8Kd823mZddu1kMRufJAanoBXcyOmAVXhdo9eGUEeSrOvzfS6GhoRgpMntHSmccijFySBZJ7AhUaPM8JSxUyJBTMRZs9LQonGdv2cigVMLBryGxI3tujezww3KMWguqZqjhZFPDddEBNdMgZ7YoslRbrxbHZaFLfT5MvPE0VK5CbF3qBZCFmWwfi2 Requires: ld-linux.so.2 >= set:ihL26, ld-linux.so.2(GLIBC_2.3), libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.8), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.10), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.9), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.y0WsM4 Creating libre2-debuginfo package Processing files: libre2-devel-20160401-alt1_5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L2nEYo find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.P8IKgi find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) /usr/src/tmp/libre2-buildroot/usr/include/re2/re2.h:183:10: fatal error: map: No such file or directory #include ^~~~~ compilation terminated. cpp.req: /usr/src/tmp/libre2-buildroot/usr/include/re2/re2.h: cpp failed, trying c++ mode Provides: re2-devel = 20160401-alt1_5, pkgconfig(re2) = 0.0.0 Requires: libre2 = 20160401-alt1_5, /usr/lib/libre2.so.0.0.0, /usr/lib/pkgconfig Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.62Pq6E Processing files: libre2-debuginfo-20160401-alt1_5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YmgpBu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GMrltM find-requires: running scripts (debuginfo) Provides: debug(libre2.so.0) Requires: libre2 = 20160401-alt1_5, debug(ld-linux.so.2), debug(libc.so.6), debug(libgcc_s.so.1), debug(libpthread.so.0), debug(libstdc++.so.6) Removing 1 extra deps from libre2-devel due to dependency on libre2 Wrote: /usr/src/RPM/RPMS/i586/libre2-20160401-alt1_5.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libre2-devel-20160401-alt1_5.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/libre2-debuginfo-20160401-alt1_5.i586.rpm 104.70user 5.50system 0:51.29elapsed 214%CPU (0avgtext+0avgdata 173972maxresident)k 0inputs+0outputs (0major+2699247minor)pagefaults 0swaps 109.57user 7.85system 0:59.96elapsed 195%CPU (0avgtext+0avgdata 173972maxresident)k 0inputs+0outputs (0major+3000706minor)pagefaults 0swaps --- libre2-20160401-alt1_5.i586.rpm.repo 2017-09-30 02:35:50.000000000 +0000 +++ libre2-20160401-alt1_5.i586.rpm.hasher 2019-03-27 11:25:40.828409269 +0000 @@ -18,3 +18,2 @@ Requires: libgcc_s.so.1(GLIBC_2.0) -Requires: libm.so.6(GLIBC_2.0) Requires: libpthread.so.0(GLIBC_2.0) --- libre2-debuginfo-20160401-alt1_5.i586.rpm.repo 2017-09-30 02:35:50.000000000 +0000 +++ libre2-debuginfo-20160401-alt1_5.i586.rpm.hasher 2019-03-27 11:25:40.857409310 +0000 @@ -54,3 +54,2 @@ Requires: debug(libgcc_s.so.1) -Requires: debug(libm.so.6) Requires: debug(libpthread.so.0)