+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/authd.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.GpO9nf
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf authd-1.4.3
+ /usr/bin/gzip -dc /builddir/build/SOURCES/authd-1.4.3.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd authd-1.4.3
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (authd-1.4.3-gcc4.patch):'
Patch #0 (authd-1.4.3-gcc4.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file authd.c
patching file authd.c
+ echo 'Patch #1 (authd-1.4.3-disable.patch):'
Patch #1 (authd-1.4.3-disable.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file xinetd.conf.auth
+ echo 'Patch #2 (authd-1.4.3-ipv6-mapping.patch):'
Patch #2 (authd-1.4.3-ipv6-mapping.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .ipv6map --fuzz=0
patching file authd.c
+ echo 'Patch #3 (authd-1.4.3-locale.patch):'
Patch #3 (authd-1.4.3-locale.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .locale --fuzz=0
patching file authd.c
+ echo 'Patch #4 (authd-1.4.3-longopt-identifier.patch):'
Patch #4 (authd-1.4.3-longopt-identifier.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file authd.c
+ echo 'Patch #5 (authd-1.4.3-jiffies64.patch):'
Patch #5 (authd-1.4.3-jiffies64.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .jiffies64 --fuzz=0
patching file authd.c
Hunk #2 succeeded at 670 (offset 11 lines).
+ echo 'Patch #6 (authd-1.4.3-valist.patch):'
Patch #6 (authd-1.4.3-valist.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .valist --fuzz=0
patching file authd.c
+ echo 'Patch #7 (authd-1.4.3-license.patch):'
Patch #7 (authd-1.4.3-license.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .license --fuzz=0
patching file authd.c
patching file COPYING
+ echo 'Patch #8 (authd-1.4.3-docdir.patch):'
Patch #8 (authd-1.4.3-docdir.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .docdir --fuzz=0
patching file GNUmakefile
+ echo 'Patch #9 (authd-1.4.3-negative_uid.patch):'
Patch #9 (authd-1.4.3-negative_uid.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .negative_uid --fuzz=0
patching file authd.c
Hunk #1 succeeded at 382 (offset 1 line).
Hunk #2 succeeded at 621 (offset 1 line).
Hunk #3 succeeded at 695 (offset 1 line).
+ sed -i -e 's|/etc|/etc|' config.h
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.UUqwXf
+ umask 022
+ cd /builddir/build/BUILD
+ cd authd-1.4.3
+ 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 '
+ make prefix=/usr
gcc -std=gnu99 -Wall -W -DNDEBUG -g -O -lcrypto -o in.authd authd.c
authd.c: In function 'initialize_crypto':
authd.c:823:9: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations]
         if (RAND_pseudo_bytes(x->salt, sizeof(x->salt)) <= 0) return false;
         ^~
In file included from /usr/include/openssl/bn.h:31:0,
                 from /usr/include/openssl/asn1.h:24,
                 from /usr/include/openssl/objects.h:916,
                 from /usr/include/openssl/evp.h:27,
                 from authd.c:61:
/usr/include/openssl/rand.h:47:1: note: declared here
 DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
 ^
authd.c:824:50: warning: pointer targets in passing argument 4 of 'EVP_BytesToKey' differ in signedness [-Wpointer-sign]
         EVP_BytesToKey(x->cipher, HASH, x->salt, pass, len, 1, x->key, x->iv);
                                                  ^~~~
In file included from authd.c:61:0:
/usr/include/openssl/evp.h:530:12: note: expected 'const unsigned char *' but argument is of type 'char *'
 __owur int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
            ^~~~~~~~~~~~~~
xgettext --keyword=_ --output=authd.pot authd.c
msgmerge -U ja.po authd.pot
.... done.
sed -r -i 's|(Project-Id-Version:).*(\\n)|\1 authd-1.4.3\2|' ja.po
sed -r -i 's|(Report-Msgid-Bugs-To:).*(\\n)|\1 <http://bugzilla.redhat.com/>\2|' ja.po
sed -r -i 's|(Language-Team:).*(\\n)|\1 ja <http://bugzilla.redhat.com/>\2|' ja.po
msgfmt --statistics --check -o ja.mo ja.po
ja.po:7: warning: header field 'Language' still has the initial default value
29 translated messages.
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.18lqo7
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64
+ cd authd-1.4.3
+ rm -rf /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64
+ echo 'warning: %makeinstall is deprecated, try %make_install instead'
warning: %makeinstall is deprecated, try %make_install instead
+ /usr/bin/make prefix=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr exec_prefix=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr bindir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/bin sbindir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/sbin sysconfdir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/etc datadir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share includedir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/include libdir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/lib64 libexecdir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/libexec localstatedir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/var sharedstatedir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/var/lib mandir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share/man infodir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share/info install
install -d /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/sbin /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share/doc/authd
install in.authd /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/sbin
install -m 644 README.html COPYING /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share/doc/authd
for file in *.mo; \
do dir=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share/locale/$(basename ${file} .mo)/LC_MESSAGES; \
   install -d ${dir}; \
   install -m 644 ${file} ${dir}/authd.mo; \
done
+ install -d /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/lib/systemd/system/
+ install -m 644 /builddir/build/SOURCES/auth.socket /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/lib/systemd/system/
+ install -m 644 /builddir/build/SOURCES/auth@.service /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/lib/systemd/system/
+ install -d /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/etc/
+ touch /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/etc/ident.key
+ install -d /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64//usr/share/man/man1/
+ help2man -N -v -V /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64//usr/sbin/in.authd -o /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64//usr/share/man/man1/in.authd.1
+ /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64 authd
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/authd-1.4.3-48.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: authd-1.4.3-48.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4EZDxv
+ umask 022
+ cd /builddir/build/BUILD
+ cd authd-1.4.3
+ DOCDIR=/builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share/doc/authd
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share/doc/authd
+ cp -pr COPYING /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share/doc/authd
+ cp -pr README.html /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share/doc/authd
+ cp -pr rfc1413.txt /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64/usr/share/doc/authd
+ exit 0
Provides: authd = 1.4.3-48.fc28 authd(riscv-64) = 1.4.3-48.fc28 config(authd) = 1.4.3-48.fc28 pidentd = 3.2
Requires(interp): /bin/sh /bin/sh /bin/sh
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(post): /bin/sh openssl systemd-units
Requires(preun): /bin/sh systemd-units
Requires(postun): /bin/sh systemd-units
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) rtld(GNU_HASH)
Obsoletes: pidentd < 3.2
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/authd-1.4.3-48.fc28.riscv64
Wrote: /builddir/build/SRPMS/authd-1.4.3-48.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/authd-1.4.3-48.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VSpjMO
+ umask 022
+ cd /builddir/build/BUILD
+ cd authd-1.4.3
+ rm -rf /builddir/build/BUILDROOT/authd-1.4.3-48.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