Mock Version: 1.4.2 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-GDGraph.spec'], nspawn_args=[]shell=Falseuid=1000env={'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/centos-7-epel-i386/root'gid=135user='mockbuild'timeout=0logger=printOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'b86365f6738d4667a710c6907ee9b913', '-D', '/var/lib/mock/centos-7-epel-i386/root', '--setenv=LANG=en_US.utf8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-GDGraph.spec'] with env {'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system warning: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt - 1.43-4 warning: Could not canonicalize hostname: kvm.centos.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/perl-GDGraph-1.44-15.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-GDGraph.spec'], nspawn_args=['--private-network']shell=Falseuid=1000env={'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/centos-7-epel-i386/root'gid=135user='mockbuild'timeout=0logger=printOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '821a0135bacb417181cf79ab6bd73081', '-D', '/var/lib/mock/centos-7-epel-i386/root', '--private-network', '--setenv=LANG=en_US.utf8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', 'bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-GDGraph.spec'] with env {'LANG': 'en_US.utf8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system Failed to create directory /var/lib/mock/centos-7-epel-i386/root//sys/fs/selinux: Read-only file system warning: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt - 1.43-4 Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UbZg1Q + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf GDGraph-1.44 + /usr/bin/gzip -dc /builddir/build/SOURCES/GDGraph-1.44.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd GDGraph-1.44 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/perl -pi -e 's{^#!/usr/local/bin/perl\b}{#!/usr/bin/perl}' samples/sample1A.pl + /usr/bin/perl -pi -e 's/\r\n/\n/' samples/sample64.pl + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3c66Ji + umask 022 + cd /builddir/build/BUILD + cd GDGraph-1.44 + /usr/bin/perl Makefile.PL INSTALLDIRS=vendor Checking if your kit is complete... Looks good Writing Makefile for GD::Graph The automatic tests for GDGraph are not really a solid workout of the library. The best way to test the package is to run the examples before installing it. You can run the examples in the samples directory with `make samples` or by going into that directory, and just running `make`. If that fails, please read samples/Makefile. + make -j6 cp Graph.pm blib/lib/GD/Graph.pm cp Graph/Error.pm blib/lib/GD/Graph/Error.pm cp Graph/utils.pm blib/lib/GD/Graph/utils.pm cp Graph/axestype.pm blib/lib/GD/Graph/axestype.pm cp Graph/lines.pm blib/lib/GD/Graph/lines.pm cp Graph/points.pm blib/lib/GD/Graph/points.pm cp Graph/hbars.pm blib/lib/GD/Graph/hbars.pm cp Graph/linespoints.pm blib/lib/GD/Graph/linespoints.pm cp Graph/bars.pm blib/lib/GD/Graph/bars.pm cp Graph/Data.pm blib/lib/GD/Graph/Data.pm cp Graph/area.pm blib/lib/GD/Graph/area.pm cp Graph/pie.pm blib/lib/GD/Graph/pie.pm cp Graph/colour.pm blib/lib/GD/Graph/colour.pm cp Graph/mixed.pm blib/lib/GD/Graph/mixed.pm cp Graph/FAQ.pod blib/lib/GD/Graph/FAQ.pod Manifying blib/man3/GD::Graph::Error.3pm Manifying blib/man3/GD::Graph.3pm Manifying blib/man3/GD::Graph::Data.3pm Manifying blib/man3/GD::Graph::hbars.3pm Manifying blib/man3/GD::Graph::colour.3pm Manifying blib/man3/GD::Graph::FAQ.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sda2sM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386 ++ dirname /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386 + cd GDGraph-1.44 + rm -rf /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386 + make pure_install PERL_INSTALL_ROOT=/builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386 Manifying blib/man3/GD::Graph::Error.3pm Manifying blib/man3/GD::Graph.3pm Manifying blib/man3/GD::Graph::Data.3pm Manifying blib/man3/GD::Graph::hbars.3pm Manifying blib/man3/GD::Graph::colour.3pm Manifying blib/man3/GD::Graph::FAQ.3pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/Error.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/utils.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/axestype.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/lines.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/points.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/hbars.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/linespoints.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/bars.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/Data.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/area.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/pie.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/colour.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/mixed.pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/perl5/vendor_perl/GD/Graph/FAQ.pod Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/man/man3/GD::Graph::Error.3pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/man/man3/GD::Graph.3pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/man/man3/GD::Graph::Data.3pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/man/man3/GD::Graph::hbars.3pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/man/man3/GD::Graph::colour.3pm Installing /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/man/man3/GD::Graph::FAQ.3pm + find /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386 -depth -type d -exec rmdir '{}' ';' + chmod -R u+w /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/GDGraph-1.44 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Wgxemi + umask 022 + cd /builddir/build/BUILD + cd GDGraph-1.44 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/axestype.t .. ok t/bugfixes.t .. ok t/colour.t .... ok t/data.t ...... ok t/error.t ..... ok t/use.t ....... ok All tests successful. Files=6, Tests=118, 0 wallclock secs ( 0.05 usr 0.02 sys + 0.31 cusr 0.04 csys = 0.42 CPU) Result: PASS + exit 0 Processing files: perl-GDGraph-1.44-15.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rCLVkQ + umask 022 + cd /builddir/build/BUILD + cd GDGraph-1.44 + DOCDIR=/builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/doc/perl-GDGraph-1.44 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/doc/perl-GDGraph-1.44 + cp -pr CHANGES /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/doc/perl-GDGraph-1.44 + cp -pr README /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/doc/perl-GDGraph-1.44 + cp -pr samples/ /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386/usr/share/doc/perl-GDGraph-1.44 + exit 0 Provides: perl(GD::Graph) = 1.44 perl(GD::Graph::Data) perl(GD::Graph::Error) perl(GD::Graph::area) perl(GD::Graph::axestype) perl(GD::Graph::bars) perl(GD::Graph::colour) perl(GD::Graph::hbars) perl(GD::Graph::lines) perl(GD::Graph::linespoints) perl(GD::Graph::mixed) perl(GD::Graph::pie) perl(GD::Graph::points) perl(GD::Graph::utils) perl-GDGraph = 1:1.44-15.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: perl(Carp) perl(Exporter) perl(GD::Graph) perl(GD::Graph::Data) perl(GD::Graph::Error) perl(GD::Graph::area) perl(GD::Graph::axestype) perl(GD::Graph::bars) perl(GD::Graph::colour) perl(GD::Graph::lines) perl(GD::Graph::linespoints) perl(GD::Graph::points) perl(GD::Graph::utils) perl(GD::Text::Align) perl(constant) perl(strict) perl(vars) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386 warning: Could not canonicalize hostname: kvm.centos.org Wrote: /builddir/build/RPMS/perl-GDGraph-1.44-15.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0QlK31 + umask 022 + cd /builddir/build/BUILD + cd GDGraph-1.44 + rm -rf /builddir/build/BUILDROOT/perl-GDGraph-1.44-15.el7.i386 + exit 0 Child return code was: 0