Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/rh-mysql57.spec'], chrootPath='/var/lib/mock/sclo7-rh-mysql80-rh-el7-build-52039-181661/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/rh-mysql57.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/rh-mysql80-3.2-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/rh-mysql57.spec'], chrootPath='/var/lib/mock/sclo7-rh-mysql80-rh-el7-build-52039-181661/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/rh-mysql57.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.RQ8iaj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rh-mysql80-3.2 + /usr/bin/mkdir -p rh-mysql80-3.2 + cd rh-mysql80-3.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cat + tee README Package rh-mysql80 provides MySQL database server delivered as a Software Collection (SCL). For more information about Software Collections, see the scl(1) man page. By installing the rh-mysql80 collection, you will get the minimum working set of packages to have a working MySQL database server. Usage: systemctl start rh-mysql80-mysqld 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/rh-mysql80/root in case of the rh-mysql80 collection. MySQL is a multi-user, multi-threaded SQL database server. It is a client/server implementation consisting of a server daemon (mysqld) and many different client programs and libraries. This package contains the MySQL server and some accompanying files and directories. When you want to work with the rh-mysql80 collection, use the scl utility (see the scl(1) man page for usage) to enable the scl environment. The only exception is starting and stopping rh-mysql80-mysqld daemon, where scl environment is enabled implicitely within the SysV init script or systemd unit file. Configuration for the rh-mysql80 software collection is located under /etc/opt/rh/rh-mysql80. MySQL server listens on network soket (by default port 3306) and unix socket (by default /var/lib/mysql/mysql.sock). Examples: scl enable rh-mysql80 'command --arg' Run a specific command with the argument --arg within the rh-mysql80 software collections environment. scl enable rh-mysql80 'mysql -u root -p' Run mysql shell from the rh-mysql80 software collection. scl enable rh-mysql80 bash Run an interactive shell with the rh-mysql80 software collection enabled. systemctl start rh-mysql80-mysqld Starts the MySQL server from rh-mysql80 software collection. scl enable rh-mysql80 'man mysql' Show man pages for the mysql command, which is a part of the rh-mysql80 software collection. For running the test suite, which is available in rh-mysql80-mysql-test package, see the /opt/rh/rh-mysql80/root/usr/share/mysql-test/README. Please, be aware that you need to run all the commands mentioned in the README file in a proper SCL environment. Thus the recommended way to run the test suite is to run the bash with rh-mysql80 collection enabled: scl enable rh-mysql80 bash Run bash with the rh-mysql80 collection enabled. Files: /opt/rh/rh-mysql80/service-environment Define which software collections should be enabled for the daemon process. Report bugs to . Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.FixboU + cp /builddir/build/SOURCES/LICENSE . + exit 0 + umask 022 + cd /builddir/build/BUILD + cd rh-mysql80-3.2 + cat + tee h2m_helper #!/bin/bash [ "$1" == "--version" ] && echo "rh-mysql80 3.2 Software Collection" || cat README + chmod a+x h2m_helper + help2man -N --section 7 ./h2m_helper -o rh-mysql80.7 + sed -i 's|'\''|\\N'\''39'\''|g' rh-mysql80.7 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.p0ebJv + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64 ++ dirname /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64 + cd rh-mysql80-3.2 + mkdir -p /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/etc/rpm /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/etc/scl/prefixes + cat + cat + set +x ~/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/var/opt/rh/rh-mysql80 ~/build/BUILD/rh-mysql80-3.2 ~/build/BUILD/rh-mysql80-3.2 ~/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/etc/opt/rh/rh-mysql80 ~/build/BUILD/rh-mysql80-3.2 ~/build/BUILD/rh-mysql80-3.2 ~/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root ~/build/BUILD/rh-mysql80-3.2 + popd ~/build/BUILD/rh-mysql80-3.2 + mkdir -p /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/man/man1 /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/man/man7 /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/man/man8 + cat + tee -a /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/enable # For binaries export PATH="/opt/rh/rh-mysql80/root/usr/bin${PATH:+:${PATH}}" # For header files export CPATH="/opt/rh/rh-mysql80/root/usr/include${CPATH:+:${CPATH}}" # For libraries during build export LIBRARY_PATH="/opt/rh/rh-mysql80/root/usr/lib64${LIBRARY_PATH:+:${LIBRARY_PATH}}" # For libraries during linking export LD_LIBRARY_PATH="/opt/rh/rh-mysql80/root/usr/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" # For man pages; empty field makes man to consider also standard path export MANPATH="/opt/rh/rh-mysql80/root/usr/share/man:${MANPATH}" # For Java Packages Tools to locate java.conf export JAVACONFDIRS="/etc/opt/rh/rh-mysql80/java:${JAVACONFDIRS:-/etc/java}" # For XMvn to locate its configuration file(s) export XDG_CONFIG_DIRS="/etc/opt/rh/rh-mysql80/xdg:${XDG_CONFIG_DIRS:-/etc/xdg}" # For systemtap export XDG_DATA_DIRS="/opt/rh/rh-mysql80/root/usr/share:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}" # For pkg-config export PKG_CONFIG_PATH="/opt/rh/rh-mysql80/root/usr/lib64/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}" + cat + tee -a /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/etc/rpm/macros.mysql-scldevel %scl_mysql rh-mysql80 %scl_prefix_mysql rh-mysql80- + mkdir -p /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/man/man7/ + install -m 644 rh-mysql80.7 /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/man/man7/rh-mysql80.7 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/rh-mysql80-3.2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/rh-mysql80/root + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python 1 /opt/rh/rh-mysql80/root + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: rh-mysql80-3.2-2.el7.x86_64 Provides: scl-package(rh-mysql80) rh-mysql80 = 3.2-2.el7 rh-mysql80(x86-64) = 3.2-2.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Processing files: rh-mysql80-runtime-3.2-2.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dAOY8k + umask 022 + cd /builddir/build/BUILD + cd rh-mysql80-3.2 + DOCDIR=/builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/doc/rh-mysql80-runtime-3.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/doc/rh-mysql80-runtime-3.2 + cp -pr README /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/doc/rh-mysql80-runtime-3.2 + cp -pr LICENSE /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/doc/rh-mysql80-runtime-3.2 + exit 0 warning: File listed twice: /opt/rh/rh-mysql80/root/usr/share/man/man7/rh-mysql80.7.gz Provides: rh-mysql80-runtime = 3.2-2.el7 rh-mysql80-runtime(x86-64) = 3.2-2.el7 scl-package(rh-mysql80) 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: rh-mysql80-runtime Processing files: rh-mysql80-build-3.2-2.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ly6U5P + umask 022 + cd /builddir/build/BUILD + cd rh-mysql80-3.2 + DOCDIR=/builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/doc/rh-mysql80-build-3.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/doc/rh-mysql80-build-3.2 + cp -pr LICENSE /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/doc/rh-mysql80-build-3.2 + exit 0 Provides: rh-mysql80-build = 3.2-2.el7 rh-mysql80-build(x86-64) = 3.2-2.el7 scl-package(rh-mysql80) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: rh-mysql80-runtime Processing files: rh-mysql80-scldevel-3.2-2.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PDkH9k + umask 022 + cd /builddir/build/BUILD + cd rh-mysql80-3.2 + DOCDIR=/builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/doc/rh-mysql80-scldevel-3.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/doc/rh-mysql80-scldevel-3.2 + cp -pr LICENSE /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64/opt/rh/rh-mysql80/root/usr/share/doc/rh-mysql80-scldevel-3.2 + exit 0 Provides: rh-mysql80-scldevel = 3.2-2.el7 rh-mysql80-scldevel(x86-64) = 3.2-2.el7 scl-package(rh-mysql80) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: rh-mysql80-runtime Processing files: rh-mysql80-syspaths-3.2-2.el7.x86_64 Provides: rh-mysql80-syspaths = 3.2-2.el7 rh-mysql80-syspaths(x86-64) = 3.2-2.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64 Wrote: /builddir/build/RPMS/rh-mysql80-3.2-2.el7.x86_64.rpm Wrote: /builddir/build/RPMS/rh-mysql80-runtime-3.2-2.el7.x86_64.rpm Wrote: /builddir/build/RPMS/rh-mysql80-build-3.2-2.el7.x86_64.rpm Wrote: /builddir/build/RPMS/rh-mysql80-scldevel-3.2-2.el7.x86_64.rpm Wrote: /builddir/build/RPMS/rh-mysql80-syspaths-3.2-2.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pl6H1s + umask 022 + cd /builddir/build/BUILD + cd rh-mysql80-3.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/rh-mysql80-3.2-2.el7.x86_64 + exit 0 Child return code was: 0