+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/prosody.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 warning: bogus date in %changelog: Sun Jul 23 2015 Robert Scheck 0.9.8-5 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.F2ddMd + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf prosody-0.9.11 + /usr/bin/gzip -dc /builddir/build/SOURCES/prosody-0.9.11.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd prosody-0.9.11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (prosody-0.9.8-config.patch):' Patch #0 (prosody-0.9.8-config.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .config --fuzz=0 patching file prosody.cfg.lua.dist patching file core/certmanager.lua + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ABBN2i + umask 022 + cd /builddir/build/BUILD + cd prosody-0.9.11 + ./configure --prefix=/usr --libdir=/usr/lib64 --with-lua-include=/usr/include/lua-5.1 --runwith=lua-5.1 --lua-suffix=-5.1 '--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 -fPIC -D_GNU_SOURCE' '--ldflags=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared' --no-example-certs Looking for Lua... lua-5.1 found in $PATH: /usr/bin Checking Lua includes... lua.h found in /usr/include/lua-5.1/lua.h Writing configuration... Installation prefix: /usr Prosody configuration directory: /etc/prosody Using Lua from: /usr Done. You can now run 'make' to build. + make -j4 sed "1s| lua$| lua-5.1|; \ s|^CFG_SOURCEDIR=.*;$|CFG_SOURCEDIR='/usr/lib64/prosody';|; \ s|^CFG_CONFIGDIR=.*;$|CFG_CONFIGDIR='/etc/prosody';|; \ s|^CFG_DATADIR=.*;$|CFG_DATADIR='/var/lib/prosody';|; \ s|^CFG_PLUGINDIR=.*;$|CFG_PLUGINDIR='/usr/lib64/prosody/modules/';|;" < prosody > prosody.install sed "1s| lua$| lua-5.1|; \ s|^CFG_SOURCEDIR=.*;$|CFG_SOURCEDIR='/usr/lib64/prosody';|; \ s|^CFG_CONFIGDIR=.*;$|CFG_CONFIGDIR='/etc/prosody';|; \ s|^CFG_DATADIR=.*;$|CFG_DATADIR='/var/lib/prosody';|; \ s|^CFG_PLUGINDIR=.*;$|CFG_PLUGINDIR='/usr/lib64/prosody/modules/';|;" < prosodyctl > prosodyctl.install sed 's|certs/|/etc/prosody/certs/|' prosody.cfg.lua.dist > prosody.cfg.lua.install test -e .hg/dirstate && \ hexdump -n6 -e'6/1 "%02x"' .hg/dirstate > prosody.version || true test -f prosody.release && \ cp prosody.release prosody.version || true make -C util-src install make[1]: Entering directory '/builddir/build/BUILD/prosody-0.9.11/util-src' 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 -fPIC -D_GNU_SOURCE -ggdb -I/usr/include/lua-5.1 -c -o encodings.o encodings.c 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 -fPIC -D_GNU_SOURCE -ggdb -I/usr/include/lua-5.1 -c -o hashes.o hashes.c 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 -fPIC -D_GNU_SOURCE -ggdb -I/usr/include/lua-5.1 -c -o net.o net.c 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 -fPIC -D_GNU_SOURCE -ggdb -I/usr/include/lua-5.1 -c -o pposix.o pposix.c 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 -fPIC -D_GNU_SOURCE -ggdb -I/usr/include/lua-5.1 -c -o signal.o signal.c pposix.c: In function 'lc_fallocate': pposix.c:711:3: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] ftruncate(fileno(f), offset); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; gcc -o hashes.so hashes.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -lcrypto signal.c: In function 'l_signal': signal.c:255:5: warning: 'sig' may be used uninitialized in this function [-Wmaybe-uninitialized] lua_pushnumber(L, sig); ^~~~~~~~~~~~~~~~~~~~~~ MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; gcc -o net.so net.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; gcc -o encodings.so encodings.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -lidn MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET; gcc -o pposix.so pposix.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared gcc -o signal.so signal.o -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared install *.so ../util/ rm net.o pposix.o signal.o make[1]: Leaving directory '/builddir/build/BUILD/prosody-0.9.11/util-src' + make -C tools/migration -j4 make: Entering directory '/builddir/build/BUILD/prosody-0.9.11/tools/migration' sed "1s/\blua\b/lua-5.1/; \ s|^CFG_SOURCEDIR=.*;$|CFG_SOURCEDIR='/usr/lib64/prosody';|; \ s|^CFG_CONFIGDIR=.*;$|CFG_CONFIGDIR='/etc/prosody';|;" \ < prosody-migrator.lua > prosody-migrator.install sed "s|^local data_path = .*;$|local data_path = '/var/lib/prosody';|;" \ < migrator.cfg.lua > migrator.cfg.lua.install make: Leaving directory '/builddir/build/BUILD/prosody-0.9.11/tools/migration' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QO70KB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64 + cd prosody-0.9.11 + rm -rf /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/pki/ /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/var/lib/prosody/ /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/var/log/prosody/ + make DESTDIR=/builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64 install install -d /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/bin /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/modules /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody install -m750 -d /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/var/lib/prosody install -d /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/man/man1 install -d /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/certs install -d /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/core /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/net /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util install -m755 ./prosody.install /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/bin/prosody install -m755 ./prosodyctl.install /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/bin/prosodyctl install -m644 core/*.lua /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/core install -m644 net/*.lua /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/net install -d /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/net/http install -m644 net/http/*.lua /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/net/http install -m644 util/*.lua /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util install -m644 util/*.so /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util install -d /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util/sasl install -m644 util/sasl/* /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util/sasl umask 0022 && cp -r plugins/* /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/modules install -m644 certs/* /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/certs install -m644 man/prosodyctl.man /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/man/man1/prosodyctl.1 test -e /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/prosody.cfg.lua || install -m644 prosody.cfg.lua.install /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/prosody.cfg.lua test -e prosody.version && install -m644 prosody.version /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/prosody.version || true make install -C util-src make[1]: Entering directory '/builddir/build/BUILD/prosody-0.9.11/util-src' install *.so ../util/ make[1]: Leaving directory '/builddir/build/BUILD/prosody-0.9.11/util-src' + make -C tools/migration DESTDIR=/builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64 install make: Entering directory '/builddir/build/BUILD/prosody-0.9.11/tools/migration' install -d /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/bin /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/migrator install -d /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/man/man1 install -d /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/migrator install -m755 ./prosody-migrator.install /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/bin/prosody-migrator install -m644 migrator/*.lua /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/migrator test -e /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/migrator.cfg.lua || install -m644 migrator.cfg.lua.install /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/migrator.cfg.lua make: Leaving directory '/builddir/build/BUILD/prosody-0.9.11/tools/migration' + install -p -m 755 tools/ejabberd2prosody.lua /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/bin/ejabberd2prosody + sed -e 's@;../?.lua@;/usr/lib64/prosody/util/?.lua;/usr/lib64/prosody/?.lua;@' -e '1s@ lua$@ lua-5.1@' -i /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/bin/ejabberd2prosody + touch -c -r tools/ejabberd2prosody.lua /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/bin/ejabberd2prosody + install -p -m 644 tools/erlparse.lua /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util/ + mv -f /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/certs/ /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/pki/prosody/ + ln -s ../pki/prosody/ /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/certs + install -D -p -m 644 /builddir/build/SOURCES/prosody.service /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib/systemd/system/prosody.service + install -D -p -m 644 /builddir/build/SOURCES/prosody.logrotate-service /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/logrotate.d/prosody + install -D -p -m 644 /builddir/build/SOURCES/prosody.tmpfilesd /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib/tmpfiles.d/prosody.conf + mkdir -p /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/run/prosody + touch -c -r prosody.cfg.lua.dist.config /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/prosody.cfg.lua + install -D -p -m 644 /builddir/build/SOURCES/prosody-localhost.cfg.lua /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/conf.d/localhost.cfg.lua + install -D -p -m 644 /builddir/build/SOURCES/prosody-example.com.cfg.lua /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/conf.d/example.com.cfg.lua + chmod 755 /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util/encodings.so /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util/hashes.so /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util/net.so /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util/pposix.so /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/lib64/prosody/util/signal.so + sed -e 's/\r//g' -i doc/stanza.txt doc/session.txt doc/roster_format.txt + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/prosody-0.9.11-1.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 mangling shebang in ./usr/bin/prosodyctl from #!/usr/bin/env lua-5.1 to #!/usr/bin/lua-5.1 mangling shebang in ./usr/bin/prosody from #!/usr/bin/env lua-5.1 to #!/usr/bin/lua-5.1 mangling shebang in ./usr/bin/ejabberd2prosody from #!/usr/bin/env lua-5.1 to #!/usr/bin/lua-5.1 mangling shebang in ./usr/bin/prosody-migrator from #!/usr/bin/env lua-5.1 to #!/usr/bin/lua-5.1 Processing files: prosody-0.9.11-1.fc28.riscv64 warning: Explicit %attr() mode not applicable to symlink: /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/etc/prosody/certs Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hrVBPk + umask 022 + cd /builddir/build/BUILD + cd prosody-0.9.11 + DOCDIR=/builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/doc/prosody + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/doc/prosody + cp -pr AUTHORS /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/doc/prosody + cp -pr HACKERS /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/doc/prosody + cp -pr README /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/doc/prosody + cp -pr doc/coding_style.txt doc/names.txt doc/roster_format.txt doc/session.txt doc/stanza.txt doc/stanza_routing.txt /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/doc/prosody + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hcMeDx + umask 022 + cd /builddir/build/BUILD + cd prosody-0.9.11 + LICENSEDIR=/builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/licenses/prosody + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/licenses/prosody + cp -pr COPYING /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64/usr/share/licenses/prosody + exit 0 Provides: config(prosody) = 0.9.11-1.fc28 prosody = 0.9.11-1.fc28 prosody(riscv-64) = 0.9.11-1.fc28 Requires(interp): /bin/sh /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(pre): /bin/sh shadow-utils Requires(post): /bin/sh /usr/bin/openssl systemd Requires(preun): /bin/sh systemd Requires(postun): /bin/sh systemd Requires: /usr/bin/lua-5.1 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) libidn.so.11()(64bit) libidn.so.11(LIBIDN_1.0)(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64 Wrote: /builddir/build/SRPMS/prosody-0.9.11-1.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/prosody-0.9.11-1.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JHGYoq + umask 022 + cd /builddir/build/BUILD + cd prosody-0.9.11 + rm -rf /builddir/build/BUILDROOT/prosody-0.9.11-1.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff