Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ants.spec'], chrootPath='/var/lib/mock/f29-build-25572-13316/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ants.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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/ants-1.4-24.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ants.spec'], chrootPath='/var/lib/mock/f29-build-25572-13316/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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'}shell=Falselogger=timeout=345600uid=995gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ants.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', 'http_proxy': 'http://192.168.0.254:3128', 'https_proxy': 'http://192.168.0.254:3128'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.aXBv1D + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ants-1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/ants-1.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ants-1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ants-1.4-fixes.patch):' Patch #0 (ants-1.4-fixes.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fix --fuzz=0 patching file src/Makefile patching file src/ants_le.cpp patching file src/ants.cpp + sed -i 's/\r//g' ants.txt + cp /builddir/build/SOURCES/license-info . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4SDiHo + umask 022 + cd /builddir/build/BUILD + cd ants-1.4 + make -j4 'EXTRACFLAGS=-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 -fasynchronous-unwind-tables -fstack-clash-protection' cd src; \ make BUILDSTDERR: make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/ants-1.4/src' g++ -g -Wall -Wno-deprecated-declarations ants.cpp -o ../ants `allegro-config --libs` BUILDSTDERR: ants.cpp: In constructor 'ANT::ANT(bool)': BUILDSTDERR: ants.cpp:113:6: warning: 'ANT::CurrentJob' will be initialized after [-Wreorder] BUILDSTDERR: int CurrentJob; BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: ants.cpp:109:6: warning: 'int ANT::FallHeight' [-Wreorder] BUILDSTDERR: int FallHeight; BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: ants.cpp:565:1: warning: when initialized here [-Wreorder] BUILDSTDERR: ANT::ANT(bool P_EFL) : X(0), Y(0), CurrentJob(0), FallHeight(0), Direction(1), EFL(P_EFL), i1(0), i2(0), BUILDSTDERR: ^~~ BUILDSTDERR: ants.cpp:123:6: warning: 'ANT::Direction' will be initialized after [-Wreorder] BUILDSTDERR: int Direction; BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: ants.cpp:121:7: warning: 'bool ANT::EFL' [-Wreorder] BUILDSTDERR: bool EFL; BUILDSTDERR: ^~~ BUILDSTDERR: ants.cpp:565:1: warning: when initialized here [-Wreorder] BUILDSTDERR: ANT::ANT(bool P_EFL) : X(0), Y(0), CurrentJob(0), FallHeight(0), Direction(1), EFL(P_EFL), i1(0), i2(0), BUILDSTDERR: ^~~ BUILDSTDERR: ants.cpp:121:7: warning: 'ANT::EFL' will be initialized after [-Wreorder] BUILDSTDERR: bool EFL; BUILDSTDERR: ^~~ BUILDSTDERR: ants.cpp:118:6: warning: 'int ANT::i1' [-Wreorder] BUILDSTDERR: int i1, i2, i3, i4, i5, i6; BUILDSTDERR: ^~ BUILDSTDERR: ants.cpp:565:1: warning: when initialized here [-Wreorder] BUILDSTDERR: ANT::ANT(bool P_EFL) : X(0), Y(0), CurrentJob(0), FallHeight(0), Direction(1), EFL(P_EFL), i1(0), i2(0), BUILDSTDERR: ^~~ BUILDSTDERR: ants.cpp:118:18: warning: 'ANT::i4' will be initialized after [-Wreorder] BUILDSTDERR: int i1, i2, i3, i4, i5, i6; BUILDSTDERR: ^~ BUILDSTDERR: ants.cpp:115:6: warning: 'int ANT::Color' [-Wreorder] BUILDSTDERR: int Color; BUILDSTDERR: ^~~~~ BUILDSTDERR: ants.cpp:565:1: warning: when initialized here [-Wreorder] BUILDSTDERR: ANT::ANT(bool P_EFL) : X(0), Y(0), CurrentJob(0), FallHeight(0), Direction(1), EFL(P_EFL), i1(0), i2(0), BUILDSTDERR: ^~~ BUILDSTDERR: ants.cpp: In constructor 'COIN::COIN(bool)': BUILDSTDERR: ants.cpp:97:6: warning: 'COIN::Color' will be initialized after [-Wreorder] BUILDSTDERR: int Color; BUILDSTDERR: ^~~~~ BUILDSTDERR: ants.cpp:93:6: warning: 'int COIN::ticker' [-Wreorder] BUILDSTDERR: int ticker; BUILDSTDERR: ^~~~~~ BUILDSTDERR: ants.cpp:582:1: warning: when initialized here [-Wreorder] BUILDSTDERR: COIN::COIN(bool P_EFL) : x(0), y(0), EFL(P_EFL), Color(C_Red), ticker(0) BUILDSTDERR: ^~~~ BUILDSTDERR: ants.cpp: In function 'ANT* Select_Ant()': BUILDSTDERR: ants.cpp:1376:22: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if( key[KEY_RIGHT] && a->Direction < 1 || key[KEY_LEFT] && a->Direction > -1 ) { c_DFC = 6; } BUILDSTDERR: ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ g++ -g -Wall -Wno-deprecated-declarations ants_le.cpp -o ../ants_le `allegro-config --libs` BUILDSTDERR: ants_le.cpp: In function 'int main()': BUILDSTDERR: ants_le.cpp:350:39: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: if( (mouse_b & 1 || mouse_b & 2) && wait > 8 || key[KEY_R] || key[KEY_G] || key[KEY_B] ) BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/ants-1.4/src' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YQZUNo + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64 + cd ants-1.4 + mkdir -p /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/bin + mkdir -p /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/ants + install -m 755 ants ants_le /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/bin + cp -a ants.dat levels1 levels2 /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/ants + mkdir -p /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/applications + desktop-file-install --dir /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/applications /builddir/build/SOURCES/ants.desktop /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/applications/ants.desktop: error: (will be fatal in the future): value "ants.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path + desktop-file-install --dir /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/applications /builddir/build/SOURCES/ants-level-editor.desktop /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/applications/ants-level-editor.desktop: error: (will be fatal in the future): value "ants.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path + mkdir -p /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/icons/hicolor/32x32/apps + install -p -m 644 /builddir/build/SOURCES/ants.png /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/icons/hicolor/32x32/apps/ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.4-24.fc29 --unique-debug-suffix -1.4-24.fc29.riscv64 --unique-debug-src-base ants-1.4-24.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ants-1.4 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/bin/ants explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/bin/ants_le extracting debug info from /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/bin/ants extracting debug info from /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/bin/ants_le /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. BUILDSTDERR: 129 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /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 /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ants-1.4-24.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AdStSG + umask 022 + cd /builddir/build/BUILD + cd ants-1.4 + DOCDIR=/builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/doc/ants + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/doc/ants + cp -pr Changelog /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/doc/ants + cp -pr ants.txt /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/doc/ants + cp -pr license-info /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64/usr/share/doc/ants + exit 0 Provides: ants = 1.4-24.fc29 ants(riscv-64) = 1.4-24.fc29 application() application(ants.desktop) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: liballeg.so.4.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) rtld(GNU_HASH) Processing files: ants-level-editor-1.4-24.fc29.riscv64 Provides: ants-level-editor = 1.4-24.fc29 ants-level-editor(riscv-64) = 1.4-24.fc29 application() application(ants-level-editor.desktop) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: liballeg.so.4.4()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) rtld(GNU_HASH) Processing files: ants-debugsource-1.4-24.fc29.riscv64 Provides: ants-debugsource = 1.4-24.fc29 ants-debugsource(riscv-64) = 1.4-24.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ants-debuginfo-1.4-24.fc29.riscv64 Provides: ants-debuginfo = 1.4-24.fc29 ants-debuginfo(riscv-64) = 1.4-24.fc29 debuginfo(build-id) = a6740d683410a46d8757fb62683b304ed20ba0e8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ants-debugsource(riscv-64) = 1.4-24.fc29 Processing files: ants-level-editor-debuginfo-1.4-24.fc29.riscv64 Provides: ants-level-editor-debuginfo = 1.4-24.fc29 ants-level-editor-debuginfo(riscv-64) = 1.4-24.fc29 debuginfo(build-id) = c4ec1940257eecca59b11b1cb85909c25300f3f0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ants-debugsource(riscv-64) = 1.4-24.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64 Wrote: /builddir/build/RPMS/ants-1.4-24.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/ants-level-editor-1.4-24.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/ants-debugsource-1.4-24.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/ants-debuginfo-1.4-24.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/ants-level-editor-debuginfo-1.4-24.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5bdHic + umask 022 + cd /builddir/build/BUILD + cd ants-1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ants-1.4-24.fc29.riscv64 + exit 0 Child return code was: 0