Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/authd.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/dist-c8-build-2623-223/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/authd.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/authd-1.4.4-5.el8.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/authd.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/dist-c8-build-2623-223/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/authd.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kkOq6y + 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 . + /usr/bin/cat /builddir/build/SOURCES/authd-covscan.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.phNqdt + 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 'LDFLAGS=-lcrypto -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' 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 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -lcrypto -Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o in.authd authd.c authd.c: In function 'initialize_crypto': authd.c:822:28: warning: passing argument 1 of 'getline' from incompatible pointer type [-Wincompatible-pointer-types] if ((len = getline(&pass, &z, stream)) == (ssize_t) -1) return false; ^~~~~ In file included from /usr/include/stdio.h:870, from authd.c:39: /usr/include/bits/stdio.h:118:17: note: expected 'char **' but argument is of type 'unsigned char **' getline (char **__lineptr, size_t *__n, FILE *__stream) ~~~~~~~^~~~~~~~~ authd.c:826: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/opensslconf.h:42, 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 DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) ^~~~~~~~~~~~~~~~~~ authd.c: In function 'created_verbose': authd.c:646:9: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf(&s, VERBOSE_FMT, name, id, when, host1, port1, host2, port2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rjUsPo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64 ++ dirname /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64 + cd authd-1.4.4 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64 'INSTALL=/usr/bin/install -p' datadir=/builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64//usr/share sbindir=/builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64//usr/sbin install -d /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64//usr/sbin /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64//usr/share/doc/authd install in.authd /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64//usr/sbin install -m 644 README.html COPYING /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64//usr/share/doc/authd for file in *.mo; \ do dir=/builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64//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.el8.x86_64/usr/lib/systemd/system/ + install -m 644 /builddir/build/SOURCES/auth.socket /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/usr/lib/systemd/system/ + install -m 644 /builddir/build/SOURCES/auth@.service /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/usr/lib/systemd/system/ + install -d /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/etc/ + touch /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/etc/ident.key + install -d /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64//usr/share/man/man1/ + help2man -N -v -V /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64//usr/sbin/in.authd -o /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64//usr/share/man/man1/in.authd.1 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64 authd + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 1.4.4-5.el8 --unique-debug-suffix -1.4.4-5.el8.x86_64 --unique-debug-src-base authd-1.4.4-5.el8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/authd-1.4.4 extracting debug info from /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/usr/sbin/in.authd /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 80 blocks + /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.4-5.el8.x86_64/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 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: authd-1.4.4-5.el8.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.gsLEpl + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + DOCDIR=/builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/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.el8.x86_64/usr/share/doc/authd + cp -pr COPYING /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/usr/share/doc/authd + cp -pr README.html /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/usr/share/doc/authd + cp -pr rfc1413.txt /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/usr/share/doc/authd + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.4R3O0h + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + LICENSEDIR=/builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/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.el8.x86_64/usr/share/licenses/authd + cp -pr COPYING /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64/usr/share/licenses/authd + exit 0 Provides: authd = 1.4.4-5.el8 authd(x86-64) = 1.4.4-5.el8 config(authd) = 1.4.4-5.el8 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.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.8)(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.el8.x86_64 Provides: authd-debugsource = 1.4.4-5.el8 authd-debugsource(x86-64) = 1.4.4-5.el8 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.el8.x86_64 Provides: authd-debuginfo = 1.4.4-5.el8 authd-debuginfo(x86-64) = 1.4.4-5.el8 debuginfo(build-id) = ff62a43e3219653d207cdea435b097637be4a304 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: authd-debugsource(x86-64) = 1.4.4-5.el8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64 Wrote: /builddir/build/RPMS/authd-1.4.4-5.el8.x86_64.rpm Wrote: /builddir/build/RPMS/authd-debugsource-1.4.4-5.el8.x86_64.rpm Wrote: /builddir/build/RPMS/authd-debuginfo-1.4.4-5.el8.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pyZVTe + umask 022 + cd /builddir/build/BUILD + cd authd-1.4.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/authd-1.4.4-5.el8.x86_64 + exit 0 Child return code was: 0