Mock Version: 2.11 Mock Version: 2.11 Mock Version: 2.11 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/methane.spec'], chrootPath='/var/lib/mock/f35-build-28923006-3920288/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': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/methane.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': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1626912000 Wrote: /builddir/build/SRPMS/methane-1.5.1-28.fc35.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/methane.spec'], chrootPath='/var/lib/mock/f35-build-28923006-3920288/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': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/methane.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': 'C.UTF-8'} and shell False Building target platforms: aarch64 Building for target aarch64 setting SOURCE_DATE_EPOCH=1626912000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nyqGyG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf methane-1.5.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/methane-1.5.1.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd methane-1.5.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/methane-highscore.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /builddir/build/SOURCES/methane-fullscreen.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /builddir/build/SOURCES/methane-1.5.1-clanlib-23.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /builddir/build/SOURCES/methane-1.5.1-gcc5.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MmNug5 + umask 022 + cd /builddir/build/BUILD + cd methane-1.5.1 + make 'CXXFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' Compiling Super Methane Brothers. ================================= Compiling sources/game.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/game.cpp -o build/game.o In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:74, from sources/target.h:21, from sources/game.cpp:28: /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h: In constructor 'CL_Palette::CL_Palette(const unsigned int*)': /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h:58:54: warning: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'class CL_Color' from an array of 'const unsigned int' [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:44, from sources/target.h:21, from sources/game.cpp:28: /usr/include/ClanLib-2.3/ClanLib/Display/2D/color.h:47:22: note: 'class CL_Color' declared here 47 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ sources/game.cpp: In member function 'void CGame::DrawEndCredits()': sources/game.cpp:2044:76: warning: array subscript has type 'char' [-Wchar-subscripts] 2044 | m_Sprites.Draw( font_table[let], xpos, ypos, GFX_NOWRAP ); | ^~~ Compiling sources/baddie.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/baddie.cpp -o build/baddie.o Compiling sources/methane.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/methane.cpp -o build/methane.o In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:74, from sources/methane.cpp:25: /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h: In constructor 'CL_Palette::CL_Palette(const unsigned int*)': /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h:58:54: warning: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'class CL_Color' from an array of 'const unsigned int' [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:44, from sources/methane.cpp:25: /usr/include/ClanLib-2.3/ClanLib/Display/2D/color.h:47:22: note: 'class CL_Color' declared here 47 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ Compiling sources/target.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/target.cpp -o build/target.o In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:74, from sources/target.h:21, from sources/target.cpp:18: /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h: In constructor 'CL_Palette::CL_Palette(const unsigned int*)': /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h:58:54: warning: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'class CL_Color' from an array of 'const unsigned int' [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:44, from sources/target.h:21, from sources/target.cpp:18: /usr/include/ClanLib-2.3/ClanLib/Display/2D/color.h:47:22: note: 'class CL_Color' declared here 47 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ Compiling sources/maps.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/maps.cpp -o build/maps.o In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:74, from sources/target.h:21, from sources/maps.cpp:19: /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h: In constructor 'CL_Palette::CL_Palette(const unsigned int*)': /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h:58:54: warning: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'class CL_Color' from an array of 'const unsigned int' [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:44, from sources/target.h:21, from sources/maps.cpp:19: /usr/include/ClanLib-2.3/ClanLib/Display/2D/color.h:47:22: note: 'class CL_Color' declared here 47 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ Compiling sources/gfxoff.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/gfxoff.cpp -o build/gfxoff.o Compiling sources/mapdata.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/mapdata.cpp -o build/mapdata.o Compiling sources/objlist.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/objlist.cpp -o build/objlist.o Compiling sources/doc.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/doc.cpp -o build/doc.o In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:74, from sources/target.h:21, from sources/doc.h:20, from sources/doc.cpp:15: /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h: In constructor 'CL_Palette::CL_Palette(const unsigned int*)': /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h:58:54: warning: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'class CL_Color' from an array of 'const unsigned int' [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:44, from sources/target.h:21, from sources/doc.h:20, from sources/doc.cpp:15: /usr/include/ClanLib-2.3/ClanLib/Display/2D/color.h:47:22: note: 'class CL_Color' declared here 47 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ Compiling sources/bitdraw.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/bitdraw.cpp -o build/bitdraw.o In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:74, from sources/target.h:21, from sources/bitdraw.cpp:19: /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h: In constructor 'CL_Palette::CL_Palette(const unsigned int*)': /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h:58:54: warning: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'class CL_Color' from an array of 'const unsigned int' [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:44, from sources/target.h:21, from sources/bitdraw.cpp:19: /usr/include/ClanLib-2.3/ClanLib/Display/2D/color.h:47:22: note: 'class CL_Color' declared here 47 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ Compiling sources/global.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/global.cpp -o build/global.o Compiling sources/suck.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/suck.cpp -o build/suck.o Compiling sources/power.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/power.cpp -o build/power.o Compiling sources/goodie.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/goodie.cpp -o build/goodie.o Compiling sources/bititem.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/bititem.cpp -o build/bititem.o Compiling sources/player.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/player.cpp -o build/player.o Compiling sources/weapon.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/weapon.cpp -o build/weapon.o Compiling sources/bitgroup.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/bitgroup.cpp -o build/bitgroup.o Compiling sources/boss.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/boss.cpp -o build/boss.o Compiling sources/sound.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/sound.cpp -o build/sound.o In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:74, from sources/target.h:21, from sources/sound.cpp:17: /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h: In constructor 'CL_Palette::CL_Palette(const unsigned int*)': /usr/include/ClanLib-2.3/ClanLib/Display/Image/palette.h:58:54: warning: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'class CL_Color' from an array of 'const unsigned int' [-Wclass-memaccess] 58 | CL_Palette(const unsigned int *copy) { memcpy(colors, copy, sizeof(int)*256); } | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/ClanLib-2.3/ClanLib/display.h:44, from sources/target.h:21, from sources/sound.cpp:17: /usr/include/ClanLib-2.3/ClanLib/Display/2D/color.h:47:22: note: 'class CL_Color' declared here 47 | class CL_API_DISPLAY CL_Color | ^~~~~~~~ Compiling sources/gasobj.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/gasobj.cpp -o build/gasobj.o Compiling sources/misc.cpp... gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -DENABLE_SOUND `pkg-config --cflags clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` -c sources/misc.cpp -o build/misc.o g++ -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection build/game.o build/baddie.o build/methane.o build/target.o build/maps.o build/gfxoff.o build/mapdata.o build/objlist.o build/doc.o build/bitdraw.o build/global.o build/suck.o build/power.o build/goodie.o build/bititem.o build/player.o build/weapon.o build/bitgroup.o build/boss.o build/sound.o build/gasobj.o build/misc.o -o methane `pkg-config --libs clanCore-2.3 clanDisplay-2.3 clanApp-2.3 clanGL-2.3 clanGL1-2.3 clanSWRender-2.3 clanSound-2.3 clanMikMod-2.3` + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xwra8O + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64 ++ dirname /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64 + cd methane-1.5.1 + mkdir -p /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/bin + mkdir -p /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/methane + mkdir -p /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/var/games + install -m 755 methane /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/bin + cp -a resources /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/methane + ln -s opengl-game-wrapper.sh /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/bin/methane-wrapper + touch /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/var/games/methane.scores + mkdir -p /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/applications + desktop-file-install --dir /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/applications /builddir/build/SOURCES/methane.desktop + mkdir -p /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/icons/hicolor/128x128/apps + install -p -m 644 /builddir/build/SOURCES/methane.png /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/icons/hicolor/128x128/apps + mkdir -p /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/appdata + cat + /usr/bin/find-debuginfo -j5 --strict-build-id -m -i --build-id-seed 1.5.1-28.fc35 --unique-debug-suffix -1.5.1-28.fc35.aarch64 --unique-debug-src-base methane-1.5.1-28.fc35.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/methane-1.5.1 extracting debug info from /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/bin/methane original debug info size: 2696kB, size after compression: 1844kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 2829 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: methane-1.5.1-28.fc35.aarch64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SR9ZYj + umask 022 + cd /builddir/build/BUILD + cd methane-1.5.1 + DOCDIR=/builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/doc/methane + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/doc/methane + cp -pr authors.txt /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/doc/methane + cp -pr docs /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/doc/methane + cp -pr history.txt /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/doc/methane + cp -pr readme.txt /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/doc/methane + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.K27S8P + umask 022 + cd /builddir/build/BUILD + cd methane-1.5.1 + LICENSEDIR=/builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/licenses/methane + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/licenses/methane + cp -pr copying.txt /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64/usr/share/licenses/methane + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(methane.desktop) config(methane) = 1.5.1-28.fc35 metainfo() metainfo(methane.appdata.xml) methane = 1.5.1-28.fc35 methane(aarch-64) = 1.5.1-28.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libGL.so.1()(64bit) libX11.so.6()(64bit) libXrender.so.1()(64bit) libasound.so.2()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libclan23App-2.3.so.1()(64bit) libclan23Core-2.3.so.1()(64bit) libclan23Display-2.3.so.1()(64bit) libclan23GL-2.3.so.1()(64bit) libclan23GL1-2.3.so.1()(64bit) libclan23MikMod-2.3.so.1()(64bit) libclan23SWRender-2.3.so.1()(64bit) libclan23Sound-2.3.so.1()(64bit) libfontconfig.so.1()(64bit) libfreetype.so.6()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libjpeg.so.62()(64bit) libm.so.6()(64bit) libmikmod.so.3()(64bit) libpng16.so.16()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: methane-debugsource-1.5.1-28.fc35.aarch64 Provides: methane-debugsource = 1.5.1-28.fc35 methane-debugsource(aarch-64) = 1.5.1-28.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: methane-debuginfo-1.5.1-28.fc35.aarch64 Provides: debuginfo(build-id) = f4945170cd4d54f7a89157543fd29c82d443ade1 methane-debuginfo = 1.5.1-28.fc35 methane-debuginfo(aarch-64) = 1.5.1-28.fc35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: methane-debugsource(aarch-64) = 1.5.1-28.fc35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64 Wrote: /builddir/build/RPMS/methane-1.5.1-28.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/methane-debugsource-1.5.1-28.fc35.aarch64.rpm Wrote: /builddir/build/RPMS/methane-debuginfo-1.5.1-28.fc35.aarch64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.7qv2vw + umask 022 + cd /builddir/build/BUILD + cd methane-1.5.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/methane-1.5.1-28.fc35.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0