D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ate-pairing-1.2-0.20161029.6.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.sAO1di Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OZ99tK + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + rm -rf ate-pairing-master + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ate-pairing-master.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd ate-pairing-master + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.zhx9it + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ate-pairing-1.2-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd ate-pairing-master + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd src + /usr/bin/make -O -j16 V=1 VERBOSE=1 SUPPORT_SNARK=1 g++ -c zm2.cpp -o zm2.o -fPIC -O3 -fomit-frame-pointer -DNDEBUG -msse2 -mfpmath=sse -march=native -DBN_SUPPORT_SNARK -Wall -Wextra -Wformat=2 -Wcast-qual -Wcast-align -Wwrite-strings -Wfloat-equal -Wpointer-arith -D_FILE_OFFSET_BITS=64 -DMIE_ATE_USE_GMP -I../src -I../../xbyak -I../include -m64 In file included from ../include/bn.h:12, from zm2.cpp:12: ../include/zm2.h: In static member function 'static bool mie::Fp::squareRoot(mie::Fp&, const mie::Fp&)': ../include/zm2.h:308:47: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 308 | t = mie::power(x, p_add1_div4_); | ^ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/zm2.h:310:21: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 310 | y = t; | ^ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ zm2.cpp: In static member function 'static void mie::Fp::setModulo(const mie::Vuint&, int, bool, bool)': zm2.cpp:3648:33: error: 'CastTo' is not a member of 'Xbyak' 3648 | s_data = Xbyak::CastTo(codeAddr + codeSize); | ^~~~~~ zm2.cpp:3648:44: error: expected primary-expression before '*' token 3648 | s_data = Xbyak::CastTo(codeAddr + codeSize); | ^ zm2.cpp:3648:45: error: expected primary-expression before '>' token 3648 | s_data = Xbyak::CastTo(codeAddr + codeSize); | ^ zm2.cpp:3681:52: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 3681 | invTbl_[511 - i] = t; | ^ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h: In instantiation of 'void bn::EcT::normalize() const [with T = mie::Fp]': ../include/bn.h:2969:13: required from here 2969 | P.normalize(); | ~~~~~~~~~~~^~ ../include/bn.h:2831:19: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 2831 | r = p[2]; | ~~^~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:2837:22: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 2837 | p[2] = 1; | ~~~~~^~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h: In instantiation of 'static void bn::Fp6T::pointDblLineEvalWithoutPC(bn::Fp6T&, Fp2*) [with T = bn::Fp2T; Fp2 = bn::Fp2T]': ../include/bn.h:1350:69: required from 'void (* bn::Fp6T >::pointDblLineEvalWithoutP)(bn::Fp6T >&, bn::Fp6T >::Fp2*)' 1350 | void (*Fp6T::pointDblLineEvalWithoutP)(Fp6T& z, Fp2* x) = &(Fp6T::pointDblLineEvalWithoutPC); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../include/bn.h:3013:7: required from here 3013 | Fp6::pointDblLineEvalWithoutP(d, T); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../include/bn.h:1022:31: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1022 | t3.a_ = t0.b_; | ~~~~~~^~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1023:31: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1023 | t3.b_ = t0.a_; | ~~~~~~^~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1025:31: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1025 | t2.a_ = t0.b_; | ~~~~~~^~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1026:31: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1026 | t2.b_ = t0.a_; | ~~~~~~^~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h: In instantiation of 'void bn::ecop::FrobEndOnTwist_1(bn::Fp2T*, const bn::Fp2T*) [with Fp = mie::Fp]': ../include/bn.h:3039:28: required from here 3039 | bn::ecop::FrobEndOnTwist_1(Q1, Q); | ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ../include/bn.h:2656:17: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 2656 | Q[0].a_ = P[0].a_; | ~~~~~~~~^~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:2663:17: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 2663 | Q[1].a_ = P[1].a_; | ~~~~~~~~^~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h: In instantiation of 'static void bn::Fp2T::squareC(bn::Fp2T&, const bn::Fp2T&) [with T = mie::Fp]': ../include/bn.h:793:62: required from 'void (* bn::Fp2T::square)(bn::Fp2T&, const bn::Fp2T&)' 793 | void (*Fp2T::square)(Fp2T& out, const Fp2T& x) = &(Fp2T::squareC); | ^~~~~~~~~~~~~~~~~~~~ zm2.cpp:3436:8: required from here 3436 | Fp2::square = getCurr(); | ^~~~~~ ../include/bn.h:490:22: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 490 | z.b_ = t; | ~~~~~^~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h: In instantiation of 'void bn::Fp12T::Frobenius(bn::Fp12T&) const [with T = bn::Fp6T >]': ../include/bn.h:1804:5: required from 'void bn::Fp12T::final_exp() [with T = bn::Fp6T >]' 1804 | b.Frobenius(f2z); // f2z = f^(q(12*z^3 + 6z^2 + 4z)) | ~~^~~~~~~~~ ../include/bn.h:2784:13: required from 'void bn::opt_atePairing(Fp12T > >&, const Fp2T*, const Fp*) [with Fp = mie::Fp]' 2784 | f.final_exp(); | ~~~~~~~~~~~^~ ../include/bn.h:2974:20: required from here 2974 | opt_atePairing(f, Q.p, P.p); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ../include/bn.h:1644:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1644 | z.a_.a_.a_ = a_.a_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1645:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1645 | z.a_.b_.a_ = a_.b_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1646:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1646 | z.a_.c_.a_ = a_.c_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1647:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1647 | z.b_.a_.a_ = b_.a_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1648:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1648 | z.b_.b_.a_ = b_.b_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1649:36: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1649 | z.b_.c_.a_ = b_.c_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h: In instantiation of 'void bn::Fp12T::Frobenius3(bn::Fp12T&) const [with T = bn::Fp6T >]': ../include/bn.h:1810:5: required from 'void bn::Fp12T::final_exp() [with T = bn::Fp6T >]' 1810 | b.Frobenius3(f2z); // f2z = f^(q^3(12*z^3 + 6z^2 + 4z - 1)) | ~~^~~~~~~~~~ ../include/bn.h:2784:13: required from 'void bn::opt_atePairing(Fp12T > >&, const Fp2T*, const Fp*) [with Fp = mie::Fp]' 2784 | f.final_exp(); | ~~~~~~~~~~~^~ ../include/bn.h:2974:20: required from here 2974 | opt_atePairing(f, Q.p, P.p); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ../include/bn.h:1702:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1702 | z.a_.a_.a_ = a_.a_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1703:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1703 | z.a_.b_.a_ = a_.b_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1704:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1704 | z.a_.c_.a_ = a_.c_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1705:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1705 | z.b_.a_.a_ = b_.a_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1706:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1706 | z.b_.b_.a_ = b_.b_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ ../include/bn.h:1707:28: warning: implicitly-declared 'constexpr mie::Fp& mie::Fp::operator=(const mie::Fp&)' is deprecated [-Wdeprecated-copy] 1707 | z.b_.c_.a_ = b_.c_.a_; | ~~~~~~~~~~~^~~~~~~~~~ ../include/zm2.h:43:26: note: because 'mie::Fp' has user-provided 'mie::Fp::Fp(const mie::Fp&)' 43 | MIE_FORCE_INLINE Fp(const Fp& x) | ^~ make: *** [../common.mk:49: zm2.o] Error 1 make: *** Waiting for unfinished jobs.... g++ -c zm.cpp -o zm.o -fPIC -O3 -fomit-frame-pointer -DNDEBUG -msse2 -mfpmath=sse -march=native -DBN_SUPPORT_SNARK -Wall -Wextra -Wformat=2 -Wcast-qual -Wcast-align -Wwrite-strings -Wfloat-equal -Wpointer-arith -D_FILE_OFFSET_BITS=64 -DMIE_ATE_USE_GMP -I../src -I../../xbyak -I../include -m64 error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.zhx9it (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.zhx9it (%build) I: [iurt_root_command] ERROR: chroot