Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/perl-Filesys-SmbClient.spec'], gid=425user='mockbuild'nspawn_args=[]timeout=172800printOutput=Falseshell=FalsechrootPath='/var/lib/mock/f27-build-9441881-774565/root'uid=1000env={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'}logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/perl-Filesys-SmbClient.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'} and shell False sh: perl: command not found sh: /usr/bin/perl: No such file or directory sh: /usr/bin/perl: No such file or directory Building target platforms: s390x Building for target s390x Wrote: /builddir/build/SRPMS/perl-Filesys-SmbClient-3.2-14.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/perl-Filesys-SmbClient.spec'], gid=425user='mockbuild'nspawn_args=[]timeout=172800printOutput=Falseshell=FalsechrootPath='/var/lib/mock/f27-build-9441881-774565/root'uid=1000env={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'}logger=) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/perl-Filesys-SmbClient.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'HOSTNAME': 'mock'} and shell False Building target platforms: s390x Building for target s390x Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.f2JFAJ Patch #0 (Filesys-SmbClient-3.2_Makefile.patch): patching file Makefile.PL mode of './SmbClient.pm' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './libauthSamba.c' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './libauthSamba.h' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './SmbClient.xs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WHvxvm I search in: /include /usr/s/include /s/include /usr/local/s/include /usr/local/include /usr/include /usr/local/samba3/include /usr/local/samba/include /usr/include/samba-4.0 Where can I find libsmbclient.h ? [/usr/include/samba-4.0] /usr/include/samba-4.0 I search in: /lib /usr/s/lib /s/lib /usr/local/s/lib /usr/local/samba/lib /usr/local/samba3/lib /usr/local/lib /usr/lib /usr/include/samba-4.0 Where can I find libsmbclient.so ? [] Do you want make tests ?(you will be prompted for server / worgroup / share / user / password to make read write access. [no] no Compile module with trace to STDERR ? [no] no + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Filesys-SmbClient-3.2 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/Filesys-SmbClient-3.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd Filesys-SmbClient-3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (Filesys-SmbClient-3.2_Makefile.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 + chmod -x Changes + find . -name '*.pm' -exec chmod -c a-x '{}' + + find . -name 'libauthSamba*' -exec chmod -c a-x '{}' + + find . -name SmbClient.xs -exec chmod -c a-x '{}' + + exit 0 + umask 022 + cd /builddir/build/BUILD + cd Filesys-SmbClient-3.2 + export PERL_MM_USE_DEFAULT=1 + PERL_MM_USE_DEFAULT=1 + export HOSTTYPE + perl Makefile.PL INSTALLDIRS=vendor CCFLAGS=-DHAVE_CLOSEFN 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -march=zEC12 -mtune=z13' ************************************************************* ** WHAT !!!! ** I Can't find libsmbclient.so : No such file or directory. ************************************************************* If you don't have this file you can download last version of Samba on www.samba.org and do: $ tar zxvf samba-2.2.x.tar.gz $ cd samba-2.2.x/source $ ./configure $ make bin/libsmbclient.so Then you can find libsmbclient.h in source/include directory and libsmbclient.so in source/bin directory. You can then put them in /usr/include and /usr/lib (or /usr/local/include and /usr/local/lib) checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for working alloca.h... yes checking for alloca... yes checking for smbc_mkdir in -lsmbclient... yes checking for smbc_open in -lsmbclient... yes checking for smbc_fstat in -lsmbclient... yes checking for smbc_init_context in -lsmbclient... yes You don't define SMBCTXX->flags. Samba older than 3.0.11. Filesys::SmbClient::set_flag will not work You use SMBCTXX->close (release < 3.0.20). configure: creating ./config.status config.status: creating config.h Checking if your kit is complete... Looks good Warning: prerequisite Test::More 0 not found. Generating a Unix-style Makefile Writing Makefile for Filesys::SmbClient + make -j2 cp SmbClient.pm blib/lib/Filesys/SmbClient.pm AutoSplitting blib/lib/Filesys/SmbClient.pm (blib/lib/auto/Filesys/SmbClient) gcc -c -I/usr/include/samba-4.0 -DHAVE_CLOSEFN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -march=zEC12 -mtune=z13 -DVERSION=\"3.2\" -DXS_VERSION=\"3.2\" -fPIC "-I/usr/lib64/perl5/CORE" libauthSamba.c Running Mkbootstrap for SmbClient () chmod 644 "SmbClient.bs" "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/Filesys-SmbClient-3.2/typemap' SmbClient.xs > SmbClient.xsc mv SmbClient.xsc SmbClient.c libauthSamba.c: In function 'ask_auth_fn': libauthSamba.c:80:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(temp, sizeof(temp), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libauthSamba.c:88:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(temp, sizeof(temp), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libauthSamba.c:96:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(temp, sizeof(temp), stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -c -I/usr/include/samba-4.0 -DHAVE_CLOSEFN -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -march=zEC12 -mtune=z13 -DVERSION=\"3.2\" -DXS_VERSION=\"3.2\" -fPIC "-I/usr/lib64/perl5/CORE" SmbClient.c "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SmbClient.bs blib/arch/auto/Filesys/SmbClient/SmbClient.bs 644 SmbClient.c: In function 'XS_Filesys__SmbClient__set_flags': SmbClient.c:273:6: warning: unused variable 'flag' [-Wunused-variable] int flag = (int)SvIV(ST(1)) ^~~~ SmbClient.c:272:12: warning: variable 'context' set but not used [-Wunused-but-set-variable] SMBCCTX * context; ^~~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__mkdir': SmbClient.xs:104:1: warning: 'mkdir' is deprecated [-Wdeprecated-declarations] RETVAL = context->mkdir(context, fname, mode); ^~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:3005:41: note: declared here smbc_mkdir_fn mkdir DEPRECATED_SMBC_INTERFACE; ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__rmdir': SmbClient.xs:128:1: warning: 'rmdir' is deprecated [-Wdeprecated-declarations] RETVAL = context->rmdir(context, fname); ^~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:3006:41: note: declared here smbc_rmdir_fn rmdir DEPRECATED_SMBC_INTERFACE; ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__opendir': SmbClient.xs:150:3: warning: 'opendir' is deprecated [-Wdeprecated-declarations] RETVAL = context->opendir(context, fname); ^~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:3001:41: note: declared here smbc_opendir_fn opendir DEPRECATED_SMBC_INTERFACE; ^~~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__closedir': SmbClient.xs:177:1: warning: 'closedir' is deprecated [-Wdeprecated-declarations] RETVAL = context->closedir(context, fd); ^~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:3002:41: note: declared here smbc_closedir_fn closedir DEPRECATED_SMBC_INTERFACE; ^~~~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__readdir': SmbClient.xs:209:18: warning: 'readdir' is deprecated [-Wdeprecated-declarations] dirp = (struct smbc_dirent *)context->readdir(context, fd); ^~~~~~~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:3003:41: note: declared here smbc_readdir_fn readdir DEPRECATED_SMBC_INTERFACE; ^~~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__stat': SmbClient.xs:237:3: warning: 'stat' is deprecated [-Wdeprecated-declarations] i = context->stat(context, fname, &buf); ^ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:2995:41: note: declared here smbc_stat_fn stat DEPRECATED_SMBC_INTERFACE; ^~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__fstat': SmbClient.xs:273:1: warning: 'fstat' is deprecated [-Wdeprecated-declarations] i = context->fstat(context, fd, &buf); ^ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:2996:41: note: declared here smbc_fstat_fn fstat DEPRECATED_SMBC_INTERFACE; ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__rename': SmbClient.xs:305:1: warning: 'rename' is deprecated [-Wdeprecated-declarations] RETVAL = context->rename(context, oname, context, nname); ^~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:2993:41: note: declared here smbc_rename_fn rename DEPRECATED_SMBC_INTERFACE; ^~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__open': SmbClient.xs:350:1: warning: 'open' is deprecated [-Wdeprecated-declarations] RETVAL = context->open(context, fname, flags, mode); ^~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:2988:41: note: declared here smbc_open_fn open DEPRECATED_SMBC_INTERFACE; ^~~~ SmbClient.xs:361:1: warning: 'lseek' is deprecated [-Wdeprecated-declarations] } else if (seek_end) { context->lseek(context, RETVAL, 0, SEEK_END); } ^ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:2994:41: note: declared here smbc_lseek_fn lseek DEPRECATED_SMBC_INTERFACE; ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__read': SmbClient.xs:380:3: warning: 'read' is deprecated [-Wdeprecated-declarations] returnValue = context->read(context, fd, buf, count); ^~~~~~~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:2990:41: note: declared here smbc_read_fn read DEPRECATED_SMBC_INTERFACE; ^~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__write': SmbClient.xs:404:3: warning: 'write' is deprecated [-Wdeprecated-declarations] RETVAL=context->write(context, fd, buf, count); ^~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:2991:41: note: declared here smbc_write_fn write DEPRECATED_SMBC_INTERFACE; ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__lseek': SmbClient.xs:430:3: warning: 'lseek' is deprecated [-Wdeprecated-declarations] RETVAL=context->lseek(context, fd, offset, whence); ^~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:2994:41: note: declared here smbc_lseek_fn lseek DEPRECATED_SMBC_INTERFACE; ^~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__close': SmbClient.xs:458:3: warning: 'close_fn' is deprecated [-Wdeprecated-declarations] RETVAL=context->close_fn(context, fd); ^~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:3000:41: note: declared here smbc_close_fn close_fn DEPRECATED_SMBC_INTERFACE; ^~~~~~~~ SmbClient.xs: In function 'XS_Filesys__SmbClient__unlink': SmbClient.xs:476:3: warning: 'unlink' is deprecated [-Wdeprecated-declarations] RETVAL = context->unlink(context, fname); ^~~~~~ In file included from SmbClient.xs:20:0: /usr/include/samba-4.0/libsmbclient.h:2992:41: note: declared here smbc_unlink_fn unlink DEPRECATED_SMBC_INTERFACE; ^~~~~~ SmbClient.c: In function 'XS_Filesys__SmbClient__unlink_print_job': SmbClient.c:1082:12: warning: variable 'context' set but not used [-Wunused-but-set-variable] SMBCCTX * context; ^~~~~~~ SmbClient.c: In function 'XS_Filesys__SmbClient__print_file': SmbClient.c:1125:12: warning: variable 'context' set but not used [-Wunused-but-set-variable] SMBCCTX * context; ^~~~~~~ rm -f blib/arch/auto/Filesys/SmbClient/SmbClient.so gcc -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong libauthSamba.o SmbClient.o -o blib/arch/auto/Filesys/SmbClient/SmbClient.so \ -lsmbclient -lperl \ chmod 755 blib/arch/auto/Filesys/SmbClient/SmbClient.so Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VFWU3j + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x ++ dirname /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x + cd Filesys-SmbClient-3.2 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SmbClient.bs blib/arch/auto/Filesys/SmbClient/SmbClient.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr/lib64/perl5/vendor_perl/auto/Filesys/SmbClient/SmbClient.so Installing /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr/lib64/perl5/vendor_perl/Filesys/SmbClient.pm Installing /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr/lib64/perl5/vendor_perl/auto/Filesys/SmbClient/autosplit.ix Installing /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr/share/man/man3/Filesys::SmbClient.3pm + find /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 3.2-14.fc27 --unique-debug-suffix -3.2-14.fc27.s390x --unique-debug-src-base perl-Filesys-SmbClient-3.2-14.fc27.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/Filesys-SmbClient-3.2 extracting debug info from /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr/lib64/perl5/vendor_perl/auto/Filesys/SmbClient/SmbClient.so /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 91 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: perl-Filesys-SmbClient-3.2-14.fc27.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JOfELk + umask 022 + cd /builddir/build/BUILD + cd Filesys-SmbClient-3.2 + DOCDIR=/builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr/share/doc/perl-Filesys-SmbClient + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr/share/doc/perl-Filesys-SmbClient + cp -pr Changes /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr/share/doc/perl-Filesys-SmbClient + cp -pr README /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr/share/doc/perl-Filesys-SmbClient + cp -pr COPYING /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x/usr/share/doc/perl-Filesys-SmbClient + exit 0 Provides: perl(Filesys::SmbClient) = 3.2 perl-Filesys-SmbClient = 3.2-14.fc27 perl-Filesys-SmbClient(s390-64) = 3.2-14.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libperl.so.5.26()(64bit) libsmbclient.so.0()(64bit) libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) perl(AutoLoader) perl(DynaLoader) perl(Exporter) perl(POSIX) perl(Tie::Handle) perl(constant) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-Filesys-SmbClient-debugsource-3.2-14.fc27.s390x Provides: perl-Filesys-SmbClient-debugsource = 3.2-14.fc27 perl-Filesys-SmbClient-debugsource(s390-64) = 3.2-14.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: perl-Filesys-SmbClient-debuginfo-3.2-14.fc27.s390x Provides: debuginfo(build-id) = 8925db21cdb813f54200e4e1c8877a6e45e1f75b perl-Filesys-SmbClient-debuginfo = 3.2-14.fc27 perl-Filesys-SmbClient-debuginfo(s390-64) = 3.2-14.fc27 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x Wrote: /builddir/build/RPMS/perl-Filesys-SmbClient-3.2-14.fc27.s390x.rpm Wrote: /builddir/build/RPMS/perl-Filesys-SmbClient-debugsource-3.2-14.fc27.s390x.rpm Wrote: /builddir/build/RPMS/perl-Filesys-SmbClient-debuginfo-3.2-14.fc27.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eEZ1Zv + umask 022 + cd /builddir/build/BUILD + cd Filesys-SmbClient-3.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/perl-Filesys-SmbClient-3.2-14.fc27.s390x + exit 0 Child return code was: 0