Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/sclo-postgresql10.spec'], chrootPath='/var/lib/mock/863448-fedora-rawhide-i386-1551365184.827132/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.hvt0bawe:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '74fe1523aeca4f24bfe3e8146b6c1524', '-D', '/var/lib/mock/863448-fedora-rawhide-i386-1551365184.827132/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.hvt0bawe:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/sclo-postgresql10.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: i686 Building for target i686 Wrote: /builddir/build/SRPMS/sclo-postgresql10-3.1-2.2.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/sclo-postgresql10.spec'], chrootPath='/var/lib/mock/863448-fedora-rawhide-i386-1551365184.827132/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.hvt0bawe:/etc/resolv.conf']unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '4656f45371554a5e8fb08f69f6b5200c', '-D', '/var/lib/mock/863448-fedora-rawhide-i386-1551365184.827132/root', '-a', '--capability=cap_ipc_lock', '--bind=/tmp/mock-resolv.hvt0bawe:/etc/resolv.conf', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/sclo-postgresql10.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: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.DVdK7v + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sclo-postgresql10-3.1 + /usr/bin/mkdir -p sclo-postgresql10-3.1 + cd sclo-postgresql10-3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cat + tee README Package sclo-postgresql10 provides PostgreSQL database management system delivered as a Software Collection. For more information about Software Collections, see the scl(1) man page. By installing the sclo-postgresql10 collection, you will get the minimum working set of packages to have a working PostgreSQL database management system. Usage: scl enable sclo-postgresql10 'psql' Software Collections allow you to build and execute applications which are not located in the filesystem root hierarchy, but are stored in an alternative location, which is /opt/rh/sclo-postgresql10/root in case of the sclo-postgresql10 collection. PostgreSQL is an advanced Object-Relational database management system (DBMS). The postgresql-server package contains the programs needed to create and run a PostgreSQL server, which will in turn allow you to create and maintain PostgreSQL databases. When you want to work with the sclo-postgresql10 collection, use the scl utility (see the scl(1) man page for usage) to enable the scl environment. Configuration for the sclo-postgresql10 software collection is located under /etc/opt/rh/scls/sclo-postgresql10. Examples: scl enable sclo-postgresql10 'command --arg' Run a specific command with the argument --arg within the sclo-postgresql10 software collections environment. scl enable sclo-postgresql10 'psql' Run psql from the sclo-postgresql10 software collection. scl enable sclo-postgresql10 bash Run an interactive shell with the sclo-postgresql10 software collection enabled. scl enable sclo-postgresql10 'man psql' Show man pages for the psql command, which is a part of the sclo-postgresql10 software collection. Report bugs to . + cp /builddir/build/SOURCES/LICENSE . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BgHCtQ + umask 022 + cd /builddir/build/BUILD + cd sclo-postgresql10-3.1 + cat + tee h2m_helper #!/bin/bash [ "$1" == "--version" ] && echo "sclo-postgresql10 3.1 Software Collection" || cat README + chmod a+x h2m_helper + help2man -N --section 7 ./h2m_helper -o sclo-postgresql10.7 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Vi65bb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386 + cd sclo-postgresql10-3.1 + mkdir -p /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/etc/rpm /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/etc/scl/prefixes /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/etc/scl/modulefiles + cat + cat + test -e /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/sclo-postgresql10 + set +x ~/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/var/opt/rh/scls/sclo-postgresql10 ~/build/BUILD/sclo-postgresql10-3.1 ~/build/BUILD/sclo-postgresql10-3.1 ~/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/etc/opt/rh/scls/sclo-postgresql10 ~/build/BUILD/sclo-postgresql10-3.1 ~/build/BUILD/sclo-postgresql10-3.1 ~/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root ~/build/BUILD/sclo-postgresql10-3.1 + popd + mkdir -p /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/man/man1 /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/man/man7 /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/man/man8 ~/build/BUILD/sclo-postgresql10-3.1 + tee -a /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/enable + cat # For binaries export PATH=/opt/rh/sclo-postgresql10/root/usr/bin${PATH:+:$PATH} # For header files export CPATH=/opt/rh/sclo-postgresql10/root/usr/include${CPATH:+:$CPATH} # For libraries during build export LIBRARY_PATH=/opt/rh/sclo-postgresql10/root/usr/lib${LIBRARY_PATH:+:$LIBRARY_PATH} # For libraries during linking export LD_LIBRARY_PATH=/opt/rh/sclo-postgresql10/root/usr/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} # For man pages; empty field makes man to consider also standard path export MANPATH=/opt/rh/sclo-postgresql10/root/usr/share/man:$MANPATH # For Java Packages Tools to locate java.conf export JAVACONFDIRS=/etc/opt/rh/scls/sclo-postgresql10/java:${JAVACONFDIRS:-/etc/java} # For pkg-config export PKG_CONFIG_PATH=/opt/rh/sclo-postgresql10/root/usr/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH} + tee -a /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/etc/rpm/macros.postgresql-scldevel + cat # macros to be used by packages depended on sclo-postgresql10 collection %scl_postgresql sclo-postgresql10 %scl_prefix_postgresql sclo-postgresql10- + mkdir -p /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/man/man7/ + install -m 644 sclo-postgresql10.7 /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/man/man7/sclo-postgresql10.7 + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 3.1-2.2.fc30 --unique-debug-suffix -3.1-2.2.fc30.i386 --unique-debug-src-base sclo-postgresql10-3.1-2.2.fc30.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/sclo-postgresql10-3.1 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/sclo-postgresql10/root + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python 1 /opt/rh/sclo-postgresql10/root + /usr/lib/rpm/brp-python-hardlink Processing files: sclo-postgresql10-3.1-2.2.fc30.i686 Processing files: sclo-postgresql10-runtime-3.1-2.2.fc30.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XAWtMa + umask 022 + cd /builddir/build/BUILD + cd sclo-postgresql10-3.1 + DOCDIR=/builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/doc/sclo-postgresql10-runtime + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/doc/sclo-postgresql10-runtime + cp -pr README /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/doc/sclo-postgresql10-runtime + cp -pr LICENSE /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/doc/sclo-postgresql10-runtime + exit 0 Provides: scl-package(sclo-postgresql10) sclo-postgresql10-runtime = 3.1-2.2.fc30 sclo-postgresql10-runtime(x86-32) = 3.1-2.2.fc30 Requires(interp): /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 libselinux-utils policycoreutils-python Requires: sclo-postgresql10-runtime Processing files: sclo-postgresql10-build-3.1-2.2.fc30.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ddd8OW + umask 022 + cd /builddir/build/BUILD + cd sclo-postgresql10-3.1 + DOCDIR=/builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/doc/sclo-postgresql10-build + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/doc/sclo-postgresql10-build + cp -pr LICENSE /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/doc/sclo-postgresql10-build + exit 0 Provides: scl-package(sclo-postgresql10) sclo-postgresql10-build = 3.1-2.2.fc30 sclo-postgresql10-build(x86-32) = 3.1-2.2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: scl-utils-build sclo-postgresql10-runtime Processing files: sclo-postgresql10-scldevel-3.1-2.2.fc30.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TQP3lJ + umask 022 + cd /builddir/build/BUILD + cd sclo-postgresql10-3.1 + DOCDIR=/builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/doc/sclo-postgresql10-scldevel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/doc/sclo-postgresql10-scldevel + cp -pr LICENSE /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386/opt/rh/sclo-postgresql10/root/usr/share/doc/sclo-postgresql10-scldevel + exit 0 Provides: sclo-postgresql10-scldevel = 3.1-2.2.fc30 sclo-postgresql10-scldevel(x86-32) = 3.1-2.2.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: sclo-postgresql10-syspaths-3.1-2.2.fc30.i686 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386 Wrote: /builddir/build/RPMS/sclo-postgresql10-3.1-2.2.fc30.i686.rpm Wrote: /builddir/build/RPMS/sclo-postgresql10-runtime-3.1-2.2.fc30.i686.rpm Wrote: /builddir/build/RPMS/sclo-postgresql10-build-3.1-2.2.fc30.i686.rpm Wrote: /builddir/build/RPMS/sclo-postgresql10-scldevel-3.1-2.2.fc30.i686.rpm Wrote: /builddir/build/RPMS/sclo-postgresql10-syspaths-3.1-2.2.fc30.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xbpgrx + umask 022 + cd /builddir/build/BUILD + cd sclo-postgresql10-3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/sclo-postgresql10-3.1-2.2.fc30.i386 + exit 0 Child return code was: 0