Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/gifsicle.spec'], chrootPath='/var/lib/mock/f33-build-289918-54398/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'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/gifsicle.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'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1596240000 Wrote: /builddir/build/SRPMS/gifsicle-1.92-5.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/gifsicle.spec'], chrootPath='/var/lib/mock/f33-build-289918-54398/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'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/gifsicle.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'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1596240000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.U8wSqz + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf gifsicle-1.92 + /usr/bin/gzip -dc /builddir/build/SOURCES/gifsicle-1.92.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd gifsicle-1.92 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SwdJfz + umask 022 + cd /builddir/build/BUILD + cd gifsicle-1.92 + CFLAGS='-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 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + 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 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-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 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-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 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2019-04-18 16:02:49.000000000 -0400 +++ ./configure 2020-08-13 14:02:59.288956198 -0400 @@ -1628,7 +1628,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make sets $(MAKE)... (cached) yes checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for an ANSI C-conforming const... yes checking for inline... inline checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... no checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for gettimeofday prototype... 2 checking for random... yes checking for strerror... yes checking for strtoul... yes checking for mkstemp... yes checking for library containing pow... -lm checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/stat.h... (cached) yes checking for inttypes.h... (cached) yes checking for unistd.h... (cached) yes checking for inttypes.h... (cached) yes checking for sys/types.h... (cached) yes checking for uintptr_t... yes checking for int64_t... yes checking for uint64_t... yes checking size of float... 4 checking size of unsigned int... 4 checking size of unsigned long... 8 checking size of void *... 8 checking for usable vector_size vector types... yes checking for usable ext_vector_type vector types... no checking for __builtin_shufflevector... no checking for library containing pthread_create... -lpthread checking for __sync_add_and_fetch... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands + /usr/bin/make -O -j4 V=1 VERBOSE=1 /usr/bin/make all-recursive Making all in src make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o fmalloc.o fmalloc.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gifunopt.o gifunopt.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o giffunc.o giffunc.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gifread.o gifread.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o merge.o merge.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o clp.o clp.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o support.o support.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o optimize.o optimize.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o quantize.o quantize.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o xform.o xform.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gifwrite.o gifwrite.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' gifwrite.c: In function 'write_compressed_data': gifwrite.c:533:32: warning: 'gfcm' may be used uninitialized in this function [-Wmaybe-uninitialized] 533 | struct selected_node t = gfc_lookup_lossy(gfc, gfcm, gfi, pos, NULL, 0, zero_diff, grr->gcinfo.loss * 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gifwrite.c:595:13: warning: 'imageline' may be used uninitialized in this function [-Wmaybe-uninitialized] 595 | while (imageline) { | ^ gifwrite.c:552:22: warning: 'image_endpos' may be used uninitialized in this function [-Wmaybe-uninitialized] 552 | unsigned pixels_left = image_endpos - pos - 1; | ^~~~~~~~~~~ gifwrite.c:603:23: warning: 'line_endpos' may be used uninitialized in this function [-Wmaybe-uninitialized] 603 | line_endpos += gfi->width; | ~~~~~~~~~~~~^~~~~~~~~~~~~ make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gifx.o gifx.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gifview.o gifview.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gifsicle.o gifsicle.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -DHAVE_CONFIG_H -I. -I.. -I../include -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 -fasynchronous-unwind-tables -fstack-clash-protection -c -o gifdiff.o gifdiff.c make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -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 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gifview clp.o fmalloc.o giffunc.o gifread.o gifx.o gifview.o -lX11 -lpthread -lm make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -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 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gifsicle clp.o fmalloc.o giffunc.o gifread.o gifunopt.o merge.o optimize.o quantize.o support.o xform.o gifsicle.o gifwrite.o -lpthread -lm make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' gifwrite.c: In function 'write_compressed_data': gifwrite.c:533:32: warning: 'gfcm' may be used uninitialized in this function [-Wmaybe-uninitialized] 533 | struct selected_node t = gfc_lookup_lossy(gfc, gfcm, gfi, pos, NULL, 0, zero_diff, grr->gcinfo.loss * 10); | ^ gifwrite.c:432:17: note: 'gfcm' was declared here 432 | Gif_Colormap *gfcm; | ^ gifwrite.c:595:13: warning: 'imageline' may be used uninitialized in this function [-Wmaybe-uninitialized] 595 | while (imageline) { | ^ gifwrite.c:420:18: note: 'imageline' was declared here 420 | const uint8_t *imageline; | ^ gifwrite.c:552:22: warning: 'image_endpos' may be used uninitialized in this function [-Wmaybe-uninitialized] 552 | unsigned pixels_left = image_endpos - pos - 1; | ^ gifwrite.c:419:12: note: 'image_endpos' was declared here 419 | unsigned image_endpos; | ^ gifwrite.c:603:23: warning: 'line_endpos' may be used uninitialized in this function [-Wmaybe-uninitialized] 603 | line_endpos += gfi->width; | ^ gifwrite.c:418:12: note: 'line_endpos' was declared here 418 | unsigned line_endpos; | ^ make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' gcc -W -Wall -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 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o gifdiff clp.o fmalloc.o giffunc.o gifread.o gifdiff.o -lpthread -lm make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hed8vy + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64 + cd gifsicle-1.92 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64 'INSTALL=/usr/bin/install -p' Making install in src make[1]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/bin' /usr/bin/install -p gifsicle gifview gifdiff '/builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[1]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92/src' make[1]: Entering directory '/builddir/build/BUILD/gifsicle-1.92' make[2]: Entering directory '/builddir/build/BUILD/gifsicle-1.92' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/man/man1' /usr/bin/install -p -m 644 gifsicle.1 gifview.1 gifdiff.1 '/builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92' make[1]: Leaving directory '/builddir/build/BUILD/gifsicle-1.92' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.92-5.fc33 --unique-debug-suffix -1.92-5.fc33.riscv64 --unique-debug-src-base gifsicle-1.92-5.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/gifsicle-1.92 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/bin/gifsicle explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/bin/gifdiff explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/bin/gifview extracting debug info from /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/bin/gifdiff extracting debug info from /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/bin/gifview extracting debug info from /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/bin/gifsicle original debug info size: 3540kB, size after compression: 3436kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. 1140 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/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: gifsicle-1.92-5.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.owXYTx + umask 022 + cd /builddir/build/BUILD + cd gifsicle-1.92 + DOCDIR=/builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/doc/gifsicle + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/doc/gifsicle + cp -pr NEWS.md /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/doc/gifsicle + cp -pr README.md /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/doc/gifsicle + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dS9jgB + umask 022 + cd /builddir/build/BUILD + cd gifsicle-1.92 + LICENSEDIR=/builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/licenses/gifsicle + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/licenses/gifsicle + cp -pr COPYING /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/licenses/gifsicle + RPM_EC=0 ++ jobs -p + exit 0 Provides: gifsicle = 1.92-5.fc33 gifsicle(riscv-64) = 1.92-5.fc33 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) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: gifview-1.92-5.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.p0AEiA + umask 022 + cd /builddir/build/BUILD + cd gifsicle-1.92 + DOCDIR=/builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/doc/gifview + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/doc/gifview + cp -pr NEWS.md /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/doc/gifview + cp -pr README.md /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/doc/gifview + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.cn3zIz + umask 022 + cd /builddir/build/BUILD + cd gifsicle-1.92 + LICENSEDIR=/builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/licenses/gifview + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/licenses/gifview + cp -pr COPYING /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64/usr/share/licenses/gifview + RPM_EC=0 ++ jobs -p + exit 0 Provides: gifview = 1.92-5.fc33 gifview(riscv-64) = 1.92-5.fc33 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) libX11.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: gifsicle-debugsource-1.92-5.fc33.riscv64 Provides: gifsicle-debugsource = 1.92-5.fc33 gifsicle-debugsource(riscv-64) = 1.92-5.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gifsicle-debuginfo-1.92-5.fc33.riscv64 Provides: debuginfo(build-id) = c664a1b6691651e51d77ab10485fdf43960bd3bb debuginfo(build-id) = fbb71dd5fe7e6575668f6b7de58f0912cd08a0e9 gifsicle-debuginfo = 1.92-5.fc33 gifsicle-debuginfo(riscv-64) = 1.92-5.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: gifsicle-debugsource(riscv-64) = 1.92-5.fc33 Processing files: gifview-debuginfo-1.92-5.fc33.riscv64 Provides: debuginfo(build-id) = 04feea63fc4c7b72bab03724ee41274567dc368c gifview-debuginfo = 1.92-5.fc33 gifview-debuginfo(riscv-64) = 1.92-5.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: gifsicle-debugsource(riscv-64) = 1.92-5.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64 Wrote: /builddir/build/RPMS/gifsicle-1.92-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/gifview-debuginfo-1.92-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/gifview-1.92-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/gifsicle-debugsource-1.92-5.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/gifsicle-debuginfo-1.92-5.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.47CJKA + umask 022 + cd /builddir/build/BUILD + cd gifsicle-1.92 + /usr/bin/rm -rf /builddir/build/BUILDROOT/gifsicle-1.92-5.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0