Mock Version: 1.4.16 Mock Version: 1.4.16 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/cups-pdf.spec'], chrootPath='/var/lib/mock/f31-build-16975661-1223076/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 s390x --nodeps /builddir/build/SPECS/cups-pdf.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: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/cups-pdf-3.0.1-8.fc31.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/cups-pdf.spec'], chrootPath='/var/lib/mock/f31-build-16975661-1223076/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 s390x --nodeps /builddir/build/SPECS/cups-pdf.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: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.crIreB + umask 022 + cd /builddir/build/BUILD + echo CIBLE = cups-pdf-3.0.1-8.fc31 + cd /builddir/build/BUILD + rm -rf cups-pdf-3.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/cups-pdf_3.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cups-pdf-3.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/INSTALL.fedora.cups-pdf INSTALL.RPM + echo 'Patch #1 (cups-pdf-conf.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .oldconf --fuzz=0 + echo 'Patch #2 (cups-pdf-desktop.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .desktop --fuzz=0 + echo 'Patch #3 (cups-pdf-title.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .title --fuzz=0 + echo 'Patch #4 (cups-pdf-build.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .build --fuzz=0 + echo 'Patch #5 (cups-pdf-result.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .result --fuzz=0 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 CIBLE = cups-pdf-3.0.1-8.fc31 Patch #1 (cups-pdf-conf.patch): patching file extra/cups-pdf.conf Patch #2 (cups-pdf-desktop.patch): patching file src/cups-pdf.c Patch #3 (cups-pdf-title.patch): patching file src/cups-pdf.c Patch #4 (cups-pdf-build.patch): patching file src/cups-pdf.c Patch #5 (cups-pdf-result.patch): patching file src/cups-pdf.c Hunk #1 succeeded at 880 (offset 59 lines). Hunk #2 succeeded at 1110 (offset 59 lines). Hunk #3 succeeded at 1147 (offset 59 lines). Hunk #4 succeeded at 1160 (offset 59 lines). Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QPTIrD + umask 022 + cd /builddir/build/BUILD + cd cups-pdf-3.0.1 + pushd src + cc -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 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -lcups -o cups-pdf cups-pdf.c BUILDSTDERR: cups-pdf.c: In function 'read_config_ppd': BUILDSTDERR: cups-pdf.c:281:3: warning: 'ppdOpenFile' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 281 | ppd_file = ppdOpenFile(ppd_name); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from cups-pdf.c:60: BUILDSTDERR: /usr/include/cups/ppd.h:397:20: note: declared here BUILDSTDERR: 397 | extern ppd_file_t *ppdOpenFile(const char *filename) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~~ BUILDSTDERR: cups-pdf.c:286:3: warning: 'ppdMarkDefaults' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 286 | ppdMarkDefaults(ppd_file); BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: In file included from cups-pdf.c:60: BUILDSTDERR: /usr/include/cups/ppd.h:392:14: note: declared here BUILDSTDERR: 392 | extern void ppdMarkDefaults(ppd_file_t *ppd) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~~~~~~ BUILDSTDERR: cups-pdf.c:288:3: warning: 'ppdFirstOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 288 | option = ppdFirstOption(ppd_file); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from cups-pdf.c:60: BUILDSTDERR: /usr/include/cups/ppd.h:439:22: note: declared here BUILDSTDERR: 439 | extern ppd_option_t *ppdFirstOption(ppd_file_t *ppd) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: cups-pdf.c:291:5: warning: 'ppdNextOption' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 291 | option = ppdNextOption(ppd_file); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from cups-pdf.c:60: BUILDSTDERR: /usr/include/cups/ppd.h:441:22: note: declared here BUILDSTDERR: 441 | extern ppd_option_t *ppdNextOption(ppd_file_t *ppd) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~~~~~~ BUILDSTDERR: cups-pdf.c:293:3: warning: 'ppdClose' is deprecated: Use cupsCopyDestInfo and friends instead. [-Wdeprecated-declarations] BUILDSTDERR: 293 | ppdClose(ppd_file); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from cups-pdf.c:60: BUILDSTDERR: /usr/include/cups/ppd.h:372:14: note: declared here BUILDSTDERR: 372 | extern void ppdClose(ppd_file_t *ppd) _PPD_DEPRECATED; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from cups-pdf.c:47: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:190:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:187:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:184:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:181:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:178:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:175:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:172:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:166:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:163:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:160:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:157:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from '_assign_value' at cups-pdf.c:154:12: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'create_dir' at cups-pdf.c:110:5: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: cups-pdf.c: In function 'preparespoolfile.isra.0': BUILDSTDERR: cups-pdf.c:867:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 4080 and 4090 [-Wformat-truncation=] BUILDSTDERR: 867 | snprintf(title, BUFSIZE, "job_%i-%s", job, buffer); BUILDSTDERR: | ^~ ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from cups-pdf.c:44: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 7 and 4112 bytes into a destination of size 4096 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: cups-pdf.c:865:37: warning: '-job_' directive output may be truncated writing 5 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] BUILDSTDERR: 865 | snprintf(title, BUFSIZE, "%s-job_%i", buffer, job); BUILDSTDERR: | ^~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from cups-pdf.c:44: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 7 and 4112 bytes into a destination of size 4096 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from cups-pdf.c:47: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'preparespoolfile.isra.0' at cups-pdf.c:829:5: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: cups-pdf.c: In function 'main': BUILDSTDERR: cups-pdf.c:387:37: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] BUILDSTDERR: 387 | snprintf(filename, BUFSIZE, "%s/%s%s%s", Conf_Log, "cups-pdf-", getenv("PRINTER"), "_log"); BUILDSTDERR: | ^~ ~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from cups-pdf.c:44: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 15 or more bytes (assuming 4110) into a destination of size 4096 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: cups-pdf.c:502:34: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] BUILDSTDERR: 502 | snprintf(bufout, BUFSIZE, "%s%s%s", bufin, getdesktopdir(passwd), cptr); BUILDSTDERR: | ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:867, BUILDSTDERR: from cups-pdf.c:44: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 1 or more bytes (assuming 8191) into a destination of size 4096 BUILDSTDERR: 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 68 | __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/string.h:494, BUILDSTDERR: from cups-pdf.c:47: BUILDSTDERR: In function 'strncpy', BUILDSTDERR: inlined from 'getdesktopdir' at cups-pdf.c:465:11, BUILDSTDERR: inlined from 'preparedirname' at cups-pdf.c:502:5, BUILDSTDERR: inlined from 'main' at cups-pdf.c:957:18: BUILDSTDERR: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] BUILDSTDERR: 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + popd + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 ~/build/BUILD/cups-pdf-3.0.1/src ~/build/BUILD/cups-pdf-3.0.1 ~/build/BUILD/cups-pdf-3.0.1 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.t6aUNC + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x + cd cups-pdf-3.0.1 + rm -rf /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x + mkdir -p /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/lib/cups/backend + mkdir -p /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/var/spool/cups-pdf/SPOOL + mkdir -p /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/var/spool/cups-pdf + mkdir -p /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/var/log/cups + mkdir -p /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/lib/cups/backend + mkdir -p /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/etc/cups + mkdir -p /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/share/cups/model/ + install -m644 extra/CUPS-PDF_noopt.ppd extra/CUPS-PDF_opt.ppd /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/share/cups/model/ + install -m644 extra/cups-pdf.conf /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/etc/cups/ + install -m700 src/cups-pdf /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/lib/cups/backend/ + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.0.1-8.fc31 --unique-debug-suffix -3.0.1-8.fc31.s390x --unique-debug-src-base cups-pdf-3.0.1-8.fc31.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cups-pdf-3.0.1 BUILDSTDERR: 80 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/cups-pdf-3.0.1-8.fc31.s390x/usr/lib/cups/backend/cups-pdf extracting debug info from /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/lib/cups/backend/cups-pdf original debug info size: 88kB, size after compression: 92kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: cups-pdf-3.0.1-8.fc31.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2eKCvA + umask 022 + cd /builddir/build/BUILD + cd cups-pdf-3.0.1 + DOCDIR=/builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/share/doc/cups-pdf + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/share/doc/cups-pdf + cp -pr ChangeLog /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/share/doc/cups-pdf + cp -pr COPYING /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/share/doc/cups-pdf + cp -pr README /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/share/doc/cups-pdf + cp -pr INSTALL.RPM /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x/usr/share/doc/cups-pdf + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: config(cups-pdf) = 3.0.1-8.fc31 cups-pdf = 3.0.1-8.fc31 cups-pdf(s390-64) = 3.0.1-8.fc31 Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /usr/bin/pgrep Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.2.4)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcups.so.2()(64bit) rtld(GNU_HASH) Processing files: cups-pdf-debugsource-3.0.1-8.fc31.s390x Provides: cups-pdf-debugsource = 3.0.1-8.fc31 cups-pdf-debugsource(s390-64) = 3.0.1-8.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cups-pdf-debuginfo-3.0.1-8.fc31.s390x Provides: cups-pdf-debuginfo = 3.0.1-8.fc31 cups-pdf-debuginfo(s390-64) = 3.0.1-8.fc31 debuginfo(build-id) = 9d1cd3aa6146e659d45f5cdc1fe9d5288dac1c0e Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cups-pdf-debugsource(s390-64) = 3.0.1-8.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x Wrote: /builddir/build/RPMS/cups-pdf-debugsource-3.0.1-8.fc31.s390x.rpm Wrote: /builddir/build/RPMS/cups-pdf-debuginfo-3.0.1-8.fc31.s390x.rpm Wrote: /builddir/build/RPMS/cups-pdf-3.0.1-8.fc31.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8n7mDA + umask 022 + cd /builddir/build/BUILD + cd cups-pdf-3.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/cups-pdf-3.0.1-8.fc31.s390x + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0