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/authd.spec'], chrootPath='/var/lib/mock/f31-build-55436-28117/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/authd.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=1550448000 Wrote: /builddir/build/SRPMS/authd-1.4.4-2.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/authd.spec'], chrootPath='/var/lib/mock/f31-build-55436-28117/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/authd.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=1550448000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aSkkPv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf authd-1.4.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/authd-1.4.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd authd-1.4.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.byKohs + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + make prefix=/usr '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=-lcrypto -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' BUILDSTDERR: authd.c: In function 'initialize_crypto': BUILDSTDERR: authd.c:823:9: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 823 | if (RAND_pseudo_bytes(x->salt, sizeof(x->salt)) <= 0) return false; BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/openssl/e_os2.h:13, BUILDSTDERR: from /usr/include/openssl/bio.h:13, BUILDSTDERR: from authd.c:59: BUILDSTDERR: /usr/include/openssl/rand.h:44:1: note: declared here BUILDSTDERR: 44 | DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: authd.c:824:50: warning: pointer targets in passing argument 4 of 'EVP_BytesToKey' differ in signedness [-Wpointer-sign] BUILDSTDERR: 824 | EVP_BytesToKey(x->cipher, HASH, x->salt, pass, len, 1, x->key, x->iv); BUILDSTDERR: | ^~~~ BUILDSTDERR: | | BUILDSTDERR: | char * BUILDSTDERR: In file included from authd.c:61: BUILDSTDERR: /usr/include/openssl/evp.h:569:48: note: expected 'const unsigned char *' but argument is of type 'char *' BUILDSTDERR: 569 | const unsigned char *data, int datal, int count, BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: authd.c: In function 'created_verbose': BUILDSTDERR: authd.c:643:9: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: 643 | asprintf(&s, VERBOSE_FMT, name, id, when, host1, port1, host2, port2); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from authd.c:41: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'get_created_tok_addr' at authd.c:534:19: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: authd.c: In function 'get_created_tok_addr': BUILDSTDERR: authd.c:516:24: note: length computed here BUILDSTDERR: 516 | size_t z = strlen(addr_hex); const bool IS_IPV6 = z > 8; BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from authd.c:41: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'get_created_tok_addr' at authd.c:535:19: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: authd.c: In function 'get_created_tok_addr': BUILDSTDERR: authd.c:535:19: note: length computed here BUILDSTDERR: 535 | strncpy(peer_128, peer_addr_hex, strlen(peer_addr_hex)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ...... done. BUILDSTDERR: ja.po:7: warning: header field 'Language' still has the initial default value BUILDSTDERR: 29 translated messages. + 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 -lcrypto -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o in.authd authd.c xgettext --keyword=_ --output=authd.pot authd.c msgmerge -U ja.po authd.pot sed -r -i 's|(Project-Id-Version:).*(\\n)|\1 authd-1.4.4\2|' ja.po sed -r -i 's|(Report-Msgid-Bugs-To:).*(\\n)|\1 \2|' ja.po sed -r -i 's|(Language-Team:).*(\\n)|\1 ja \2|' ja.po msgfmt --statistics --check -o ja.mo ja.po Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kYFaps + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64 + cd authd-1.4.4 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64 'INSTALL=/usr/bin/install -p' datadir=/builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64//usr/share sbindir=/builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64//usr/sbin + install -d /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/lib/systemd/system/ + install -m 644 /builddir/build/SOURCES/auth.socket /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/lib/systemd/system/ + install -m 644 /builddir/build/SOURCES/auth@.service /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/lib/systemd/system/ + install -d /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/etc/ + touch /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/etc/ident.key + install -d /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64//usr/share/man/man1/ + help2man -N -v -V /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64//usr/sbin/in.authd -o /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64//usr/share/man/man1/in.authd.1 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64 authd + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.4.4-2.fc31 --unique-debug-suffix -1.4.4-2.fc31.riscv64 --unique-debug-src-base authd-1.4.4-2.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/authd-1.4.4 BUILDSTDERR: 80 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/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs install -d /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64//usr/sbin /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64//usr/share/doc/authd install in.authd /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64//usr/sbin install -m 644 README.html COPYING /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64//usr/share/doc/authd for file in *.mo; \ do dir=/builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64//usr/share/locale/$(basename ${file} .mo)/LC_MESSAGES; \ install -d ${dir}; \ install -m 644 ${file} ${dir}/authd.mo; \ done explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/sbin/in.authd extracting debug info from /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/sbin/in.authd original debug info size: 132kB, size after compression: 132kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: authd-1.4.4-2.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hiEY7v + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + DOCDIR=/builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/share/doc/authd + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/share/doc/authd + cp -pr COPYING /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/share/doc/authd + cp -pr README.html /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/share/doc/authd + cp -pr rfc1413.txt /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/share/doc/authd + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.sKfu7t + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + LICENSEDIR=/builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/share/licenses/authd + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/share/licenses/authd + cp -pr COPYING /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64/usr/share/licenses/authd + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: authd = 1.4.4-2.fc31 authd(riscv-64) = 1.4.4-2.fc31 config(authd) = 1.4.4-2.fc31 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: 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.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) rtld(GNU_HASH) Obsoletes: pidentd < 3.2 Processing files: authd-debugsource-1.4.4-2.fc31.riscv64 Provides: authd-debugsource = 1.4.4-2.fc31 authd-debugsource(riscv-64) = 1.4.4-2.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: authd-debuginfo-1.4.4-2.fc31.riscv64 Provides: authd-debuginfo = 1.4.4-2.fc31 authd-debuginfo(riscv-64) = 1.4.4-2.fc31 debuginfo(build-id) = 76265e4ca9fb9e68328f78b3cb1fb60d0d71ed0c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: authd-debugsource(riscv-64) = 1.4.4-2.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64 Wrote: /builddir/build/RPMS/authd-debugsource-1.4.4-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/authd-1.4.4-2.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/authd-debuginfo-1.4.4-2.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sRNqiu + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/authd-1.4.4-2.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0