Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/bitlbee.spec'], logger=uid=1000chrootPath='/var/lib/mock/f25-build-7474985-689671/root'gid=425user='mockbuild'printOutput=Falseenv={'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}shell=Falsetimeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/bitlbee.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/bitlbee-3.5.1-1.fc25.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/bitlbee.spec'], logger=uid=1000private_network=TruechrootPath='/var/lib/mock/f25-build-7474985-689671/root'gid=425user='mockbuild'printOutput=Falseenv={'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}shell=Falsetimeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/bitlbee.spec'] with env {'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AvqFxC + umask 022 With OTR 1 With systemd 1 + cd /builddir/build/BUILD + echo With OTR 1 + echo With systemd 1 + cd /builddir/build/BUILD + rm -rf bitlbee-3.5.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/bitlbee-3.5.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd bitlbee-3.5.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (bitlbee-forkdaemon.patch):' Patch #0 (bitlbee-forkdaemon.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file bitlbee.conf + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kXu1uc + umask 022 + cd /builddir/build/BUILD + cd bitlbee-3.5.1 ++ which python3 + export PYTHON=/usr/bin/python3 + PYTHON=/usr/bin/python3 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + ./configure --prefix=/usr --bindir=/usr/sbin --etcdir=/etc/bitlbee --mandir=/usr/share/man --datadir=/usr/share/bitlbee --config=/var/lib/bitlbee --pcdir=/usr/lib/pkgconfig --plugindir=/usr/lib/bitlbee --strip=0 --plugins=1 --ssl=gnutls --msn=1 --jabber=1 --oscar=1 --twitter=1 --purple=1 --otr=plugin BitlBee configure Architecture: Linux Configuration done: Debugging disabled. AddressSanitizer (ASAN) disabled. Building PIE executable Binary stripping disabled. Off-the-Record (OTR) Messaging enabled (as a plugin). systemd enabled. Using event handler: glib Using SSL library: gnutls Building with these protocols: purple msn jabber oscar twitter Note that BitlBee-libpurple is supported on a best-effort basis. It's not *fully* compatible with normal BitlBee. Don't use it unless you absolutely need it (i.e. support for a certain protocol or feature). + make -j4 * Compiling bitlbee.c * Compiling dcc.c * Compiling help.c * Compiling ipc.c * Compiling irc.c * Compiling irc_im.c * Compiling irc_cap.c * Compiling irc_channel.c * Compiling irc_commands.c * Compiling irc_send.c * Compiling irc_user.c * Compiling irc_util.c * Compiling nick.c * Compiling query.c * Compiling root_commands.c * Compiling set.c * Compiling storage.c * Compiling storage_xml.c * Compiling auth.c * Compiling unix.c * Compiling conf.c * Compiling log.c make[1]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/lib' * Compiling arc.c * Compiling base64.c * Compiling events_glib.c make[1]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols' * Compiling account.c * Building plugin otr.so * Compiling ftutil.c * Compiling http_client.c * Compiling ini.c otr.c: In function 'copyfile': otr.c:2116:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdb, buf, n); ^~~~~~~~~~~~~~~~~~ * Compiling bee.c * Compiling json.c * Compiling bee_chat.c * Compiling json_util.c json.c: In function 'new_value': json.c:142:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] value->_reserved.object_mem = (*(char **) &value->u.object.values) + values_size; ^~~~~ json.c: In function 'json_parse_ex': json.c:409:8: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] (*(json_char **) &top->u.object.values) += string_length + 1; ^ * Compiling md5.c * Compiling bee_ft.c * Compiling misc.c * Compiling bee_user.c * Compiling oauth.c make -C doc make[1]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/doc' make -C user-guide make[2]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/doc/user-guide' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/doc/user-guide' make[1]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/doc' mkdir -p init sed 's|@sbindir@|/usr/sbin/|' init/bitlbee.service.in > init/bitlbee.service sed 's|@sbindir@|/usr/sbin/|' init/bitlbee@.service.in > init/bitlbee@.service * Compiling oauth2.c * Compiling proxy.c * Compiling sha1.c * Compiling nogaim.c make[2]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols/purple' * Compiling ft.c * Compiling ssl_gnutls.c * Compiling url.c * Compiling purple.c make[2]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols/msn' * Compiling msn.c * Compiling xmltree.c * Compiling ns_parse.c make[2]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols/jabber' * Compiling conference.c * Compiling msn_util.c * Linking lib.o make[1]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/lib' * Compiling ns.c * Compiling io.c * Compiling soap.c * Compiling iq.c * Compiling tables.c * Linking purple_mod.o make[2]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols/purple' make[2]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols/oscar' * Compiling admin.c * Compiling gw.c * Compiling auth.c * Compiling bos.c * Linking msn_mod.o make[2]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols/msn' make[2]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols/twitter' * Compiling twitter.c * Compiling buddylist.c * Compiling chat.c * Compiling jabber.c * Compiling chatnav.c * Compiling conn.c * Compiling icq.c * Compiling twitter_http.c * Compiling jabber_util.c * Compiling twitter_lib.c * Compiling im.c * Compiling info.c * Compiling message.c * Compiling misc.c * Compiling msgcookie.c * Compiling presence.c * Compiling rxhandlers.c * Compiling s5bytestream.c * Compiling sasl.c * Compiling rxqueue.c * Linking twitter_mod.o make[2]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols/twitter' * Compiling search.c * Compiling si.c * Compiling service.c * Compiling snac.c * Compiling hipchat.c * Compiling ssi.c * Compiling stats.c * Compiling tlv.c * Linking jabber_mod.o make[2]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols/jabber' * Compiling txqueue.c * Compiling oscar_util.c * Compiling oscar.c * Linking oscar_mod.o make[2]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols/oscar' * Linking protocols.o make[1]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/protocols' * Linking bitlbee protocols/protocols.o: In function `prplcb_xfer_new': /builddir/build/BUILD/bitlbee-3.5.1/protocols/purple/ft.c:111: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' + cd doc/user-guide + make user-guide.html xsltproc --xinclude --output user-guide.db.xml docbook.xsl user-guide.xml xsltproc --param generate.consistent.ids 1 --output user-guide.html http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl user-guide.db.xml rm user-guide.db.xml + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kghlrm + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm ++ dirname /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm + cd bitlbee-3.5.1 + rm -rf /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm + make DESTDIR=/builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm install install-dev install-etc mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/sbin/ install -p -m 0755 bitlbee /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/sbin//bitlbee make -C doc install make[1]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/doc' mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/man//man8/ /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/man//man5/ install -p -m 0644 bitlbee.8 /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/man//man8/ install -p -m 0644 bitlbee.conf.5 /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/man//man5/ make -C user-guide install make[2]: Entering directory '/builddir/build/BUILD/bitlbee-3.5.1/doc/user-guide' mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/bitlbee/ chmod 0755 /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/bitlbee/ rm -f /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/bitlbee//help.txt # Prevent help function from breaking in running sessions install -p -m 0644 help.txt /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/bitlbee//help.txt make[2]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/doc/user-guide' make[1]: Leaving directory '/builddir/build/BUILD/bitlbee-3.5.1/doc' mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/lib/bitlbee/ install -p -m 0755 otr.so /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/lib/bitlbee/ Installed successfully The configuration directory /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/var/lib/bitlbee/ does not exist yet, don't forget to create it! No files are installed in /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/etc/bitlbee/ by make install. Run make install-etc to do that. If you want to start BitlBee using systemd, try "make install-systemd". To be able to compile third party plugins, run "make install-dev" mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/include/bitlbee/ install -p -m 0644 config.h /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/include/bitlbee/ for i in log.h sock.h auth.h help.h query.h conf.h dcc.h irc.h storage.h bitlbee.h config.h ipc.h nick.h commands.h otr.h set.h lib/arc.h lib/sha1.h lib/ssl_client.h lib/events.h lib/xmltree.h lib/oauth2.h lib/ini.h lib/misc.h lib/url.h lib/json.h lib/json_util.h lib/oauth.h lib/base64.h lib/proxy.h lib/ftutil.h lib/http_client.h lib/md5.h protocols/account.h protocols/ft.h protocols/nogaim.h protocols/bee.h; do install -p -m 0644 $i /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/include/bitlbee/; done mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/lib/pkgconfig install -p -m 0644 bitlbee.pc /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/lib/pkgconfig mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/etc/bitlbee/ install -p -m 0644 motd.txt /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/etc/bitlbee//motd.txt install -p -m 0644 bitlbee.conf /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/etc/bitlbee//bitlbee.conf + mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/var/lib/bitlbee /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/lib/bitlbee + make DESTDIR=/builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm install-systemd mkdir -p init sed 's|@sbindir@|/usr/sbin/|' init/bitlbee.service.in > init/bitlbee.service sed 's|@sbindir@|/usr/sbin/|' init/bitlbee@.service.in > init/bitlbee@.service mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/lib/systemd/system install -p -m 0644 init/bitlbee.service /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/lib/systemd/system install -p -m 0644 init/bitlbee@.service /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/lib/systemd/system install -p -m 0644 init/bitlbee.socket /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/lib/systemd/system + install -D -p -m 644 bitlbee.conf /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/etc/bitlbee/bitlbee.conf + for cnvfile in doc/CREDITS + iconv -f iso-8859-1 -t utf-8 -o doc/CREDITS.utf8 doc/CREDITS + touch -c -r doc/CREDITS doc/CREDITS.utf8 + mv -f doc/CREDITS.utf8 doc/CREDITS + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/bitlbee-3.5.1 extracting debug info from /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/sbin/bitlbee extracting debug info from /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/lib/bitlbee/otr.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 3016 blocks + /usr/lib/rpm/check-buildroot + /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 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: bitlbee-3.5.1-1.fc25.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Y0hQIn + umask 022 + cd /builddir/build/BUILD + cd bitlbee-3.5.1 + DOCDIR=/builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/doc/bitlbee + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/doc/bitlbee + cp -pr COPYING /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/doc/bitlbee + cp -pr doc/AUTHORS doc/CHANGES doc/CREDITS doc/FAQ doc/README /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/doc/bitlbee + cp -pr doc/user-guide/Installation.xml doc/user-guide/Support.xml doc/user-guide/Usage.xml doc/user-guide/commands.xml doc/user-guide/help.xml doc/user-guide/misc.xml doc/user-guide/quickstart.xml doc/user-guide/user-guide.xml /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/doc/bitlbee + cp -pr doc/user-guide/user-guide.html /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/doc/bitlbee + exit 0 Provides: bitlbee = 3.5.1-1.fc25 bitlbee(armv7hl-32) = 3.5.1-1.fc25 config(bitlbee) = 3.5.1-1.fc25 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 Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.4) libdl.so.2 libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libgcrypt.so.20 libgcrypt.so.20(GCRYPT_1.6) libglib-2.0.so.0 libgmodule-2.0.so.0 libgnutls.so.30 libgnutls.so.30(GNUTLS_3_4) libgpg-error.so.0 libm.so.6 libm.so.6(GLIBC_2.4) libpthread.so.0 libpthread.so.0(GLIBC_2.4) libpurple.so.0 libresolv.so.2 libresolv.so.2(GLIBC_2.4) libresolv.so.2(GLIBC_2.9) rtld(GNU_HASH) Processing files: bitlbee-devel-3.5.1-1.fc25.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fa5FkN + umask 022 + cd /builddir/build/BUILD + cd bitlbee-3.5.1 + DOCDIR=/builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/doc/bitlbee-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/doc/bitlbee-devel + cp -pr doc/example_plugin.c /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm/usr/share/doc/bitlbee-devel + exit 0 Provides: bitlbee-devel = 3.5.1-1.fc25 bitlbee-devel(armv7hl-32) = 3.5.1-1.fc25 pkgconfig(bitlbee) = 3.5.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config pkgconfig(glib-2.0) Processing files: bitlbee-otr-3.5.1-1.fc25.armv7hl Provides: bitlbee-otr = 3.5.1-1.fc25 bitlbee-otr(armv7hl-32) = 3.5.1-1.fc25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libdl.so.2 libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) libgcrypt.so.20 libgcrypt.so.20(GCRYPT_1.6) libgpg-error.so.0 libotr.so.5 libpthread.so.0 libpthread.so.0(GLIBC_2.4) rtld(GNU_HASH) Processing files: bitlbee-debuginfo-3.5.1-1.fc25.armv7hl Provides: bitlbee-debuginfo = 3.5.1-1.fc25 bitlbee-debuginfo(armv7hl-32) = 3.5.1-1.fc25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm Wrote: /builddir/build/RPMS/bitlbee-3.5.1-1.fc25.armv7hl.rpm Wrote: /builddir/build/RPMS/bitlbee-devel-3.5.1-1.fc25.armv7hl.rpm Wrote: /builddir/build/RPMS/bitlbee-otr-3.5.1-1.fc25.armv7hl.rpm Wrote: /builddir/build/RPMS/bitlbee-debuginfo-3.5.1-1.fc25.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PEL5fK + umask 022 + cd /builddir/build/BUILD + cd bitlbee-3.5.1 + rm -rf /builddir/build/BUILDROOT/bitlbee-3.5.1-1.fc25.arm + exit 0 Child return code was: 0