Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/gimp-fourier-plugin.spec'], chrootPath='/var/lib/mock/f31-build-16984377-1223218/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/gimp-fourier-plugin.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: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1564012800 Wrote: /builddir/build/SRPMS/gimp-fourier-plugin-0.4.1-19.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/gimp-fourier-plugin.spec'], chrootPath='/var/lib/mock/f31-build-16984377-1223218/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/gimp-fourier-plugin.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: x86_64 Building for target x86_64 setting SOURCE_DATE_EPOCH=1564012800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MdpK1S + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf fourier-0.4.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/fourier-0.4.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd fourier-0.4.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (gimp-fourier-plugin.build.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .build --fuzz=0 + dos2unix README BUILDSTDERR: dos2unix: converting file README to Unix format... + dos2unix README.Moire BUILDSTDERR: dos2unix: converting file README.Moire to Unix format... + iconv -f ISO-8859-1 -t UTF-8 README + iconv -f ISO-8859-1 -t UTF-8 README.Moire + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #0 (gimp-fourier-plugin.build.patch): patching file Makefile Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4Lgp7S + umask 022 + cd /builddir/build/BUILD + cd fourier-0.4.1 + export 'GCC=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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + GCC='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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + make -j6 BUILDSTDERR: fourier.c: In function 'pixel_imag': BUILDSTDERR: fourier.c:123:14: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 123 | if (row==0 && h%2==0 || row==h/2) return col>w/2; BUILDSTDERR: | ~~~~~~~^~~~~~~~~ BUILDSTDERR: fourier.c: In function 'run': BUILDSTDERR: fourier.c:235:3: warning: 'gimp_drawable_get' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: 235 | drawable = gimp_drawable_get(param[2].data.d_drawable); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from fourier.c:48: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:51:16: note: declared here BUILDSTDERR: 51 | GimpDrawable * gimp_drawable_get (gint32 drawable_ID); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: fourier.c:254:5: warning: 'gimp_tile_cache_ntiles' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 254 | gimp_tile_cache_ntiles((drawable->width + gimp_tile_width() - 1) / gimp_tile_width()); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:63, BUILDSTDERR: from fourier.c:48: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimptile.h:60:9: note: declared here BUILDSTDERR: 60 | void gimp_tile_cache_ntiles (gulong ntiles); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fourier.c:259:5: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: 259 | gimp_pixel_rgn_init (®ion, drawable, sel_x1, sel_y1, w, h, FALSE, FALSE); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from fourier.c:48: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: 48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fourier.c:261:5: warning: 'gimp_pixel_rgn_get_rect' is deprecated: Use 'gegl_buffer_get' instead [-Wdeprecated-declarations] BUILDSTDERR: 261 | gimp_pixel_rgn_get_rect(®ion, img_pixels, sel_x1, sel_y1, w, h); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from fourier.c:48: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:80:11: note: declared here BUILDSTDERR: 80 | void gimp_pixel_rgn_get_rect (GimpPixelRgn *pr, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fourier.c:263:5: warning: 'gimp_pixel_rgn_init' is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] BUILDSTDERR: 263 | gimp_pixel_rgn_init (®ion, drawable, sel_x1, sel_y1, w, h, TRUE, TRUE); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from fourier.c:48: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:48:11: note: declared here BUILDSTDERR: 48 | void gimp_pixel_rgn_init (GimpPixelRgn *pr, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fourier.c:371:5: warning: 'gimp_pixel_rgn_set_rect' is deprecated: Use 'gegl_buffer_set' instead [-Wdeprecated-declarations] BUILDSTDERR: 371 | gimp_pixel_rgn_set_rect(®ion, img_pixels, sel_x1, sel_y1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:57, BUILDSTDERR: from fourier.c:48: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimppixelrgn.h:104:11: note: declared here BUILDSTDERR: 104 | void gimp_pixel_rgn_set_rect (GimpPixelRgn *pr, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fourier.c:375:5: warning: 'gimp_drawable_flush' is deprecated: Use 'gegl_buffer_flush' instead [-Wdeprecated-declarations] BUILDSTDERR: 375 | gimp_drawable_flush(drawable); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from fourier.c:48: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:55:16: note: declared here BUILDSTDERR: 55 | void gimp_drawable_flush (GimpDrawable *drawable); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fourier.c:392:3: warning: 'gimp_drawable_detach' is deprecated [-Wdeprecated-declarations] BUILDSTDERR: 392 | gimp_drawable_detach(drawable); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/gimp-2.0/libgimp/gimp.h:41, BUILDSTDERR: from fourier.c:48: BUILDSTDERR: /usr/include/gimp-2.0/libgimp/gimpdrawable.h:53:16: note: declared here BUILDSTDERR: 53 | void gimp_drawable_detach (GimpDrawable *drawable); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: fourier.c:210:22: warning: variable 'run_mode' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 210 | GimpRunMode run_mode; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: fourier.c:206:49: warning: variable 'img_has_alpha' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 206 | gint img_height, img_width, img_bpp, cur_bpp, img_has_alpha; BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: fourier.c:206:20: warning: variable 'img_width' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 206 | gint img_height, img_width, img_bpp, cur_bpp, img_has_alpha; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: fourier.c:206:8: warning: variable 'img_height' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 206 | gint img_height, img_width, img_bpp, cur_bpp, img_has_alpha; BUILDSTDERR: | ^~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -I/usr/include/gimp-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/gegl-0.4 -I/usr/include/json-glib-1.0 -I/usr/include/gio-unix-2.0 -pthread -I/usr/include/babl-0.1 -lfftw3 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0 -lgdk_pixbuf-2.0 -lcairo -lgegl-0.4 -lgegl-npd-0.4 -lm -Wl,--export-dynamic -pthread -lgmodule-2.0 -ljson-glib-1.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lbabl-0.1 -lm -o fourier fourier.c Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SDu9dU + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64 + cd fourier-0.4.1 + mkdir -p /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64//usr/lib64/gimp/2.0/plug-ins/ + install fourier /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64//usr/lib64/gimp/2.0/plug-ins/ + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 0.4.1-19.fc31 --unique-debug-suffix -0.4.1-19.fc31.x86_64 --unique-debug-src-base gimp-fourier-plugin-0.4.1-19.fc31.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/fourier-0.4.1 BUILDSTDERR: 26 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64/usr/lib64/gimp/2.0/plug-ins/fourier extracting debug info from /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64/usr/lib64/gimp/2.0/plug-ins/fourier original debug info size: 80kB, size after compression: 80kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: gimp-fourier-plugin-0.4.1-19.fc31.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GBCdZQ + umask 022 + cd /builddir/build/BUILD + cd fourier-0.4.1 + DOCDIR=/builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64/usr/share/doc/gimp-fourier-plugin + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64/usr/share/doc/gimp-fourier-plugin + cp -pr README.utf8 /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64/usr/share/doc/gimp-fourier-plugin + cp -pr README.Moire.utf8 /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64/usr/share/doc/gimp-fourier-plugin + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: gimp-fourier-plugin = 0.4.1-19.fc31 gimp-fourier-plugin(x86-64) = 0.4.1-19.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libbabl-0.1.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcairo.so.2()(64bit) libfftw3.so.3()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgegl-0.4.so.0()(64bit) libgegl-npd-0.4.so()(64bit) libgimp-2.0.so.0()(64bit) libgimpbase-2.0.so.0()(64bit) libgimpcolor-2.0.so.0()(64bit) libgimpconfig-2.0.so.0()(64bit) libgimpmath-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libjson-glib-1.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) rtld(GNU_HASH) Processing files: gimp-fourier-plugin-debugsource-0.4.1-19.fc31.x86_64 Provides: gimp-fourier-plugin-debugsource = 0.4.1-19.fc31 gimp-fourier-plugin-debugsource(x86-64) = 0.4.1-19.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: gimp-fourier-plugin-debuginfo-0.4.1-19.fc31.x86_64 Provides: debuginfo(build-id) = eb013fbbb9bdceffe6e9cbd178858790d9bae13b gimp-fourier-plugin-debuginfo = 0.4.1-19.fc31 gimp-fourier-plugin-debuginfo(x86-64) = 0.4.1-19.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: gimp-fourier-plugin-debugsource(x86-64) = 0.4.1-19.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64 Wrote: /builddir/build/RPMS/gimp-fourier-plugin-debugsource-0.4.1-19.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/gimp-fourier-plugin-0.4.1-19.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/gimp-fourier-plugin-debuginfo-0.4.1-19.fc31.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JLNgxS + umask 022 + cd /builddir/build/BUILD + cd fourier-0.4.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/gimp-fourier-plugin-0.4.1-19.fc31.x86_64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0