Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/authd.spec'], chrootPath='/var/lib/mock/f33-build-300304-56523/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=987gid=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=1595808000 Wrote: /builddir/build/SRPMS/authd-1.4.4-5.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/authd.spec'], chrootPath='/var/lib/mock/f33-build-300304-56523/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=987gid=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=1595808000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.P03Q8n + 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 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WDdF6l + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + make prefix=/usr 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -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' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -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 authd.c: In function 'initialize_crypto': authd.c:823:9: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations] 823 | if (RAND_pseudo_bytes(x->salt, sizeof(x->salt)) <= 0) return false; | ^~ In file included from /usr/include/openssl/e_os2.h:13, from /usr/include/openssl/bio.h:13, from authd.c:59: /usr/include/openssl/rand.h:44:1: note: declared here 44 | 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] 824 | EVP_BytesToKey(x->cipher, HASH, x->salt, pass, len, 1, x->key, x->iv); | ^~~~ | | | char * In file included from authd.c:61: /usr/include/openssl/evp.h:573:48: note: expected 'const unsigned char *' but argument is of type 'char *' 573 | const unsigned char *data, int datal, int count, | ~~~~~~~~~~~~~~~~~~~~~^~~~ authd.c: In function 'created_verbose': authd.c:643:9: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [-Wunused-result] 643 | asprintf(&s, VERBOSE_FMT, name, id, when, host1, port1, host2, port2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from authd.c:41: In function 'strncpy', inlined from 'get_created_tok_addr' at authd.c:534:19: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ authd.c: In function 'get_created_tok_addr': authd.c:516:24: note: length computed here 516 | size_t z = strlen(addr_hex); const bool IS_IPV6 = z > 8; | ^~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:519, from authd.c:41: In function 'strncpy', inlined from 'get_created_tok_addr' at authd.c:535:19: /usr/include/bits/string_fortified.h:106:10: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ authd.c: In function 'get_created_tok_addr': authd.c:535:19: note: length computed here 535 | strncpy(peer_128, peer_addr_hex, strlen(peer_addr_hex)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_created_tok_addr' at authd.c:534:19: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ authd.c: In function 'get_created_tok_addr': authd.c:516:24: note: length computed here 516 | size_t z = strlen(addr_hex); const bool IS_IPV6 = z > 8; | ^ In function 'strncpy', inlined from 'get_created_tok_addr' at authd.c:535:19: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^ authd.c: In function 'get_created_tok_addr': authd.c:535:19: note: length computed here 535 | strncpy(peer_128, peer_addr_hex, strlen(peer_addr_hex)); | ^ 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.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 ja.po:7: warning: header field 'Language' still has the initial default value 29 translated messages. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7yud8p + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64 + cd authd-1.4.4 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64 'INSTALL=/usr/bin/install -p' datadir=/builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64//usr/share sbindir=/builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64//usr/sbin install -d /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64//usr/sbin /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64//usr/share/doc/authd install in.authd /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64//usr/sbin install -m 644 README.html COPYING /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64//usr/share/doc/authd for file in *.mo; \ do dir=/builddir/build/BUILDROOT/authd-1.4.4-5.fc33.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.4-5.fc33.riscv64/usr/lib/systemd/system/ + install -m 644 /builddir/build/SOURCES/auth.socket /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64/usr/lib/systemd/system/ + install -m 644 /builddir/build/SOURCES/auth@.service /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64/usr/lib/systemd/system/ + install -d /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64/etc/ + touch /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64/etc/ident.key + install -d /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64//usr/share/man/man1/ + help2man -N -v -V /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64//usr/sbin/in.authd -o /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64//usr/share/man/man1/in.authd.1 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64 authd + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.4.4-5.fc33 --unique-debug-suffix -1.4.4-5.fc33.riscv64 --unique-debug-src-base authd-1.4.4-5.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/authd-1.4.4 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64/usr/sbin/in.authd extracting debug info from /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64/usr/sbin/in.authd original debug info size: 268kB, size after compression: 268kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 80 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: authd-1.4.4-5.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rD0o6m + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + DOCDIR=/builddir/build/BUILDROOT/authd-1.4.4-5.fc33.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-5.fc33.riscv64/usr/share/doc/authd + cp -pr COPYING /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64/usr/share/doc/authd + cp -pr README.html /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64/usr/share/doc/authd + cp -pr rfc1413.txt /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64/usr/share/doc/authd + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OBwHCp + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + LICENSEDIR=/builddir/build/BUILDROOT/authd-1.4.4-5.fc33.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-5.fc33.riscv64/usr/share/licenses/authd + cp -pr COPYING /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64/usr/share/licenses/authd + RPM_EC=0 ++ jobs -p + exit 0 Provides: authd = 1.4.4-5.fc33 authd(riscv-64) = 1.4.4-5.fc33 config(authd) = 1.4.4-5.fc33 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-5.fc33.riscv64 Provides: authd-debugsource = 1.4.4-5.fc33 authd-debugsource(riscv-64) = 1.4.4-5.fc33 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-5.fc33.riscv64 Provides: authd-debuginfo = 1.4.4-5.fc33 authd-debuginfo(riscv-64) = 1.4.4-5.fc33 debuginfo(build-id) = 94c4e5d1d745d62c7cb86db1364129c4512a1965 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-5.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64 Wrote: /builddir/build/RPMS/authd-debugsource-1.4.4-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/authd-1.4.4-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/authd-debuginfo-1.4.4-5.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5pRhAo + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/authd-1.4.4-5.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0