Mock Version: 1.1.38 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/docker.spec'], False, '/srv/build/7/E/mock-root/c7-extras-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/docker.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/docker-0.11.1-19.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/docker.spec'], False, '/srv/build/7/E/mock-root/c7-extras-x86_64/root/', None, 21600, True, False, 501, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/docker.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eYbY3c + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf docker-02d20af7db1e154290eb5128525dd6831bd4c014 + /usr/bin/gzip -dc /builddir/build/SOURCES/docker-02d20af.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd docker-02d20af7db1e154290eb5128525dd6831bd4c014 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf vendor + echo 'Patch #0 (remove-vendored-tar.patch):' Patch #0 (remove-vendored-tar.patch): + /usr/bin/cat /builddir/build/SOURCES/remove-vendored-tar.patch + /usr/bin/patch -p1 -b --suffix remove-vendored-tar --fuzz=0 patching file archive/archive.go patching file archive/archive_test.go patching file archive/changes.go patching file archive/diff.go patching file archive/wrap.go patching file graph/tags_unit_test.go patching file integration/api_test.go patching file integration/utils_test.go patching file utils/tarsum.go patching file utils/tarsum_test.go Patch #1 (docker-0.11-remove-subscription-dependency.patch): + echo 'Patch #1 (docker-0.11-remove-subscription-dependency.patch):' + /usr/bin/cat /builddir/build/SOURCES/docker-0.11-remove-subscription-dependency.patch + /usr/bin/patch -p1 -b --suffix remove-subscription-dependency --fuzz=0 patching file daemon/container.go patching file daemon/volumes.go patching file graph/graph.go + tar zxf /builddir/build/SOURCES/docker-man.tar.gz + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JmX5z9 + umask 022 + cd /builddir/build/BUILD + cd docker-02d20af7db1e154290eb5128525dd6831bd4c014 + mkdir _build + pushd _build ~/build/BUILD/docker-02d20af7db1e154290eb5128525dd6831bd4c014/_build ~/build/BUILD/docker-02d20af7db1e154290eb5128525dd6831bd4c014 + mkdir -p src/github.com/dotcloud ++ dirs +1 -l + ln -s /builddir/build/BUILD/docker-02d20af7db1e154290eb5128525dd6831bd4c014 src/github.com/dotcloud/docker + popd ~/build/BUILD/docker-02d20af7db1e154290eb5128525dd6831bd4c014 + export DOCKER_GITCOMMIT=02d20af/0.11.1 + DOCKER_GITCOMMIT=02d20af/0.11.1 + export DOCKER_BUILDTAGS=selinux + DOCKER_BUILDTAGS=selinux ++ pwd + export GOPATH=/builddir/build/BUILD/docker-02d20af7db1e154290eb5128525dd6831bd4c014/_build:/usr/share/gocode + GOPATH=/builddir/build/BUILD/docker-02d20af7db1e154290eb5128525dd6831bd4c014/_build:/usr/share/gocode + hack/make.sh dynbinary # WARNING! I don't seem to be running in the Docker container. # The result of this command might be an incorrect build, and will not be # officially supported. # # Try this instead: make all # ---> Making bundle: dynbinary (in bundles/0.11.1-dev/dynbinary) # _/builddir/build/BUILD/docker-02d20af7db1e154290eb5128525dd6831bd4c014/dockerinit /usr/lib/gcc/x86_64-redhat-linux/4.8.2/../../../../lib64/libpthread.a(libpthread.o): In function `sem_open': (.text+0x685b): warning: the use of `mktemp' is dangerous, better use `mkstemp' Created binary: /builddir/build/BUILD/docker-02d20af7db1e154290eb5128525dd6831bd4c014/bundles/0.11.1-dev/dynbinary/dockerinit-0.11.1-dev Created binary: /builddir/build/BUILD/docker-02d20af7db1e154290eb5128525dd6831bd4c014/bundles/0.11.1-dev/dynbinary/docker-0.11.1-dev + cp contrib/syntax/vim/LICENSE LICENSE-vim-syntax + cp contrib/syntax/vim/README.md README-vim-syntax.md + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DO595r + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64 + cd docker-02d20af7db1e154290eb5128525dd6831bd4c014 + install -d /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/bin + install -p -m 755 bundles/0.11.1-dev/dynbinary/docker-0.11.1-dev /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/bin/docker + install -d /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/libexec/docker + install -p -m 755 bundles/0.11.1-dev/dynbinary/dockerinit-0.11.1-dev /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/libexec/docker/dockerinit + install -d /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/man/man1 + install -p -m 644 man1/docker-attach.1 man1/docker-build.1 man1/docker-commit.1 man1/docker-cp.1 man1/docker-diff.1 man1/docker-events.1 man1/docker-export.1 man1/docker-history.1 man1/docker-images.1 man1/docker-import.1 man1/docker-info.1 man1/docker-inspect.1 man1/docker-kill.1 man1/docker-load.1 man1/docker-login.1 man1/docker-logs.1 man1/docker-port.1 man1/docker-ps.1 man1/docker-pull.1 man1/docker-push.1 man1/docker-restart.1 man1/docker-rm.1 man1/docker-rmi.1 man1/docker-run.1 man1/docker-save.1 man1/docker-search.1 man1/docker-start.1 man1/docker-stop.1 man1/docker-tag.1 man1/docker-top.1 man1/docker-wait.1 man1/docker.1 /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/man/man1 + install -d /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/man/man5 + install -p -m 644 man5/Dockerfile.5 /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/man/man5 + install -d /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/etc/bash_completion.d + install -p -m 644 contrib/completion/bash/docker /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/etc/bash_completion.d/docker.bash + install -d /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/zsh/site-functions + install -p -m 644 contrib/completion/zsh/_docker /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/zsh/site-functions + install -d /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/vim/vimfiles/doc /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/vim/vimfiles/ftdetect /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/vim/vimfiles/syntax + install -p -m 644 contrib/syntax/vim/doc/dockerfile.txt /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/vim/vimfiles/doc + install -p -m 644 contrib/syntax/vim/ftdetect/dockerfile.vim /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/vim/vimfiles/ftdetect + install -p -m 644 contrib/syntax/vim/syntax/dockerfile.vim /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/vim/vimfiles/syntax + install -d /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/etc/udev/rules.d + install -p -m 755 contrib/udev/80-docker.rules /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/etc/udev/rules.d + install -d -m 700 /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/var/lib/docker + install -d /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/lib/systemd/system + install -p -m 644 /builddir/build/SOURCES/docker.service /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/lib/systemd/system + install -p -m 644 contrib/init/systemd/socket-activation/docker.socket /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/lib/systemd/system + install -d /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/etc/sysconfig/ + install -p -m 644 /builddir/build/SOURCES/docker.sysconfig /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/etc/sysconfig/docker + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress Processing files: docker-0.11.1-19.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5fAXWK + umask 022 + cd /builddir/build/BUILD + cd docker-02d20af7db1e154290eb5128525dd6831bd4c014 + DOCDIR=/builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/doc/docker-0.11.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/doc/docker-0.11.1 + cp -pr AUTHORS /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/doc/docker-0.11.1 + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/doc/docker-0.11.1 + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/doc/docker-0.11.1 + cp -pr FIXME /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/doc/docker-0.11.1 + cp -pr MAINTAINERS /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/doc/docker-0.11.1 + cp -pr NOTICE /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/doc/docker-0.11.1 + cp -pr LICENSE LICENSE-vim-syntax /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/doc/docker-0.11.1 + cp -pr README-vim-syntax.md README.md /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64/usr/share/doc/docker-0.11.1 + exit 0 Provides: docker docker = 0.11.1-19.el7.centos docker(x86-64) = 0.11.1-19.el7.centos lxc-docker = 0.11.1 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libsqlite3.so.0()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64 Wrote: /builddir/build/RPMS/docker-0.11.1-19.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HqOdvu + umask 022 + cd /builddir/build/BUILD + cd docker-02d20af7db1e154290eb5128525dd6831bd4c014 + /usr/bin/rm -rf /builddir/build/BUILDROOT/docker-0.11.1-19.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->