+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/passwdqc.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.7VIPth + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf passwdqc-1.3.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/passwdqc-1.3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd passwdqc-1.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.y7E2dk + umask 022 + cd /builddir/build/BUILD + cd passwdqc-1.3.0 + make 'CFLAGS=-Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 ' 'LDFLAGS_LINUX=--shared -Wl,--version-script,$(MAP)' -j4 case "`uname -s`" in \ Linux) make CFLAGS_lib="-Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fPIC -DHAVE_SHADOW" \ LDFLAGS_lib="--shared -Wl,--soname,libpasswdqc.so.0,--version-script,libpasswdqc.map" \ LDFLAGS_pam="--shared -Wl,--version-script,pam_passwdqc.map" \ LDLIBS_pam="-lpam -lcrypt" \ all_wrapped;; \ SunOS) make -e CFLAGS_lib="-Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fPIC -DHAVE_SHADOW" \ LD_lib=ld \ LDFLAGS_lib="-G" \ LDFLAGS_pam="-G" \ LDLIBS_pam="-lpam -lcrypt" \ INSTALL="/usr/ucb/install -c" \ SHARED_LIBDIR="/usr/lib" \ SECUREDIR="/usr/lib/security" \ all_wrapped;; \ HP-UX) make CFLAGS_lib="-Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fPIC -DHAVE_SHADOW" \ LD_lib=ld \ LDFLAGS_lib="-b" \ LDFLAGS_pam="-b" \ LDLIBS_pam="-lpam -lsec" \ all_wrapped;; \ Darwin) make \ SHARED_LIB="libpasswdqc.0.dylib" \ DEVEL_LIB="libpasswdqc.dylib" \ SECUREDIR="/usr/lib/pam" \ LDLIBS_pam="-lpam -lSystem" \ all_wrapped;; \ *) make all_wrapped;; \ esac make[1]: Entering directory '/builddir/build/BUILD/passwdqc-1.3.0' gcc -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fPIC -DHAVE_SHADOW -c pam_passwdqc.c gcc -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fPIC -DHAVE_SHADOW -c concat.c gcc -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fPIC -DHAVE_SHADOW -c passwdqc_check.c gcc -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fPIC -DHAVE_SHADOW -c passwdqc_load.c pam_passwdqc.c: In function 'check_pass': pam_passwdqc.c:207:11: warning: implicit declaration of function 'crypt'; did you mean 'chroot'? [-Wimplicit-function-declaration] hash = crypt(pass, spw->sp_pwdp); ^~~~~ chroot pam_passwdqc.c:207:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] hash = crypt(pass, spw->sp_pwdp); ^ pam_passwdqc.c:218:8: warning: assignment makes pointer from integer without a cast [-Wint-conversion] hash = crypt(pass, pw->pw_passwd); ^ gcc -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fPIC -DHAVE_SHADOW -c passwdqc_parse.c gcc -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fPIC -DHAVE_SHADOW -c passwdqc_random.c gcc -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fPIC -DHAVE_SHADOW -c wordset_4k.c gcc -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fomit-frame-pointer -c pwqgen.c gcc -Wall -fPIC -DHAVE_SHADOW -DLINUX_PAM -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 -fomit-frame-pointer -c pwqcheck.c gcc --shared -Wl,--soname,libpasswdqc.so.0,--version-script,libpasswdqc.map concat.o passwdqc_check.o passwdqc_load.o passwdqc_parse.o passwdqc_random.o wordset_4k.o -o libpasswdqc.so.0 ln -s -f libpasswdqc.so.0 libpasswdqc.so gcc --shared -Wl,--version-script,pam_passwdqc.map pam_passwdqc.o -lpam -lcrypt -L. -lpasswdqc -o pam_passwdqc.so gcc pwqgen.o -L. -lpasswdqc -o pwqgen gcc pwqcheck.o -L. -lpasswdqc -o pwqcheck make[1]: Leaving directory '/builddir/build/BUILD/passwdqc-1.3.0' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8HrZKk + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64 + cd passwdqc-1.3.0 + make install DESTDIR=/builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64 MANDIR=/usr/share/man SHARED_LIBDIR=/lib64 DEVEL_LIBDIR=/usr/lib64 SECUREDIR=/lib64/security 'INSTALL=install -p' case "`uname -s`" in \ Linux) make CFLAGS_lib="-Wall -W -O2 -fPIC -DHAVE_SHADOW" \ LDFLAGS_lib="--shared -Wl,--soname,libpasswdqc.so.0,--version-script,libpasswdqc.map" \ LDFLAGS_pam="--shared -Wl,--version-script,pam_passwdqc.map" \ LDLIBS_pam="-lpam -lcrypt" \ install_wrapped;; \ SunOS) make -e CFLAGS_lib="-Wall -W -O2 -fPIC -DHAVE_SHADOW" \ LD_lib=ld \ LDFLAGS_lib="-G" \ LDFLAGS_pam="-G" \ LDLIBS_pam="-lpam -lcrypt" \ INSTALL="/usr/ucb/install -c" \ SHARED_LIBDIR="/usr/lib" \ SECUREDIR="/usr/lib/security" \ install_wrapped;; \ HP-UX) make CFLAGS_lib="-Wall -W -O2 -fPIC -DHAVE_SHADOW" \ LD_lib=ld \ LDFLAGS_lib="-b" \ LDFLAGS_pam="-b" \ LDLIBS_pam="-lpam -lsec" \ install_wrapped;; \ Darwin) make \ SHARED_LIB="libpasswdqc.0.dylib" \ DEVEL_LIB="libpasswdqc.dylib" \ SECUREDIR="/usr/lib/pam" \ LDLIBS_pam="-lpam -lSystem" \ install_wrapped;; \ *) make install_wrapped;; \ esac make[1]: Entering directory '/builddir/build/BUILD/passwdqc-1.3.0' umask 022 && mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/etc install -p -m 644 passwdqc.conf /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/etc/ umask 022 && mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/lib64 install -p -m 755 libpasswdqc.so.0 /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/lib64/ umask 022 && mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/lib64 ln -s -f ../../lib64/libpasswdqc.so.0 \ /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/lib64/libpasswdqc.so umask 022 && mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/include install -p -m 644 passwdqc.h /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/include/ umask 022 && mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/man/man5 install -p -m 644 passwdqc.conf.5 /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/man/man5/ umask 022 && mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/bin install -p -m 755 pwqgen pwqcheck /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/bin/ umask 022 && mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/man/man1 install -p -m 644 pwqgen.1 pwqcheck.1 /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/man/man1/ umask 022 && mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/lib64/security install -p -m 755 pam_passwdqc.so /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/lib64/security/ umask 022 && mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/man/man8 install -p -m 644 pam_passwdqc.8 /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/man/man8/ Consider running ldconfig(8) to update the dynamic linker cache. make[1]: Leaving directory '/builddir/build/BUILD/passwdqc-1.3.0' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/passwdqc-1.3.0-9.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: passwdqc-1.3.0-9.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rvCIQm + umask 022 + cd /builddir/build/BUILD + cd passwdqc-1.3.0 + DOCDIR=/builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/doc/passwdqc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/doc/passwdqc + cp -pr README /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/doc/passwdqc + exit 0 Provides: config(passwdqc) = 1.3.0-9.fc28 pam_passwdqc = 1.3.0-9.fc28 passwdqc = 1.3.0-9.fc28 passwdqc(riscv-64) = 1.3.0-9.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) libcrypt.so.1()(64bit) libcrypt.so.1(XCRYPT_2.0)(64bit) libpam.so.0()(64bit) libpam.so.0(LIBPAM_1.0)(64bit) libpasswdqc.so.0()(64bit) rtld(GNU_HASH) Obsoletes: pam_passwdqc < 1.3.0-9.fc28 Processing files: passwdqc-lib-1.3.0-9.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.u84fZo + umask 022 + cd /builddir/build/BUILD + cd passwdqc-1.3.0 + DOCDIR=/builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/doc/passwdqc-lib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/doc/passwdqc-lib + cp -pr LICENSE /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64/usr/share/doc/passwdqc-lib + exit 0 Provides: libpasswdqc.so.0()(64bit) passwdqc-lib = 1.3.0-9.fc28 passwdqc-lib(riscv-64) = 1.3.0-9.fc28 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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) rtld(GNU_HASH) Processing files: passwdqc-devel-1.3.0-9.fc28.riscv64 Provides: passwdqc-devel = 1.3.0-9.fc28 passwdqc-devel(riscv-64) = 1.3.0-9.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libpasswdqc.so.0()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/passwdqc-1.3.0-9.fc28.riscv64 Wrote: /builddir/build/SRPMS/passwdqc-1.3.0-9.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/passwdqc-1.3.0-9.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/passwdqc-lib-1.3.0-9.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/passwdqc-devel-1.3.0-9.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uDX6Rr + umask 022 + cd /builddir/build/BUILD + cd passwdqc-1.3.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/passwdqc-1.3.0-9.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