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/sscep.spec'], chrootPath='/var/lib/mock/f29-build-25789-13419/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/sscep.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/sscep-0.6.1-8.20160525git2052ee1.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sscep.spec'], chrootPath='/var/lib/mock/f29-build-25789-13419/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/sscep.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.z1vGbA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sscep-2052ee1c834973879ad319778890f1cedd692821 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/sscep-2052ee1c834973879ad319778890f1cedd692821.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd sscep-2052ee1c834973879ad319778890f1cedd692821 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/sscep-Makefile Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4DAUx8 + umask 022 + cd /builddir/build/BUILD + cd sscep-2052ee1c834973879ad319778890f1cedd692821 + /usr/bin/make -O -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' gcc -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 sceputils.o sceputils.c BUILDSTDERR: sceputils.c: In function 'new_selfsigned': BUILDSTDERR: sceputils.c:102:40: warning: passing argument 2 of 'c2i_ASN1_INTEGER' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: if (!(serial = c2i_ASN1_INTEGER(NULL, &ptr, 32))) { BUILDSTDERR: ^~~~ BUILDSTDERR: In file included from /usr/include/openssl/objects.h:965, BUILDSTDERR: from /usr/include/openssl/evp.h:94, BUILDSTDERR: from sscep.h:50, BUILDSTDERR: from sceputils.c:9: BUILDSTDERR: /usr/include/openssl/asn1.h:837:15: note: expected 'const unsigned char **' but argument is of type 'unsigned char **' BUILDSTDERR: ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp, BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: sceputils.c: In function 'key_fingerprint': BUILDSTDERR: sceputils.c:233:6: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: str = (unsigned char *)malloc(2 * MD5_DIGEST_LENGTH + 1); BUILDSTDERR: ^ gcc -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 net.o net.c BUILDSTDERR: net.c: In function 'send_msg': BUILDSTDERR: net.c:200:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (v_flag) BUILDSTDERR: ^~ BUILDSTDERR: net.c:202:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: return (1); BUILDSTDERR: ^~~~~~ gcc -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 init.o init.c BUILDSTDERR: init.c: In function 'init_config': BUILDSTDERR: init.c:18:6: warning: variable 'k' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int k, i, lines; BUILDSTDERR: ^ gcc -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 ias.o ias.c gcc -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 fileutils.o fileutils.c BUILDSTDERR: fileutils.c: In function 'compare_subject': BUILDSTDERR: fileutils.c:66:58: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'X509_NAME *' {aka 'struct X509_name_st *'} [-Wformat=] BUILDSTDERR: fprintf(stderr, "Subject of the returned certificate: %s\n", X509_get_subject_name(cert)); BUILDSTDERR: ~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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 sscep.o sscep.c BUILDSTDERR: sscep.c: In function 'main': BUILDSTDERR: sscep.c:688:27: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: scep_t.reply_payload = reply.payload; BUILDSTDERR: ^ BUILDSTDERR: sscep.c:79:8: warning: variable 'p7' set but not used [-Wunused-but-set-variable] BUILDSTDERR: PKCS7 p7; BUILDSTDERR: ^~ gcc -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 pkcs7.o pkcs7.c BUILDSTDERR: In file included from pkcs7.c:10: BUILDSTDERR: pkcs7.c: In function 'pkcs7_wrap': BUILDSTDERR: ias.h:11:15: warning: passing argument 1 of 'ASN1_i2d_bio' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: ASN1_i2d_bio(i2d_pkcs7_issuer_and_subject, bp, (unsigned char *)ias) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pkcs7.c:89:14: note: in expansion of macro 'i2d_pkcs7_issuer_and_subject_bio' BUILDSTDERR: if ((rc = i2d_pkcs7_issuer_and_subject_bio(databio, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/objects.h:965, BUILDSTDERR: from /usr/include/openssl/evp.h:94, BUILDSTDERR: from sscep.h:50, BUILDSTDERR: from pkcs7.c:9: BUILDSTDERR: /usr/include/openssl/asn1.h:1022:31: note: expected 'int (*)(void *, unsigned char **)' but argument is of type 'int (*)(pkcs7_issuer_and_subject *, unsigned char **)' {aka 'int (*)(struct *, unsigned char **)'} BUILDSTDERR: int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x); BUILDSTDERR: ~~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from pkcs7.c:10: BUILDSTDERR: ias.h:13:15: warning: passing argument 1 of 'ASN1_i2d_bio' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: ASN1_i2d_bio(i2d_PKCS7_ISSUER_AND_SERIAL, bp, (unsigned char *)ias) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pkcs7.c:108:14: note: in expansion of macro 'i2d_PKCS7_ISSUER_AND_SERIAL_bio' BUILDSTDERR: if ((rc = i2d_PKCS7_ISSUER_AND_SERIAL_bio(databio, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/objects.h:965, BUILDSTDERR: from /usr/include/openssl/evp.h:94, BUILDSTDERR: from sscep.h:50, BUILDSTDERR: from pkcs7.c:9: BUILDSTDERR: /usr/include/openssl/asn1.h:1022:31: note: expected 'int (*)(void *, unsigned char **)' but argument is of type 'int (*)(PKCS7_ISSUER_AND_SERIAL *, unsigned char **)' {aka 'int (*)(struct pkcs7_issuer_and_serial_st *, unsigned char **)'} BUILDSTDERR: int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x); BUILDSTDERR: ~~~~~~~~~~~~~^~~ BUILDSTDERR: In file included from pkcs7.c:10: BUILDSTDERR: ias.h:13:15: warning: passing argument 1 of 'ASN1_i2d_bio' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: ASN1_i2d_bio(i2d_PKCS7_ISSUER_AND_SERIAL, bp, (unsigned char *)ias) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pkcs7.c:127:14: note: in expansion of macro 'i2d_PKCS7_ISSUER_AND_SERIAL_bio' BUILDSTDERR: if ((rc = i2d_PKCS7_ISSUER_AND_SERIAL_bio(databio, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/openssl/objects.h:965, BUILDSTDERR: from /usr/include/openssl/evp.h:94, BUILDSTDERR: from sscep.h:50, BUILDSTDERR: from pkcs7.c:9: BUILDSTDERR: /usr/include/openssl/asn1.h:1022:31: note: expected 'int (*)(void *, unsigned char **)' but argument is of type 'int (*)(PKCS7_ISSUER_AND_SERIAL *, unsigned char **)' {aka 'int (*)(struct pkcs7_issuer_and_serial_st *, unsigned char **)'} BUILDSTDERR: int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x); BUILDSTDERR: ~~~~~~~~~~~~~^~~ BUILDSTDERR: pkcs7.c:185:10: warning: too many arguments for format [-Wformat-extra-args] BUILDSTDERR: printf("\n %s: hexdump request payload \n", pname , i); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pkcs7.c:262:52: warning: pointer targets in passing argument 3 of 'add_attribute_octet' differ in signedness [-Wpointer-sign] BUILDSTDERR: add_attribute_octet(attributes, nid_senderNonce, s->sender_nonce, BUILDSTDERR: ~^~~~~~~~~~~~~~ BUILDSTDERR: In file included from pkcs7.c:9: BUILDSTDERR: sscep.h:340:5: note: expected 'char *' but argument is of type 'unsigned char *' BUILDSTDERR: int add_attribute_octet(STACK_OF(X509_ATTRIBUTE) *, int, char *, int); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: pkcs7.c:34:12: warning: unused variable 'reqcsr' [-Wunused-variable] BUILDSTDERR: X509_REQ *reqcsr = NULL; BUILDSTDERR: ^~~~~~ BUILDSTDERR: pkcs7.c: In function 'pkcs7_verify_unwrap': BUILDSTDERR: pkcs7.c:472:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (d_flag) BUILDSTDERR: ^~ BUILDSTDERR: pkcs7.c:475:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if (PEM_write_X509(fp, signercert) != 1) { BUILDSTDERR: ^~ BUILDSTDERR: pkcs7.c:344:14: warning: unused variable 'recipientkey' [-Wunused-variable] BUILDSTDERR: EVP_PKEY *recipientkey; BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: pkcs7.c:343:11: warning: unused variable 'recipientcert' [-Wunused-variable] BUILDSTDERR: X509 *recipientcert; BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: pkcs7.c:341:11: warning: unused variable 'p' [-Wunused-variable] BUILDSTDERR: char *p; BUILDSTDERR: ^ BUILDSTDERR: pkcs7.c:340:28: warning: unused variable 'attribs' [-Wunused-variable] BUILDSTDERR: STACK_OF(X509_ATTRIBUTE) *attribs; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: pkcs7.c:338:12: warning: unused variable 'p7' [-Wunused-variable] BUILDSTDERR: PKCS7 *p7; BUILDSTDERR: ^~ BUILDSTDERR: pkcs7.c:336:9: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: int i, len, bytes, used; BUILDSTDERR: ^ BUILDSTDERR: pkcs7.c: In function 'pkcs7_unwrap': BUILDSTDERR: pkcs7.c:628:24: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: s->reply_sender_nonce = p; BUILDSTDERR: ^ BUILDSTDERR: pkcs7.c:641:27: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: s->reply_recipient_nonce = p; BUILDSTDERR: ^ gcc -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 engine.o engine.c gcc -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 configuration.o configuration.c BUILDSTDERR: configuration.c: In function 'scep_conf_load': BUILDSTDERR: configuration.c:159:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(var = NCONF_get_string(conf, engine_section, SCEP_CONFIGURATION_ENGINE_ID)) { BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c:182:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_CAPI_NEWKEYLOCATION)) { BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c:192:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_CAPI_STORELOCATION)) { BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c:215:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_JKSENGINE_KEYSTOREPASS)) { BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c:221:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_JKSENGINE_JCONNPATH)) { BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c:227:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_JKSENGINE_PROVIDER)) { BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c:233:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_JKSENGINE_JAVAPATH)) { BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c:244:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(var = NCONF_get_string(conf, engine_special_section, SCEP_CONFIGURATION_ENGINE_PKCS11_PIN)) { BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c:252:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(var = NCONF_get_string(conf, engine_section, SCEP_CONFIGURATION_ENGINE_DYNPATH)) { BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c:273:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(var = NCONF_get_string(conf, engine_section, SCEP_CONFIGURATION_ENGINE_MODULEPATH)) { BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c:285:6: warning: suggest parentheses around assignment used as truth value [-Wparentheses] BUILDSTDERR: if(cmds_section = NCONF_get_string(conf, engine_section, SCEP_CONFIGURATION_ENGINE_CMDS)) { BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: configuration.c:57:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int ret; BUILDSTDERR: ^~~ BUILDSTDERR: configuration.c: In function 'scep_dump_conf': BUILDSTDERR: configuration.c:555:61: warning: format '%i' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: fprintf(stderr, "Length of Arrays does not match! Flags: %i, Chars: %i, Names: %i\n", BUILDSTDERR: ~^ BUILDSTDERR: %li BUILDSTDERR: sizeof(flags)/sizeof(int), BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: configuration.c:555:72: warning: format '%i' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: fprintf(stderr, "Length of Arrays does not match! Flags: %i, Chars: %i, Names: %i\n", BUILDSTDERR: ~^ BUILDSTDERR: %li BUILDSTDERR: configuration.c:557:4: BUILDSTDERR: sizeof(chars)/sizeof(char *), BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: configuration.c:555:83: warning: format '%i' expects argument of type 'int', but argument 5 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: fprintf(stderr, "Length of Arrays does not match! Flags: %i, Chars: %i, Names: %i\n", BUILDSTDERR: ~^ BUILDSTDERR: %li BUILDSTDERR: configuration.c:558:4: BUILDSTDERR: sizeof(names)/sizeof(char *) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -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 -o sscep sscep.o init.o net.o sceputils.o pkcs7.o ias.o fileutils.o configuration.o engine.o -lcrypto -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.h3oszu + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64 + cd sscep-2052ee1c834973879ad319778890f1cedd692821 + install -pm 755 -d /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/share/doc/sscep + install -pm 755 -d /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/etc/sscep/ + install -pm 755 -d /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/bin + install -pm 644 sscep.conf /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/etc/sscep + install -pm 755 sscep mkrequest /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/bin + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.6.1-8.20160525git2052ee1.fc29 --unique-debug-suffix -0.6.1-8.20160525git2052ee1.fc29.riscv64 --unique-debug-src-base sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/sscep-2052ee1c834973879ad319778890f1cedd692821 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/bin/sscep extracting debug info from /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/bin/sscep /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 272 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/mkrequest from /bin/sh to #!/usr/bin/sh Processing files: sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yxmMRl + umask 022 + cd /builddir/build/BUILD + cd sscep-2052ee1c834973879ad319778890f1cedd692821 + DOCDIR=/builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/share/doc/sscep + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/share/doc/sscep + cp -pr COPYRIGHT /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/share/doc/sscep + cp -pr HISTORY /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/share/doc/sscep + cp -pr TODO /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/share/doc/sscep + cp -pr README /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/share/doc/sscep + cp -pr draft-nourse-scep-06.txt /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/share/doc/sscep + cp -pr draft-nourse-scep-11.txt /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64/usr/share/doc/sscep + exit 0 Provides: config(sscep) = 0.6.1-8.20160525git2052ee1.fc29 sscep = 0.6.1-8.20160525git2052ee1.fc29 sscep(riscv-64) = 0.6.1-8.20160525git2052ee1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.10()(64bit) libcrypto.so.10(libcrypto.so.10)(64bit) rtld(GNU_HASH) Processing files: sscep-debugsource-0.6.1-8.20160525git2052ee1.fc29.riscv64 Provides: sscep-debugsource = 0.6.1-8.20160525git2052ee1.fc29 sscep-debugsource(riscv-64) = 0.6.1-8.20160525git2052ee1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sscep-debuginfo-0.6.1-8.20160525git2052ee1.fc29.riscv64 Provides: debuginfo(build-id) = 7b626702d25db12d5428d870342d1208d8f61f49 sscep-debuginfo = 0.6.1-8.20160525git2052ee1.fc29 sscep-debuginfo(riscv-64) = 0.6.1-8.20160525git2052ee1.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: sscep-debugsource(riscv-64) = 0.6.1-8.20160525git2052ee1.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64 Wrote: /builddir/build/RPMS/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/sscep-debugsource-0.6.1-8.20160525git2052ee1.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/sscep-debuginfo-0.6.1-8.20160525git2052ee1.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5a0IJc + umask 022 + cd /builddir/build/BUILD + cd sscep-2052ee1c834973879ad319778890f1cedd692821 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sscep-0.6.1-8.20160525git2052ee1.fc29.riscv64 + exit 0 Child return code was: 0