Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/NetPIPE.spec'], chrootPath='/var/lib/mock/f30-build-36693-20760/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': 'C.UTF-8'}shell=Falselogger=timeout=432000uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/NetPIPE.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': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/NetPIPE-3.7.2-7.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/NetPIPE.spec'], chrootPath='/var/lib/mock/f30-build-36693-20760/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': 'C.UTF-8'}shell=Falselogger=timeout=432000uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/NetPIPE.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': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pwd2es + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf NetPIPE-3.7.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/NetPIPE-3.7.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd NetPIPE-3.7.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's|-I$(SRC)|-I$(SRC) $(LDFLAGS)|g' makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ylheQN + umask 022 + cd /builddir/build/BUILD + cd NetPIPE-3.7.2 + /usr/bin/make -O -j4 memcpy tcp tcp6 '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' 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 ./src/netpipe.c ./src/memcpy.c \ -DMEMCPY -o NPmemcpy -I./src -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld BUILDSTDERR: ./src/netpipe.c: In function 'main': BUILDSTDERR: ./src/netpipe.c:67:17: warning: unused variable 'latency' [-Wunused-variable] BUILDSTDERR: latency; /* Network message latency */ BUILDSTDERR: ^~~~~~~ BUILDSTDERR: ./src/netpipe.c:65:28: warning: unused variable 't2' [-Wunused-variable] BUILDSTDERR: double t, t0, t1, t2, /* Time variables */ BUILDSTDERR: ^~ BUILDSTDERR: ./src/netpipe.c:65:24: warning: unused variable 't1' [-Wunused-variable] BUILDSTDERR: double t, t0, t1, t2, /* Time variables */ BUILDSTDERR: ^~ BUILDSTDERR: ./src/netpipe.c:60:17: warning: unused variable 'reset_connection' [-Wunused-variable] BUILDSTDERR: reset_connection,/* Reset the connection between trials */ BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:43:17: warning: unused variable 'num_buf_align' [-Wunused-variable] BUILDSTDERR: num_buf_align; /* meaningful when args.cache is 0. number */ BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:1253:15: warning: 'len_buf_align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if(p->r_ptr + blocksize < p->r_buff + MEMSIZE - blocksize) BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:41:17: note: 'len_buf_align' was declared here BUILDSTDERR: int len_buf_align, /* meaningful when args.cache is 0. buflen */ BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:789:23: warning: 'memcache' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: flushcache(memcache, MEMSIZE/sizeof(int)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/memcpy.c: In function 'SendData': BUILDSTDERR: ./src/memcpy.c:71:30: warning: unused variable 'nleft' [-Wunused-variable] BUILDSTDERR: int nbytes = p->bufflen, nleft; BUILDSTDERR: ^~~~~ BUILDSTDERR: ./src/memcpy.c: In function 'RecvData': BUILDSTDERR: ./src/memcpy.c:87:30: warning: unused variable 'nleft' [-Wunused-variable] BUILDSTDERR: int nbytes = p->bufflen, nleft; BUILDSTDERR: ^~~~~ 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 ./src/netpipe.c ./src/tcp6.c -DTCP6 \ -o NPtcp6 -I./src -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld BUILDSTDERR: ./src/netpipe.c: In function 'main': BUILDSTDERR: ./src/netpipe.c:67:17: warning: unused variable 'latency' [-Wunused-variable] BUILDSTDERR: latency; /* Network message latency */ BUILDSTDERR: ^~~~~~~ BUILDSTDERR: ./src/netpipe.c:65:28: warning: unused variable 't2' [-Wunused-variable] BUILDSTDERR: double t, t0, t1, t2, /* Time variables */ BUILDSTDERR: ^~ BUILDSTDERR: ./src/netpipe.c:65:24: warning: unused variable 't1' [-Wunused-variable] BUILDSTDERR: double t, t0, t1, t2, /* Time variables */ BUILDSTDERR: ^~ BUILDSTDERR: ./src/netpipe.c:60:17: warning: unused variable 'reset_connection' [-Wunused-variable] BUILDSTDERR: reset_connection,/* Reset the connection between trials */ BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:43:17: warning: unused variable 'num_buf_align' [-Wunused-variable] BUILDSTDERR: num_buf_align; /* meaningful when args.cache is 0. number */ BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:1253:15: warning: 'len_buf_align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if(p->r_ptr + blocksize < p->r_buff + MEMSIZE - blocksize) BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:41:17: note: 'len_buf_align' was declared here BUILDSTDERR: int len_buf_align, /* meaningful when args.cache is 0. buflen */ BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:789:23: warning: 'memcache' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: flushcache(memcache, MEMSIZE/sizeof(int)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/tcp6.c: In function 'CleanUp': BUILDSTDERR: ./src/tcp6.c:406:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(p->commfd,quit, 5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/tcp6.c:407:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: read(p->commfd, quit, 5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/tcp6.c:412:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: read(p->commfd,quit, 5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/tcp6.c:413:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(p->commfd,quit,5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ 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 ./src/netpipe.c ./src/tcp.c -DTCP -o NPtcp -I./src -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld BUILDSTDERR: ./src/netpipe.c: In function 'main': BUILDSTDERR: ./src/netpipe.c:67:17: warning: unused variable 'latency' [-Wunused-variable] BUILDSTDERR: latency; /* Network message latency */ BUILDSTDERR: ^~~~~~~ BUILDSTDERR: ./src/netpipe.c:65:28: warning: unused variable 't2' [-Wunused-variable] BUILDSTDERR: double t, t0, t1, t2, /* Time variables */ BUILDSTDERR: ^~ BUILDSTDERR: ./src/netpipe.c:65:24: warning: unused variable 't1' [-Wunused-variable] BUILDSTDERR: double t, t0, t1, t2, /* Time variables */ BUILDSTDERR: ^~ BUILDSTDERR: ./src/netpipe.c:60:17: warning: unused variable 'reset_connection' [-Wunused-variable] BUILDSTDERR: reset_connection,/* Reset the connection between trials */ BUILDSTDERR: ^~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:43:17: warning: unused variable 'num_buf_align' [-Wunused-variable] BUILDSTDERR: num_buf_align; /* meaningful when args.cache is 0. number */ BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:1253:15: warning: 'len_buf_align' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if(p->r_ptr + blocksize < p->r_buff + MEMSIZE - blocksize) BUILDSTDERR: ~~~~~~~~~^~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:41:17: note: 'len_buf_align' was declared here BUILDSTDERR: int len_buf_align, /* meaningful when args.cache is 0. buflen */ BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: ./src/netpipe.c:789:23: warning: 'memcache' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: flushcache(memcache, MEMSIZE/sizeof(int)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/tcp.c: In function 'CleanUp': BUILDSTDERR: ./src/tcp.c:401:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(p->commfd,quit, 5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/tcp.c:402:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: read(p->commfd, quit, 5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/tcp.c:407:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: read(p->commfd,quit, 5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./src/tcp.c:408:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: write(p->commfd,quit,5); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6FbapS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64 + cd NetPIPE-3.7.2 + chmod 0644 dox/README dox/netpipe.1 dox/netpipe_paper.ps dox/np_cluster2002.pdf dox/np_euro.pdf + chmod 0644 bin/feplot + chmod 0644 bin/geplot + chmod 0644 bin/nplaunch + install -Dpm0755 NPmemcpy /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/bin/NPmemcpy + install -Dpm0755 NPtcp /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/bin/NPtcp + install -Dpm0755 NPtcp6 /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/bin/NPtcp6 + install -Dpm0644 dox/netpipe.1 /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/share/man/man1/netpipe.1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.7.2-7.fc30 --unique-debug-suffix -3.7.2-7.fc30.riscv64 --unique-debug-src-base NetPIPE-3.7.2-7.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/NetPIPE-3.7.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/bin/NPmemcpy explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/bin/NPtcp6 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/bin/NPtcp extracting debug info from /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/bin/NPmemcpy extracting debug info from /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/bin/NPtcp6 extracting debug info from /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/bin/NPtcp /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. BUILDSTDERR: 176 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: NetPIPE-3.7.2-7.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.N34pgL + umask 022 + cd /builddir/build/BUILD + cd NetPIPE-3.7.2 + DOCDIR=/builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/share/doc/NetPIPE + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/share/doc/NetPIPE + cp -pr dox/netpipe_paper.ps /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/share/doc/NetPIPE + cp -pr dox/README /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/share/doc/NetPIPE + cp -pr dox/np_cluster2002.pdf /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/share/doc/NetPIPE + cp -pr dox/np_euro.pdf /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/share/doc/NetPIPE + cp -pr bin/feplot /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/share/doc/NetPIPE + cp -pr bin/geplot /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/share/doc/NetPIPE + cp -pr bin/nplaunch /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64/usr/share/doc/NetPIPE + exit 0 Provides: NetPIPE = 3.7.2-7.fc30 NetPIPE(riscv-64) = 3.7.2-7.fc30 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) rtld(GNU_HASH) Processing files: NetPIPE-debugsource-3.7.2-7.fc30.riscv64 Provides: NetPIPE-debugsource = 3.7.2-7.fc30 NetPIPE-debugsource(riscv-64) = 3.7.2-7.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: NetPIPE-debuginfo-3.7.2-7.fc30.riscv64 Provides: NetPIPE-debuginfo = 3.7.2-7.fc30 NetPIPE-debuginfo(riscv-64) = 3.7.2-7.fc30 debuginfo(build-id) = 61a43ba87482a0a61183375af69d89546b6d1295 debuginfo(build-id) = 8d1f9cfdf978247c1cd0947e214df3c1f19bd3e3 debuginfo(build-id) = b4576f0f2abc0718e12ce8fff2f50da746988c9b Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: NetPIPE-debugsource(riscv-64) = 3.7.2-7.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64 Wrote: /builddir/build/RPMS/NetPIPE-3.7.2-7.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/NetPIPE-debugsource-3.7.2-7.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/NetPIPE-debuginfo-3.7.2-7.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gJIGVp + umask 022 + cd /builddir/build/BUILD + cd NetPIPE-3.7.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/NetPIPE-3.7.2-7.fc30.riscv64 + exit 0 Child return code was: 0