+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/axel.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qNxD8g + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf axel-7993512ca6b259cf04e9011541205db403ea1846 + /usr/bin/gzip -dc /builddir/build/SOURCES/axel-7993512.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd axel-7993512ca6b259cf04e9011541205db403ea1846 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9SQsd4 + umask 022 + cd /builddir/build/BUILD + cd axel-7993512ca6b259cf04e9011541205db403ea1846 + export '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 ' + 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 ' + export 'CXXFLAGS= -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 ' + CXXFLAGS=' -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 ' + ./configure --prefix=/usr --strip=0 Configuration done: Internationalization enabled. Debugging disabled. Binary stripping disabled. + make -j4 msgfmt -vo nl.mo nl.po msgfmt -vo de.mo de.po msgfmt -vo ru.mo ru.po msgfmt -vo zh_CN.mo zh_CN.po 47 translated messages45 translated messages, 1 fuzzy translation, 4 untranslated messages, 1 fuzzy translation, 2 untranslated messages. 50 translated messages. . 46 translated messages, 2 fuzzy translations, 2 untranslated messages. msgfmt -vo ja.mo ja.po gcc -c axel.c -o axel.o -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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -I/usr/include -Wall gcc -c conf.c -o conf.o -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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -I/usr/include -Wall gcc -c conn.c -o conn.o -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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -I/usr/include -Wall 50 translated messages. gcc -c ftp.c -o ftp.o -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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -I/usr/include -Wall conf.c: In function 'conf_loadfile': conf.c:61:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf( fp, "%100[^\n#]s", s ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conf.c:62:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf( fp, "%*[^\n]s" ); ^~~~~~~~~~~~~~~~~~~~~~~~ axel.c: In function 'axel_open': axel.c:160:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read( fd, &axel->conf->num_connections, sizeof( axel->conf->num_connections ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:167:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read( fd, &axel->bytes_done, sizeof( axel->bytes_done ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:169:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read( fd, &axel->conn[i].currentbyte, sizeof( axel->conn[i].currentbyte ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:208:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( axel->outfd, buffer, min( j, axel->conf->buffer_size ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c: In function 'save_state': axel.c:514:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fd, &axel->conf->num_connections, sizeof( axel->conf->num_connections ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:515:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fd, &axel->bytes_done, sizeof( axel->bytes_done ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:518:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( fd, &axel->conn[i].currentbyte, sizeof( axel->conn[i].currentbyte ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c:509:31: warning: '.st' directive output may be truncated writing 3 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf( fn, MAX_STRING, "%s.st", axel->filename ); ^~~ In file included from /usr/include/stdio.h:862:0, from axel.h:32, from axel.c:26: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 4 and 1027 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ conn.c: In function 'conn_setup': conn.c:256:31: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf( s, MAX_STRING, "%s%s", conn->dir, conn->file ); ^~ In file included from /usr/include/stdio.h:862:0, from axel.h:32, from conn.c:26: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 1 and 2047 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ axel.c: In function 'axel_open': axel.c:144:35: warning: '.st' directive output may be truncated writing 3 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf( buffer, MAX_STRING, "%s.st", axel->filename ); ^~~ In file included from /usr/include/stdio.h:862:0, from axel.h:32, from axel.c:26: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 4 and 1027 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c http.c -o http.o -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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -I/usr/include -Wall gcc -c search.c -o search.o -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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -I/usr/include -Wall gcc -c tcp.c -o tcp.o -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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -I/usr/include -Wall axel.c: In function 'axel_close': axel.c:463:36: warning: '.st' directive output may be truncated writing 3 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] snprintf( buffer, MAX_STRING, "%s.st", axel->filename ); ^~~ In file included from /usr/include/stdio.h:862:0, from axel.h:32, from axel.c:26: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 4 and 1027 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c text.c -o text.o -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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -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 -I/usr/include -Wall http.c: In function 'http_exec': http.c:141:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write( conn->fd, conn->request, strlen( conn->request ) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ text.c: In function 'main': text.c:299:24: warning: '.st' directive writing 3 bytes into a region of size between 1 and 1024 [-Wformat-overflow=] sprintf( string, "%s.st", axel->filename ); ^~~ In file included from /usr/include/stdio.h:862:0, from axel.h:32, from text.c:27: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 4 and 1027 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc *.o -o axel -L/usr/lib -pthread # skip strip axel + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.M8jTNV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64 + cd axel-7993512ca6b259cf04e9011541205db403ea1846 + rm -rf /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64 Installing locale files... mkdir -p /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/bin/ cp axel /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/bin/axel mkdir -p /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/etc/ cp axelrc.example /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/etc/axelrc mkdir -p /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/man/man1/ cp man/axel.1 /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/man/man1/axel.1 + install -m 755 -p axel /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/bin + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64 axel + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: axel-2.5-2.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FrllGZ + umask 022 + cd /builddir/build/BUILD + cd axel-7993512ca6b259cf04e9011541205db403ea1846 + DOCDIR=/builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/doc/axel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/doc/axel + cp -pr CHANGES /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/doc/axel + cp -pr CREDITS /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/doc/axel + cp -pr API /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/doc/axel + cp -pr README /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/doc/axel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xdS7wv + umask 022 + cd /builddir/build/BUILD + cd axel-7993512ca6b259cf04e9011541205db403ea1846 + LICENSEDIR=/builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/licenses/axel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/licenses/axel + cp -pr COPYING /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64/usr/share/licenses/axel + exit 0 Provides: axel = 2.5-2.fc28 axel(riscv-64) = 2.5-2.fc28 config(axel) = 2.5-2.fc28 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) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64 Wrote: /builddir/build/SRPMS/axel-2.5-2.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/axel-2.5-2.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.O3RaC8 + umask 022 + cd /builddir/build/BUILD + cd axel-7993512ca6b259cf04e9011541205db403ea1846 + rm -rf /builddir/build/BUILDROOT/axel-2.5-2.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff