Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/axmail.spec'], chrootPath='/var/lib/mock/f31-build-102351-33499/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=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/axmail.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 setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/axmail-2.8-8.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/axmail.spec'], chrootPath='/var/lib/mock/f31-build-102351-33499/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=432000uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/axmail.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 setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.q7r7z0 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf axmail-2.8 + /usr/bin/gzip -dc /builddir/build/SOURCES/axmail-2.8.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd axmail-2.8 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (axmail-2.8-install-fix.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .install-fix --fuzz=0 + cp -p /builddir/build/SOURCES/axmail-README.fedora README.fedora + rm -f .COPYING + mv -f etc/welcome.txt etc/axmail-welcome.txt + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (axmail-2.8-install-fix.patch): patching file Makefile patching file defines.h Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DXaLMX + umask 022 + cd /builddir/build/BUILD + cd axmail-2.8 + 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,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' BUILDSTDERR: command.c: In function 'do_forward': BUILDSTDERR: command.c:74:2: warning: implicit declaration of function 'getaddy' [-Wimplicit-function-declaration] BUILDSTDERR: 74 | getaddy(fwd); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: command.c:69:8: warning: unused variable 'email' [-Wunused-variable] BUILDSTDERR: 69 | char *email; BUILDSTDERR: | ^~~~~ BUILDSTDERR: command.c: In function 'do_signature': BUILDSTDERR: command.c:99:9: warning: implicit declaration of function 'getsig'; did you mean 'getsid'? [-Wimplicit-function-declaration] BUILDSTDERR: 99 | getsig(sig); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: | getsid BUILDSTDERR: utils.c: In function 'getstr': BUILDSTDERR: utils.c:85:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 85 | fgets(str, len, stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: adduser.c: In function 'new_user': BUILDSTDERR: adduser.c:109:4: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 109 | p = homedir; BUILDSTDERR: | ^ BUILDSTDERR: adduser.c:117:14: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness [-Wpointer-sign] BUILDSTDERR: 117 | q = strchr(p, '/'); BUILDSTDERR: | ^ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: In file included from adduser.c:13: BUILDSTDERR: /usr/include/string.h:225:14: note: expected 'const char *' but argument is of type 'unsigned char *' BUILDSTDERR: 225 | extern char *strchr (const char *__s, int __c) BUILDSTDERR: | ^~~~~~ BUILDSTDERR: adduser.c:117:5: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] BUILDSTDERR: 117 | q = strchr(p, '/'); BUILDSTDERR: | ^ BUILDSTDERR: adduser.c:126:12: warning: pointer targets in passing argument 1 of 'stat' differ in signedness [-Wpointer-sign] BUILDSTDERR: 126 | if (stat(p, &fst) < 0) BUILDSTDERR: | ^ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: In file included from /usr/include/features.h:450, BUILDSTDERR: from /usr/include/bits/libc-header-start.h:33, BUILDSTDERR: from /usr/include/stdio.h:27, BUILDSTDERR: from adduser.c:4: BUILDSTDERR: /usr/include/sys/stat.h:453:1: note: expected 'const char *' but argument is of type 'unsigned char *' BUILDSTDERR: 453 | __NTH (stat (const char *__path, struct stat *__statbuf)) BUILDSTDERR: | ^~~~~ BUILDSTDERR: adduser.c:130:11: warning: pointer targets in passing argument 1 of 'mkdir' differ in signedness [-Wpointer-sign] BUILDSTDERR: 130 | mkdir(p, S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IROTH|S_IWOTH|S_IXOTH); BUILDSTDERR: | ^ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: In file included from adduser.c:9: BUILDSTDERR: /usr/include/sys/stat.h:317:31: note: expected 'const char *' but argument is of type 'unsigned char *' BUILDSTDERR: 317 | extern int mkdir (const char *__path, __mode_t __mode) BUILDSTDERR: | ~~~~~~~~~~~~^~~~~~ BUILDSTDERR: adduser.c:134:12: warning: pointer targets in passing argument 1 of 'chown' differ in signedness [-Wpointer-sign] BUILDSTDERR: 134 | chown(p, uid, user_gid); BUILDSTDERR: | ^ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: In file included from adduser.c:8: BUILDSTDERR: /usr/include/unistd.h:473:31: note: expected 'const char *' but argument is of type 'unsigned char *' BUILDSTDERR: 473 | extern int chown (const char *__file, __uid_t __owner, __gid_t __group) BUILDSTDERR: | ~~~~~~~~~~~~^~~~~~ BUILDSTDERR: adduser.c:135:12: warning: pointer targets in passing argument 1 of 'chmod' differ in signedness [-Wpointer-sign] BUILDSTDERR: 135 | chmod(p, S_IRUSR|S_IWUSR|S_IXUSR); BUILDSTDERR: | ^ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: In file included from adduser.c:9: BUILDSTDERR: /usr/include/sys/stat.h:280:31: note: expected 'const char *' but argument is of type 'unsigned char *' BUILDSTDERR: 280 | extern int chmod (const char *__file, __mode_t __mode) BUILDSTDERR: | ~~~~~~~~~~~~^~~~~~ BUILDSTDERR: adduser.c:142:13: warning: pointer targets in passing argument 1 of 'chdir' differ in signedness [-Wpointer-sign] BUILDSTDERR: 142 | if (chdir(p) < 0) BUILDSTDERR: | ^ BUILDSTDERR: | | BUILDSTDERR: | unsigned char * BUILDSTDERR: In file included from adduser.c:8: BUILDSTDERR: /usr/include/unistd.h:497:31: note: expected 'const char *' but argument is of type 'unsigned char *' BUILDSTDERR: 497 | extern int chdir (const char *__path) __THROW __nonnull ((1)) __wur; BUILDSTDERR: | ~~~~~~~~~~~~^~~~~~ BUILDSTDERR: adduser.c:113:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 113 | chdir("/"); BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: adduser.c:134:6: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 134 | chown(p, uid, user_gid); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: adduser.c:181:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 181 | write(fd_b, &buf, cnt); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: adduser.c:184:3: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 184 | chown(USERPROFILE, uid, user_gid); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: adduser.c:190:17: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 190 | system(str); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: mailcmd.c: In function 'do_read': BUILDSTDERR: mailcmd.c:60:7: warning: unused variable 'line' [-Wunused-variable] BUILDSTDERR: 60 | char line[2000]; BUILDSTDERR: | ^~~~ BUILDSTDERR: mailcmd.c:58:18: warning: unused variable 'm' [-Wunused-variable] BUILDSTDERR: 58 | struct message *m; BUILDSTDERR: | ^ BUILDSTDERR: mailcmd.c:57:12: warning: unused variable 'k' [-Wunused-variable] BUILDSTDERR: 57 | int i, j, k; BUILDSTDERR: | ^ BUILDSTDERR: mailcmd.c:57:9: warning: unused variable 'j' [-Wunused-variable] BUILDSTDERR: 57 | int i, j, k; BUILDSTDERR: | ^ BUILDSTDERR: mailcmd.c: In function 'do_send': BUILDSTDERR: mailcmd.c:298:30: warning: zero-length gnu_printf format string [-Wformat-zero-length] BUILDSTDERR: 298 | { fprintf( f,"" ); BUILDSTDERR: | ^~ BUILDSTDERR: mailcmd.c:340:15: warning: unused variable 'sig' [-Wunused-variable] BUILDSTDERR: 340 | char *sig = NULL; BUILDSTDERR: | ^~~ BUILDSTDERR: mailcmd.c:143:8: warning: unused variable 'g' [-Wunused-variable] BUILDSTDERR: 143 | FILE *g; BUILDSTDERR: | ^ BUILDSTDERR: mailcmd.c: In function 'do_psend': BUILDSTDERR: mailcmd.c:503:15: warning: unused variable 'sig' [-Wunused-variable] BUILDSTDERR: 503 | char *sig = NULL; BUILDSTDERR: | ^~~ BUILDSTDERR: mailcmd.c:396:15: warning: unused variable 'g' [-Wunused-variable] BUILDSTDERR: 396 | FILE *g; BUILDSTDERR: | ^ BUILDSTDERR: mailcmd.c: In function 'do_read': BUILDSTDERR: mailcmd.c:125:26: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 125 | system(str); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: mailcmd.c: In function 'do_send': BUILDSTDERR: mailcmd.c:320:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 320 | fgets(str, LINESIZE, stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: mailcmd.c:372:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 372 | system(str); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: mailcmd.c:376:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 376 | system(str); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: mailcmd.c: In function 'do_psend': BUILDSTDERR: mailcmd.c:482:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 482 | fgets(str, LINESIZE, stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: mailcmd.c:534:25: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 534 | system(str); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: mailcmd.c:538:25: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 538 | system(str); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: mailcmd.c: In function 'do_fax': BUILDSTDERR: mailcmd.c:750:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 750 | fgets(str, LINESIZE, stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: mailcmd.c:776:17: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 776 | system(str); BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: axmail.c: In function 'init_user': BUILDSTDERR: axmail.c:236:9: warning: implicit declaration of function 'setgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration] BUILDSTDERR: 236 | if ( (setgroups(0, NULL) == -1) || (setgid(pw->pw_gid) == -1) || (setuid(pw->pw_uid) == -1) ) BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: | getgroups BUILDSTDERR: axmail.c: In function 'main': BUILDSTDERR: axmail.c:284:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 284 | fgets(p, 1023, stdin); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: quit.c: In function 'save_mbox': BUILDSTDERR: quit.c:195:6: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 195 | freopen(mailbox, "a+", mb); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 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 utils.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 config.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 adduser.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 command.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 mailcmd.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 mbox.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 head.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 lock.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 axmail.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 quit.c gcc -o axmail utils.o config.o adduser.o command.o mailcmd.o mbox.o head.o lock.o axmail.o quit.o -lcrypt -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hbI1YZ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64 + cd axmail-2.8 + make -j4 DESTDIR=/builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64 MAN_DIR=/builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/man install + mkdir -p /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/var/lock + touch /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/var/lock/axmail + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.8-8.fc31 --unique-debug-suffix -2.8-8.fc31.riscv64 --unique-debug-src-base axmail-2.8-8.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/axmail-2.8 BUILDSTDERR: 133 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs install -m 0755 -p -D axmail /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/sbin/axmail install -m 755 -D -d /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/etc/ax25 install -m 755 -D -d /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/axmail/help install -m 644 -p -D man/axmail.8 /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/man/man8/axmail.8 install -m 644 -p etc/axmail.conf /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/etc/ax25 install -m 644 -p etc/help/*.hlp /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/axmail/help install -m 644 -p -D man/axmail.conf.5 /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/man/man5/axmail.conf.5 install -m 644 -p etc/axmail-welcome.txt /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/etc/ax25 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/sbin/axmail extracting debug info from /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/sbin/axmail original debug info size: 220kB, size after compression: 200kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: axmail-2.8-8.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.VgeQkY + umask 022 + cd /builddir/build/BUILD + cd axmail-2.8 + DOCDIR=/builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/doc/axmail + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/doc/axmail + cp -pr README.fedora /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/doc/axmail + cp -pr README /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/doc/axmail + cp -pr FAQ /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/doc/axmail + cp -pr copying /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64/usr/share/doc/axmail + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: axmail = 2.8-8.fc31 axmail(riscv-64) = 2.8-8.fc31 bundled(mailx) = 5.3b config(axmail) = 2.8-8.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: 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) libcrypt.so.2()(64bit) libcrypt.so.2(XCRYPT_2.0)(64bit) rtld(GNU_HASH) Processing files: axmail-debugsource-2.8-8.fc31.riscv64 Provides: axmail-debugsource = 2.8-8.fc31 axmail-debugsource(riscv-64) = 2.8-8.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: axmail-debuginfo-2.8-8.fc31.riscv64 Provides: axmail-debuginfo = 2.8-8.fc31 axmail-debuginfo(riscv-64) = 2.8-8.fc31 debuginfo(build-id) = f5094595649ff6ec6e3539c7da1f91159146845b Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: axmail-debugsource(riscv-64) = 2.8-8.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64 Wrote: /builddir/build/RPMS/axmail-debugsource-2.8-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/axmail-2.8-8.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/axmail-debuginfo-2.8-8.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ObAOT0 + umask 022 + cd /builddir/build/BUILD + cd axmail-2.8 + /usr/bin/rm -rf /builddir/build/BUILDROOT/axmail-2.8-8.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0