Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/peervpn.spec'], chrootPath='/var/lib/mock/f29-build-11129-5040/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/peervpn.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/peervpn-0.044-1.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/peervpn.spec'], chrootPath='/var/lib/mock/f29-build-11129-5040/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/peervpn.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WnK0Fc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf peervpn-0-044 + /usr/bin/gzip -dc /builddir/build/SOURCES/peervpn-0-044.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd peervpn-0-044 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gF3N8i + umask 022 + cd /builddir/build/BUILD + cd peervpn-0-044 BUILDSTDERR: ++ pkg-config --cflags libcrypto BUILDSTDERR: ++ pkg-config --libs libcrypto + make -j4 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection ' 'LDFLAGS=-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' 'LIBS=-lcrypto ' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o peervpn.o peervpn.c BUILDSTDERR: In file included from libp2psec/rsa.c:24, BUILDSTDERR: from libp2psec/nodeid.c:24, BUILDSTDERR: from libp2psec/nodedb.c:26, BUILDSTDERR: from libp2psec/peermgt.c:24, BUILDSTDERR: from libp2psec/p2psec.c:25, BUILDSTDERR: from peervpn.c:28: BUILDSTDERR: libp2psec/crypto.c:50:17: error: field 'enc_ctx' has incomplete type BUILDSTDERR: EVP_CIPHER_CTX enc_ctx; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: libp2psec/crypto.c:51:17: error: field 'dec_ctx' has incomplete type BUILDSTDERR: EVP_CIPHER_CTX dec_ctx; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: libp2psec/crypto.c:52:11: error: field 'hmac_ctx' has incomplete type BUILDSTDERR: HMAC_CTX hmac_ctx; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from libp2psec/rsa.c:24, BUILDSTDERR: from libp2psec/nodeid.c:24, BUILDSTDERR: from libp2psec/nodedb.c:26, BUILDSTDERR: from libp2psec/peermgt.c:24, BUILDSTDERR: from libp2psec/p2psec.c:25, BUILDSTDERR: from peervpn.c:28: BUILDSTDERR: libp2psec/crypto.c: In function 'cryptoSetKeys': BUILDSTDERR: libp2psec/crypto.c:172:11: error: storage size of 'hmac_ctx' isn't known BUILDSTDERR: HMAC_CTX hmac_ctx; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: libp2psec/crypto.c:178:2: warning: implicit declaration of function 'HMAC_CTX_init'; did you mean 'HMAC_CTX_new'? [-Wimplicit-function-declaration] BUILDSTDERR: HMAC_CTX_init(&hmac_ctx); BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: HMAC_CTX_new BUILDSTDERR: libp2psec/crypto.c:224:2: warning: implicit declaration of function 'HMAC_CTX_cleanup'; did you mean 'HMAC_CTX_get_md'? [-Wimplicit-function-declaration] BUILDSTDERR: HMAC_CTX_cleanup(&hmac_ctx); BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: HMAC_CTX_get_md BUILDSTDERR: libp2psec/crypto.c:172:11: warning: unused variable 'hmac_ctx' [-Wunused-variable] BUILDSTDERR: HMAC_CTX hmac_ctx; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: In file included from libp2psec/auth.c:29, BUILDSTDERR: from libp2psec/authmgt.c:24, BUILDSTDERR: from libp2psec/peermgt.c:25, BUILDSTDERR: from libp2psec/p2psec.c:25, BUILDSTDERR: from peervpn.c:28: BUILDSTDERR: libp2psec/dh.c: In function 'dhGenKey': BUILDSTDERR: libp2psec/dh.c:87:19: error: dereferencing pointer to incomplete type 'DH' {aka 'struct dh_st'} BUILDSTDERR: bn = dhstate->dh->pub_key; BUILDSTDERR: ^~ BUILDSTDERR: In file included from libp2psec/nodedb.c:26, BUILDSTDERR: from libp2psec/peermgt.c:24, BUILDSTDERR: from libp2psec/p2psec.c:25, BUILDSTDERR: from peervpn.c:28: BUILDSTDERR: At top level: BUILDSTDERR: libp2psec/nodeid.c:84:12: warning: 'nodekeyLoadPEM' defined but not used [-Wunused-function] BUILDSTDERR: static int nodekeyLoadPEM(struct s_nodekey *nodekey, unsigned char *pubkey, const int pubkey_size) { BUILDSTDERR: ^~~~~~~~~~~~~~ BUILDSTDERR: make: *** [: peervpn.o] Error 1 RPM build errors: BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.gF3N8i (%build) BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.gF3N8i (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace result = func(*args, **kw) File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 626, in do raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/peervpn.spec