Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/docker-io.spec'], False, '/var/lib/mock/f20-build-2207544-404799/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', '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-io.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: buildvm-05.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/docker-io-1.0.0-9.fc20.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/docker-io.spec'], False, '/var/lib/mock/f20-build-2207544-404799/root/', None, 86400, True, False, 1000, 425, None, False, {'LANG': 'en_US.UTF-8', '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-io.spec'] with env {'LANG': 'en_US.UTF-8', '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.T6vl6v + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf docker-1.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/v1.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd docker-1.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf vendor + echo 'Patch #1 (upstream-patched-archive-tar.patch):' Patch #1 (upstream-patched-archive-tar.patch): + /usr/bin/cat /builddir/build/SOURCES/upstream-patched-archive-tar.patch + /usr/bin/patch -p1 -b --suffix upstream-patched-archive-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 #2 (finalize-namespace.patch): + echo 'Patch #2 (finalize-namespace.patch):' + /usr/bin/cat /builddir/build/SOURCES/finalize-namespace.patch + /usr/bin/patch -p1 -b --suffix finalize-namespace --fuzz=0 patching file pkg/libcontainer/namespaces/init.go Patch #3 (audit-write.patch): + echo 'Patch #3 (audit-write.patch):' + /usr/bin/cat /builddir/build/SOURCES/audit-write.patch + /usr/bin/patch -p1 --fuzz=0 patching file daemon/execdriver/native/template/default_template.go Hunk #1 succeeded at 22 (offset -1 lines). + rm daemon/execdriver/native/template/default_template.go.orig + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GashhC + umask 022 + cd /builddir/build/BUILD + cd docker-1.0.0 + mkdir -p ./_build/src/github.com/dotcloud ++ pwd + ln -s /builddir/build/BUILD/docker-1.0.0 ./_build/src/github.com/dotcloud/docker + export DOCKER_GITCOMMIT=63fe64c/1.0.0 + DOCKER_GITCOMMIT=63fe64c/1.0.0 + export DOCKER_BUILDTAGS=selinux + DOCKER_BUILDTAGS=selinux ++ pwd + export GOPATH=/builddir/build/BUILD/docker-1.0.0/_build:/usr/share/gocode + GOPATH=/builddir/build/BUILD/docker-1.0.0/_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/1.0.0/dynbinary) Created binary: /builddir/build/BUILD/docker-1.0.0/bundles/1.0.0/dynbinary/dockerinit-1.0.0 Created binary: /builddir/build/BUILD/docker-1.0.0/bundles/1.0.0/dynbinary/docker-1.0.0 + contrib/man/md/md2man-all.sh + pwd /builddir/build/BUILD/docker-1.0.0/contrib/man/md + for FILE in '*.md' ++ basename Dockerfile.5.md + base=Dockerfile.5.md + name=Dockerfile.5 + num=5 + '[' -z 5 -o Dockerfile.5.md = 5 ']' + mkdir -p ../man5 + pandoc -s -t man Dockerfile.5.md -o ../man5/Dockerfile.5 + for FILE in '*.md' ++ basename README.md + base=README.md + name=README + num=README + '[' -z README -o README.md = README ']' + mkdir -p ../manREADME + pandoc -s -t man README.md -o ../manREADME/README + for FILE in '*.md' ++ basename docker-attach.1.md + base=docker-attach.1.md + name=docker-attach.1 + num=1 + '[' -z 1 -o docker-attach.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-attach.1.md -o ../man1/docker-attach.1 + for FILE in '*.md' ++ basename docker-build.1.md + base=docker-build.1.md + name=docker-build.1 + num=1 + '[' -z 1 -o docker-build.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-build.1.md -o ../man1/docker-build.1 + for FILE in '*.md' ++ basename docker-commit.1.md + base=docker-commit.1.md + name=docker-commit.1 + num=1 + '[' -z 1 -o docker-commit.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-commit.1.md -o ../man1/docker-commit.1 + for FILE in '*.md' ++ basename docker-cp.1.md + base=docker-cp.1.md + name=docker-cp.1 + num=1 + '[' -z 1 -o docker-cp.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-cp.1.md -o ../man1/docker-cp.1 + for FILE in '*.md' ++ basename docker-diff.1.md + base=docker-diff.1.md + name=docker-diff.1 + num=1 + '[' -z 1 -o docker-diff.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-diff.1.md -o ../man1/docker-diff.1 + for FILE in '*.md' ++ basename docker-events.1.md + base=docker-events.1.md + name=docker-events.1 + num=1 + '[' -z 1 -o docker-events.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-events.1.md -o ../man1/docker-events.1 + for FILE in '*.md' ++ basename docker-export.1.md + base=docker-export.1.md + name=docker-export.1 + num=1 + '[' -z 1 -o docker-export.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-export.1.md -o ../man1/docker-export.1 + for FILE in '*.md' ++ basename docker-history.1.md + base=docker-history.1.md + name=docker-history.1 + num=1 + '[' -z 1 -o docker-history.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-history.1.md -o ../man1/docker-history.1 + for FILE in '*.md' ++ basename docker-images.1.md + base=docker-images.1.md + name=docker-images.1 + num=1 + '[' -z 1 -o docker-images.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-images.1.md -o ../man1/docker-images.1 + for FILE in '*.md' ++ basename docker-import.1.md + base=docker-import.1.md + name=docker-import.1 + num=1 + '[' -z 1 -o docker-import.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-import.1.md -o ../man1/docker-import.1 + for FILE in '*.md' ++ basename docker-info.1.md + base=docker-info.1.md + name=docker-info.1 + num=1 + '[' -z 1 -o docker-info.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-info.1.md -o ../man1/docker-info.1 + for FILE in '*.md' ++ basename docker-inspect.1.md + base=docker-inspect.1.md + name=docker-inspect.1 + num=1 + '[' -z 1 -o docker-inspect.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-inspect.1.md -o ../man1/docker-inspect.1 + for FILE in '*.md' ++ basename docker-kill.1.md + base=docker-kill.1.md + name=docker-kill.1 + num=1 + '[' -z 1 -o docker-kill.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-kill.1.md -o ../man1/docker-kill.1 + for FILE in '*.md' ++ basename docker-load.1.md + base=docker-load.1.md + name=docker-load.1 + num=1 + '[' -z 1 -o docker-load.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-load.1.md -o ../man1/docker-load.1 + for FILE in '*.md' ++ basename docker-login.1.md + base=docker-login.1.md + name=docker-login.1 + num=1 + '[' -z 1 -o docker-login.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-login.1.md -o ../man1/docker-login.1 + for FILE in '*.md' ++ basename docker-logs.1.md + base=docker-logs.1.md + name=docker-logs.1 + num=1 + '[' -z 1 -o docker-logs.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-logs.1.md -o ../man1/docker-logs.1 + for FILE in '*.md' ++ basename docker-port.1.md + base=docker-port.1.md + name=docker-port.1 + num=1 + '[' -z 1 -o docker-port.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-port.1.md -o ../man1/docker-port.1 + for FILE in '*.md' ++ basename docker-ps.1.md + base=docker-ps.1.md + name=docker-ps.1 + num=1 + '[' -z 1 -o docker-ps.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-ps.1.md -o ../man1/docker-ps.1 + for FILE in '*.md' ++ basename docker-pull.1.md + base=docker-pull.1.md + name=docker-pull.1 + num=1 + '[' -z 1 -o docker-pull.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-pull.1.md -o ../man1/docker-pull.1 + for FILE in '*.md' ++ basename docker-push.1.md + base=docker-push.1.md + name=docker-push.1 + num=1 + '[' -z 1 -o docker-push.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-push.1.md -o ../man1/docker-push.1 + for FILE in '*.md' ++ basename docker-restart.1.md + base=docker-restart.1.md + name=docker-restart.1 + num=1 + '[' -z 1 -o docker-restart.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-restart.1.md -o ../man1/docker-restart.1 + for FILE in '*.md' ++ basename docker-rm.1.md + base=docker-rm.1.md + name=docker-rm.1 + num=1 + '[' -z 1 -o docker-rm.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-rm.1.md -o ../man1/docker-rm.1 + for FILE in '*.md' ++ basename docker-rmi.1.md + base=docker-rmi.1.md + name=docker-rmi.1 + num=1 + '[' -z 1 -o docker-rmi.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-rmi.1.md -o ../man1/docker-rmi.1 + for FILE in '*.md' ++ basename docker-run.1.md + base=docker-run.1.md + name=docker-run.1 + num=1 + '[' -z 1 -o docker-run.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-run.1.md -o ../man1/docker-run.1 + for FILE in '*.md' ++ basename docker-save.1.md + base=docker-save.1.md + name=docker-save.1 + num=1 + '[' -z 1 -o docker-save.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-save.1.md -o ../man1/docker-save.1 + for FILE in '*.md' ++ basename docker-search.1.md + base=docker-search.1.md + name=docker-search.1 + num=1 + '[' -z 1 -o docker-search.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-search.1.md -o ../man1/docker-search.1 + for FILE in '*.md' ++ basename docker-start.1.md + base=docker-start.1.md + name=docker-start.1 + num=1 + '[' -z 1 -o docker-start.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-start.1.md -o ../man1/docker-start.1 + for FILE in '*.md' ++ basename docker-stop.1.md + base=docker-stop.1.md + name=docker-stop.1 + num=1 + '[' -z 1 -o docker-stop.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-stop.1.md -o ../man1/docker-stop.1 + for FILE in '*.md' ++ basename docker-tag.1.md + base=docker-tag.1.md + name=docker-tag.1 + num=1 + '[' -z 1 -o docker-tag.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-tag.1.md -o ../man1/docker-tag.1 + for FILE in '*.md' ++ basename docker-top.1.md + base=docker-top.1.md + name=docker-top.1 + num=1 + '[' -z 1 -o docker-top.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-top.1.md -o ../man1/docker-top.1 + for FILE in '*.md' ++ basename docker-wait.1.md + base=docker-wait.1.md + name=docker-wait.1 + num=1 + '[' -z 1 -o docker-wait.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker-wait.1.md -o ../man1/docker-wait.1 + for FILE in '*.md' ++ basename docker.1.md + base=docker.1.md + name=docker.1 + num=1 + '[' -z 1 -o docker.1.md = 1 ']' + mkdir -p ../man1 + pandoc -s -t man docker.1.md -o ../man1/docker.1 + 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.giqMWd + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64 ++ dirname /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64 + cd docker-1.0.0 + install -d /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/bin + install -p -m 755 bundles/1.0.0/dynbinary/docker-1.0.0 /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/bin/docker + install -d /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/libexec/docker + install -p -m 755 bundles/1.0.0/dynbinary/dockerinit-1.0.0 /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/libexec/docker/dockerinit + install -d /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/man/man1 + install -p -m 644 contrib/man/man1/docker-attach.1 contrib/man/man1/docker-build.1 contrib/man/man1/docker-commit.1 contrib/man/man1/docker-cp.1 contrib/man/man1/docker-diff.1 contrib/man/man1/docker-events.1 contrib/man/man1/docker-export.1 contrib/man/man1/docker-history.1 contrib/man/man1/docker-images.1 contrib/man/man1/docker-import.1 contrib/man/man1/docker-info.1 contrib/man/man1/docker-inspect.1 contrib/man/man1/docker-kill.1 contrib/man/man1/docker-load.1 contrib/man/man1/docker-login.1 contrib/man/man1/docker-logs.1 contrib/man/man1/docker-port.1 contrib/man/man1/docker-ps.1 contrib/man/man1/docker-pull.1 contrib/man/man1/docker-push.1 contrib/man/man1/docker-restart.1 contrib/man/man1/docker-rm.1 contrib/man/man1/docker-rmi.1 contrib/man/man1/docker-run.1 contrib/man/man1/docker-save.1 contrib/man/man1/docker-search.1 contrib/man/man1/docker-start.1 contrib/man/man1/docker-stop.1 contrib/man/man1/docker-tag.1 contrib/man/man1/docker-top.1 contrib/man/man1/docker-wait.1 contrib/man/man1/docker.1 /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/man/man1 + install -d /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/man/man5 + install -p -m 644 contrib/man/man5/Dockerfile.5 /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/man/man5 + install -d /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/etc/bash_completion.d + install -p -m 644 contrib/completion/bash/docker /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/etc/bash_completion.d/docker.bash + install -d /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/zsh/site-functions + install -p -m 644 contrib/completion/zsh/_docker /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/zsh/site-functions + install -d /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/vim/vimfiles/doc /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/vim/vimfiles/ftdetect /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/vim/vimfiles/syntax + install -p -m 644 contrib/syntax/vim/doc/dockerfile.txt /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/vim/vimfiles/doc + install -p -m 644 contrib/syntax/vim/ftdetect/dockerfile.vim /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/vim/vimfiles/ftdetect + install -p -m 644 contrib/syntax/vim/syntax/dockerfile.vim /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/vim/vimfiles/syntax + install -d /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/etc/udev/rules.d + install -p -m 755 contrib/udev/80-docker.rules /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/etc/udev/rules.d + install -d -m 700 /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/var/lib/docker + install -d /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/lib/systemd/system + install -p -m 644 /builddir/build/SOURCES/docker.service /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/lib/systemd/system + install -p -m 644 /builddir/build/SOURCES/docker.socket /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/lib/systemd/system + install -d /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/etc/sysconfig/ + install -p -m 644 /builddir/build/SOURCES/docker.sysconfig /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/etc/sysconfig/docker + install -d -p /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav api /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'api' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api' 'api/api_unit_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/api_unit_test.go' 'api/common.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/common.go' 'api/client' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/client' 'api/client/cli.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/client/cli.go' 'api/client/hijack.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/client/hijack.go' 'api/client/utils.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/client/utils.go' 'api/client/commands.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/client/commands.go' 'api/README.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/README.md' 'api/server' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/server' 'api/server/server_unit_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/server/server_unit_test.go' 'api/server/server.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/server/server.go' 'api/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/api/MAINTAINERS' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav archive /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'archive' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive' 'archive/time_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/time_linux.go' 'archive/changes.goupstream-patched-archive-tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/changes.goupstream-patched-archive-tar' 'archive/time_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/time_unsupported.go' 'archive/diff.goupstream-patched-archive-tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/diff.goupstream-patched-archive-tar' 'archive/wrap.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/wrap.go' 'archive/diff.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/diff.go' 'archive/README.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/README.md' 'archive/testdata' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/testdata' 'archive/testdata/broken.tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/testdata/broken.tar' 'archive/archive_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/archive_test.go' 'archive/archive.goupstream-patched-archive-tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/archive.goupstream-patched-archive-tar' 'archive/archive.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/archive.go' 'archive/archive_test.goupstream-patched-archive-tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/archive_test.goupstream-patched-archive-tar' 'archive/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/MAINTAINERS' 'archive/changes_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/changes_test.go' 'archive/wrap.goupstream-patched-archive-tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/wrap.goupstream-patched-archive-tar' 'archive/changes.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/archive/changes.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav builtins /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'builtins' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/builtins' 'builtins/builtins.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/builtins/builtins.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav daemon /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'daemon' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon' 'daemon/daemon_no_aufs.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/daemon_no_aufs.go' 'daemon/daemon_aufs.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/daemon_aufs.go' 'daemon/utils_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/utils_test.go' 'daemon/daemon_devicemapper.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/daemon_devicemapper.go' 'daemon/attach.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/attach.go' 'daemon/state.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/state.go' 'daemon/network_settings.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/network_settings.go' 'daemon/README.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/README.md' 'daemon/graphdriver' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver' 'daemon/graphdriver/devmapper' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper' 'daemon/graphdriver/devmapper/devmapper.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/devmapper.go' 'daemon/graphdriver/devmapper/driver.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/driver.go' 'daemon/graphdriver/devmapper/ioctl.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/ioctl.go' 'daemon/graphdriver/devmapper/README.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/README.md' 'daemon/graphdriver/devmapper/devmapper_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/devmapper_test.go' 'daemon/graphdriver/devmapper/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/MAINTAINERS' 'daemon/graphdriver/devmapper/devmapper_doc.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/devmapper_doc.go' 'daemon/graphdriver/devmapper/mount.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/mount.go' 'daemon/graphdriver/devmapper/deviceset.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/deviceset.go' 'daemon/graphdriver/devmapper/attach_loopback.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/attach_loopback.go' 'daemon/graphdriver/devmapper/devmapper_log.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/devmapper_log.go' 'daemon/graphdriver/devmapper/devmapper_wrapper.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/devmapper/devmapper_wrapper.go' 'daemon/graphdriver/driver.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/driver.go' 'daemon/graphdriver/vfs' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/vfs' 'daemon/graphdriver/vfs/driver.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/vfs/driver.go' 'daemon/graphdriver/vfs/vfs_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/vfs/vfs_test.go' 'daemon/graphdriver/graphtest' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/graphtest' 'daemon/graphdriver/graphtest/graphtest.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/graphtest/graphtest.go' 'daemon/graphdriver/btrfs' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/btrfs' 'daemon/graphdriver/btrfs/dummy_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/btrfs/dummy_unsupported.go' 'daemon/graphdriver/btrfs/btrfs.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/btrfs/btrfs.go' 'daemon/graphdriver/btrfs/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/btrfs/MAINTAINERS' 'daemon/graphdriver/btrfs/btrfs_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/btrfs/btrfs_test.go' 'daemon/graphdriver/aufs' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/aufs' 'daemon/graphdriver/aufs/aufs.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/aufs/aufs.go' 'daemon/graphdriver/aufs/mount_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/aufs/mount_unsupported.go' 'daemon/graphdriver/aufs/dirs.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/aufs/dirs.go' 'daemon/graphdriver/aufs/aufs_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/aufs/aufs_test.go' 'daemon/graphdriver/aufs/mount.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/aufs/mount.go' 'daemon/graphdriver/aufs/mount_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/aufs/mount_linux.go' 'daemon/graphdriver/aufs/migrate.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/graphdriver/aufs/migrate.go' 'daemon/history.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/history.go' 'daemon/utils.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/utils.go' 'daemon/inspect.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/inspect.go' 'daemon/execdriver' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver' 'daemon/execdriver/driver.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/driver.go' 'daemon/execdriver/termconsole.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/termconsole.go' 'daemon/execdriver/native' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/native' 'daemon/execdriver/native/driver.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/native/driver.go' 'daemon/execdriver/native/term.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/native/term.go' 'daemon/execdriver/native/info.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/native/info.go' 'daemon/execdriver/native/create.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/native/create.go' 'daemon/execdriver/native/template' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/native/template' 'daemon/execdriver/native/template/default_template.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/native/template/default_template.go' 'daemon/execdriver/native/configuration' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/native/configuration' 'daemon/execdriver/native/configuration/parse_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/native/configuration/parse_test.go' 'daemon/execdriver/native/configuration/parse.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/native/configuration/parse.go' 'daemon/execdriver/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/MAINTAINERS' 'daemon/execdriver/lxc' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/lxc' 'daemon/execdriver/lxc/driver.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/lxc/driver.go' 'daemon/execdriver/lxc/lxc_template.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/lxc/lxc_template.go' 'daemon/execdriver/lxc/lxc_init_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/lxc/lxc_init_unsupported.go' 'daemon/execdriver/lxc/lxc_init_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/lxc/lxc_init_linux.go' 'daemon/execdriver/lxc/info.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/lxc/info.go' 'daemon/execdriver/lxc/init.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/lxc/init.go' 'daemon/execdriver/lxc/info_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/lxc/info_test.go' 'daemon/execdriver/lxc/lxc_template_unit_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/lxc/lxc_template_unit_test.go' 'daemon/execdriver/pipes.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/pipes.go' 'daemon/execdriver/execdrivers' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/execdrivers' 'daemon/execdriver/execdrivers/execdrivers.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/execdriver/execdrivers/execdrivers.go' 'daemon/daemon.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/daemon.go' 'daemon/container_unit_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/container_unit_test.go' 'daemon/networkdriver' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver' 'daemon/networkdriver/network_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/network_test.go' 'daemon/networkdriver/network.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/network.go' 'daemon/networkdriver/ipallocator' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/ipallocator' 'daemon/networkdriver/ipallocator/allocator.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/ipallocator/allocator.go' 'daemon/networkdriver/ipallocator/allocator_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/ipallocator/allocator_test.go' 'daemon/networkdriver/utils.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/utils.go' 'daemon/networkdriver/bridge' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/bridge' 'daemon/networkdriver/bridge/driver.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/bridge/driver.go' 'daemon/networkdriver/portmapper' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/portmapper' 'daemon/networkdriver/portmapper/mapper.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/portmapper/mapper.go' 'daemon/networkdriver/portmapper/mapper_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/portmapper/mapper_test.go' 'daemon/networkdriver/portallocator' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/portallocator' 'daemon/networkdriver/portallocator/portallocator.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/portallocator/portallocator.go' 'daemon/networkdriver/portallocator/portallocator_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/networkdriver/portallocator/portallocator_test.go' 'daemon/container.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/container.go' 'daemon/server.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/server.go' 'daemon/volumes.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/volumes.go' 'daemon/daemon_btrfs.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemon/daemon_btrfs.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav daemonconfig /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'daemonconfig' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemonconfig' 'daemonconfig/README.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemonconfig/README.md' 'daemonconfig/config.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/daemonconfig/config.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav dockerversion /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'dockerversion' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/dockerversion' 'dockerversion/dockerversion.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/dockerversion/dockerversion.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav engine /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'engine' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine' 'engine/table_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/table_test.go' 'engine/spawn' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/spawn' 'engine/spawn/subengine' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/spawn/subengine' 'engine/spawn/subengine/main.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/spawn/subengine/main.go' 'engine/spawn/spawn.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/spawn/spawn.go' 'engine/remote_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/remote_test.go' 'engine/streams.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/streams.go' 'engine/env_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/env_test.go' 'engine/table.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/table.go' 'engine/helpers_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/helpers_test.go' 'engine/hack.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/hack.go' 'engine/engine.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/engine.go' 'engine/streams_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/streams_test.go' 'engine/remote.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/remote.go' 'engine/env.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/env.go' 'engine/job_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/job_test.go' 'engine/http.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/http.go' 'engine/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/MAINTAINERS' 'engine/job.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/job.go' 'engine/rengine' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/rengine' 'engine/rengine/main.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/rengine/main.go' 'engine/engine_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/engine/engine_test.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav graph /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'graph' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/graph' 'graph/tags_unit_test.goupstream-patched-archive-tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/graph/tags_unit_test.goupstream-patched-archive-tar' 'graph/tags_unit_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/graph/tags_unit_test.go' 'graph/service.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/graph/service.go' 'graph/tags.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/graph/tags.go' 'graph/graph.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/graph/graph.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav image /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'image' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/image' 'image/image.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/image/image.go' 'image/graph.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/image/graph.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav links /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'links' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/links' 'links/links.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/links/links.go' 'links/links_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/links/links_test.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav nat /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'nat' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/nat' 'nat/nat.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/nat/nat.go' 'nat/sort.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/nat/sort.go' 'nat/sort_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/nat/sort_test.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav opts /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'opts' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/opts' 'opts/opts.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/opts/opts.go' 'opts/opts_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/opts/opts_test.go' 'opts/envfile.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/opts/envfile.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav pkg /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'pkg' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg' 'pkg/user' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/user' 'pkg/user/user.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/user/user.go' 'pkg/user/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/user/MAINTAINERS' 'pkg/user/user_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/user/user_test.go' 'pkg/version' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/version' 'pkg/version/version_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/version/version_test.go' 'pkg/version/version.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/version/version.go' 'pkg/dockerscript' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/dockerscript' 'pkg/dockerscript/dockerscript.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/dockerscript/dockerscript.go' 'pkg/dockerscript/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/dockerscript/MAINTAINERS' 'pkg/dockerscript/scanner' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/dockerscript/scanner' 'pkg/dockerscript/scanner/scanner.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/dockerscript/scanner/scanner.go' 'pkg/dockerscript/scanner/extra.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/dockerscript/scanner/extra.go' 'pkg/units' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/units' 'pkg/units/size_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/units/size_test.go' 'pkg/units/size.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/units/size.go' 'pkg/units/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/units/MAINTAINERS' 'pkg/units/duration.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/units/duration.go' 'pkg/mflag' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mflag' 'pkg/mflag/example' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mflag/example' 'pkg/mflag/example/example.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mflag/example/example.go' 'pkg/mflag/flag.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mflag/flag.go' 'pkg/mflag/flag_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mflag/flag_test.go' 'pkg/mflag/README.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mflag/README.md' 'pkg/mflag/LICENSE' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mflag/LICENSE' 'pkg/mflag/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mflag/MAINTAINERS' 'pkg/iptables' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/iptables' 'pkg/iptables/iptables.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/iptables/iptables.go' 'pkg/iptables/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/iptables/MAINTAINERS' 'pkg/README.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/README.md' 'pkg/mount' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mount' 'pkg/mount/flags_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mount/flags_unsupported.go' 'pkg/mount/flags_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mount/flags_linux.go' 'pkg/mount/mounter_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mount/mounter_linux.go' 'pkg/mount/mount_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mount/mount_test.go' 'pkg/mount/mountinfo.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mount/mountinfo.go' 'pkg/mount/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mount/MAINTAINERS' 'pkg/mount/mount.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mount/mount.go' 'pkg/mount/mounter_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mount/mounter_unsupported.go' 'pkg/mount/mountinfo_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/mount/mountinfo_test.go' 'pkg/term' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/term' 'pkg/term/termios_darwin.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/term/termios_darwin.go' 'pkg/term/term.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/term/term.go' 'pkg/term/termios_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/term/termios_linux.go' 'pkg/term/termios_freebsd.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/term/termios_freebsd.go' 'pkg/term/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/term/MAINTAINERS' 'pkg/libcontainer' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer' 'pkg/libcontainer/container_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/container_test.go' 'pkg/libcontainer/types_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/types_linux.go' 'pkg/libcontainer/container.json' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/container.json' 'pkg/libcontainer/nsinit' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/nsinit' 'pkg/libcontainer/nsinit/nsenter.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/nsinit/nsenter.go' 'pkg/libcontainer/nsinit/main.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/nsinit/main.go' 'pkg/libcontainer/nsinit/stats.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/nsinit/stats.go' 'pkg/libcontainer/nsinit/init.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/nsinit/init.go' 'pkg/libcontainer/nsinit/spec.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/nsinit/spec.go' 'pkg/libcontainer/nsinit/utils.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/nsinit/utils.go' 'pkg/libcontainer/nsinit/exec.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/nsinit/exec.go' 'pkg/libcontainer/console' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/console' 'pkg/libcontainer/console/console.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/console/console.go' 'pkg/libcontainer/README.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/README.md' 'pkg/libcontainer/types_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/types_test.go' 'pkg/libcontainer/mount' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/mount' 'pkg/libcontainer/mount/remount.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/mount/remount.go' 'pkg/libcontainer/mount/ptmx.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/mount/ptmx.go' 'pkg/libcontainer/mount/nodes' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/mount/nodes' 'pkg/libcontainer/mount/nodes/nodes_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/mount/nodes/nodes_unsupported.go' 'pkg/libcontainer/mount/nodes/nodes.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/mount/nodes/nodes.go' 'pkg/libcontainer/mount/readonly.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/mount/readonly.go' 'pkg/libcontainer/mount/init.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/mount/init.go' 'pkg/libcontainer/mount/msmoveroot.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/mount/msmoveroot.go' 'pkg/libcontainer/mount/pivotroot.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/mount/pivotroot.go' 'pkg/libcontainer/types.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/types.go' 'pkg/libcontainer/devices' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/devices' 'pkg/libcontainer/devices/number.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/devices/number.go' 'pkg/libcontainer/devices/defaults.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/devices/defaults.go' 'pkg/libcontainer/devices/devices.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/devices/devices.go' 'pkg/libcontainer/utils' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/utils' 'pkg/libcontainer/utils/utils.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/utils/utils.go' 'pkg/libcontainer/security' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/security' 'pkg/libcontainer/security/capabilities' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/security/capabilities' 'pkg/libcontainer/security/capabilities/capabilities.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/security/capabilities/capabilities.go' 'pkg/libcontainer/security/restrict' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/security/restrict' 'pkg/libcontainer/security/restrict/unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/security/restrict/unsupported.go' 'pkg/libcontainer/security/restrict/restrict.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/security/restrict/restrict.go' 'pkg/libcontainer/TODO.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/TODO.md' 'pkg/libcontainer/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/MAINTAINERS' 'pkg/libcontainer/network' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/network' 'pkg/libcontainer/network/strategy.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/network/strategy.go' 'pkg/libcontainer/network/veth.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/network/veth.go' 'pkg/libcontainer/network/netns.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/network/netns.go' 'pkg/libcontainer/network/network.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/network/network.go' 'pkg/libcontainer/network/loopback.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/network/loopback.go' 'pkg/libcontainer/container.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/container.go' 'pkg/libcontainer/cgroups' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups' 'pkg/libcontainer/cgroups/cgroups.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/cgroups.go' 'pkg/libcontainer/cgroups/cgroups_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/cgroups_test.go' 'pkg/libcontainer/cgroups/stats.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/stats.go' 'pkg/libcontainer/cgroups/utils.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/utils.go' 'pkg/libcontainer/cgroups/fs' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs' 'pkg/libcontainer/cgroups/fs/cpuset.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/cpuset.go' 'pkg/libcontainer/cgroups/fs/utils_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/utils_test.go' 'pkg/libcontainer/cgroups/fs/memory_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/memory_test.go' 'pkg/libcontainer/cgroups/fs/cpuacct.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/cpuacct.go' 'pkg/libcontainer/cgroups/fs/perf_event.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/perf_event.go' 'pkg/libcontainer/cgroups/fs/blkio_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/blkio_test.go' 'pkg/libcontainer/cgroups/fs/cpu_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/cpu_test.go' 'pkg/libcontainer/cgroups/fs/apply_raw.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/apply_raw.go' 'pkg/libcontainer/cgroups/fs/freezer.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/freezer.go' 'pkg/libcontainer/cgroups/fs/blkio.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/blkio.go' 'pkg/libcontainer/cgroups/fs/utils.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/utils.go' 'pkg/libcontainer/cgroups/fs/stats_test_util.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/stats_test_util.go' 'pkg/libcontainer/cgroups/fs/cpu.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/cpu.go' 'pkg/libcontainer/cgroups/fs/test_util.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/test_util.go' 'pkg/libcontainer/cgroups/fs/devices.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/devices.go' 'pkg/libcontainer/cgroups/fs/memory.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/fs/memory.go' 'pkg/libcontainer/cgroups/systemd' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/systemd' 'pkg/libcontainer/cgroups/systemd/apply_systemd.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/systemd/apply_systemd.go' 'pkg/libcontainer/cgroups/systemd/apply_nosystemd.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/cgroups/systemd/apply_nosystemd.go' 'pkg/libcontainer/namespaces' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces' 'pkg/libcontainer/namespaces/execin.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/execin.go' 'pkg/libcontainer/namespaces/tty_term.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/tty_term.go' 'pkg/libcontainer/namespaces/term.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/term.go' 'pkg/libcontainer/namespaces/nsenter.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/nsenter.go' 'pkg/libcontainer/namespaces/create.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/create.go' 'pkg/libcontainer/namespaces/init.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/init.go' 'pkg/libcontainer/namespaces/unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/unsupported.go' 'pkg/libcontainer/namespaces/exec.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/exec.go' 'pkg/libcontainer/namespaces/pid.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/pid.go' 'pkg/libcontainer/namespaces/init.gofinalize-namespace' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/init.gofinalize-namespace' 'pkg/libcontainer/namespaces/sync_pipe.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/sync_pipe.go' 'pkg/libcontainer/namespaces/std_term.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/libcontainer/namespaces/std_term.go' 'pkg/listenbuffer' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/listenbuffer' 'pkg/listenbuffer/buffer.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/listenbuffer/buffer.go' 'pkg/proxy' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/proxy' 'pkg/proxy/tcp_proxy.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/proxy/tcp_proxy.go' 'pkg/proxy/udp_proxy.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/proxy/udp_proxy.go' 'pkg/proxy/stub_proxy.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/proxy/stub_proxy.go' 'pkg/proxy/network_proxy_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/proxy/network_proxy_test.go' 'pkg/proxy/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/proxy/MAINTAINERS' 'pkg/proxy/proxy.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/proxy/proxy.go' 'pkg/beam' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam' 'pkg/beam/examples' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples' 'pkg/beam/examples/beamsh' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh' 'pkg/beam/examples/beamsh/beamsh.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/beamsh.go' 'pkg/beam/examples/beamsh/beamsh' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/beamsh' 'pkg/beam/examples/beamsh/scripts' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts' 'pkg/beam/examples/beamsh/scripts/bug2.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/bug2.ds' 'pkg/beam/examples/beamsh/scripts/bug1.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/bug1.ds' 'pkg/beam/examples/beamsh/scripts/bug6.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/bug6.ds' 'pkg/beam/examples/beamsh/scripts/bug4.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/bug4.ds' 'pkg/beam/examples/beamsh/scripts/miniserver.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/miniserver.ds' 'pkg/beam/examples/beamsh/scripts/helloworld.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/helloworld.ds' 'pkg/beam/examples/beamsh/scripts/demo1.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/demo1.ds' 'pkg/beam/examples/beamsh/scripts/bug7.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/bug7.ds' 'pkg/beam/examples/beamsh/scripts/bug0.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/bug0.ds' 'pkg/beam/examples/beamsh/scripts/bug5.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/bug5.ds' 'pkg/beam/examples/beamsh/scripts/bug3.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/bug3.ds' 'pkg/beam/examples/beamsh/scripts/logdemo.ds' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/scripts/logdemo.ds' 'pkg/beam/examples/beamsh/builtins.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/examples/beamsh/builtins.go' 'pkg/beam/service.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/service.go' 'pkg/beam/beam.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/beam.go' 'pkg/beam/data' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/data' 'pkg/beam/data/message.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/data/message.go' 'pkg/beam/data/data.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/data/data.go' 'pkg/beam/data/netstring.txt' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/data/netstring.txt' 'pkg/beam/data/data_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/data/data_test.go' 'pkg/beam/data/message_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/data/message_test.go' 'pkg/beam/router_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/router_test.go' 'pkg/beam/unix_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/unix_test.go' 'pkg/beam/unix.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/unix.go' 'pkg/beam/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/MAINTAINERS' 'pkg/beam/router.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/router.go' 'pkg/beam/beam_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/beam/beam_test.go' 'pkg/selinux' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/selinux' 'pkg/selinux/selinux_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/selinux/selinux_test.go' 'pkg/selinux/selinux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/selinux/selinux.go' 'pkg/system' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system' 'pkg/system/sysconfig_nocgo.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/sysconfig_nocgo.go' 'pkg/system/xattrs_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/xattrs_unsupported.go' 'pkg/system/stat_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/stat_unsupported.go' 'pkg/system/utimes_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/utimes_linux.go' 'pkg/system/xattrs_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/xattrs_linux.go' 'pkg/system/stat_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/stat_linux.go' 'pkg/system/fds_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/fds_linux.go' 'pkg/system/utimes_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/utimes_test.go' 'pkg/system/setns_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/setns_linux.go' 'pkg/system/utimes_freebsd.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/utimes_freebsd.go' 'pkg/system/utimes_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/utimes_unsupported.go' 'pkg/system/unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/unsupported.go' 'pkg/system/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/MAINTAINERS' 'pkg/system/errors.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/errors.go' 'pkg/system/pty_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/pty_linux.go' 'pkg/system/calls_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/calls_linux.go' 'pkg/system/sysconfig.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/sysconfig.go' 'pkg/system/proc.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/proc.go' 'pkg/system/fds_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/system/fds_unsupported.go' 'pkg/signal' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/signal' 'pkg/signal/signal_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/signal/signal_unsupported.go' 'pkg/signal/signal_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/signal/signal_linux.go' 'pkg/signal/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/signal/MAINTAINERS' 'pkg/signal/signal_darwin.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/signal/signal_darwin.go' 'pkg/signal/signal_freebsd.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/signal/signal_freebsd.go' 'pkg/signal/signal.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/signal/signal.go' 'pkg/namesgenerator' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/namesgenerator' 'pkg/namesgenerator/names-generator.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/namesgenerator/names-generator.go' 'pkg/namesgenerator/names-generator_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/namesgenerator/names-generator_test.go' 'pkg/testutils' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/testutils' 'pkg/testutils/README.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/testutils/README.md' 'pkg/testutils/testutils.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/testutils/testutils.go' 'pkg/testutils/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/testutils/MAINTAINERS' 'pkg/graphdb' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/graphdb' 'pkg/graphdb/graphdb.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/graphdb/graphdb.go' 'pkg/graphdb/graphdb_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/graphdb/graphdb_test.go' 'pkg/graphdb/conn_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/graphdb/conn_unsupported.go' 'pkg/graphdb/sort.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/graphdb/sort.go' 'pkg/graphdb/conn_sqlite3.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/graphdb/conn_sqlite3.go' 'pkg/graphdb/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/graphdb/MAINTAINERS' 'pkg/graphdb/utils.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/graphdb/utils.go' 'pkg/graphdb/sort_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/graphdb/sort_test.go' 'pkg/label' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/label' 'pkg/label/label.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/label/label.go' 'pkg/label/label_selinux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/label/label_selinux.go' 'pkg/symlink' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink' 'pkg/symlink/testdata' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/testdata' 'pkg/symlink/testdata/fs' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/testdata/fs' 'pkg/symlink/testdata/fs/a' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/testdata/fs/a' 'pkg/symlink/testdata/fs/a/f' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/testdata/fs/a/f' 'pkg/symlink/testdata/fs/a/d' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/testdata/fs/a/d' 'pkg/symlink/testdata/fs/a/e' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/testdata/fs/a/e' 'pkg/symlink/testdata/fs/i' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/testdata/fs/i' 'pkg/symlink/testdata/fs/g' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/testdata/fs/g' 'pkg/symlink/testdata/fs/b' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/testdata/fs/b' 'pkg/symlink/testdata/fs/b/h' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/testdata/fs/b/h' 'pkg/symlink/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/MAINTAINERS' 'pkg/symlink/fs_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/fs_test.go' 'pkg/symlink/fs.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/symlink/fs.go' 'pkg/netlink' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/netlink' 'pkg/netlink/netlink_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/netlink/netlink_linux.go' 'pkg/netlink/netlink_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/netlink/netlink_unsupported.go' 'pkg/netlink/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/netlink/MAINTAINERS' 'pkg/netlink/netlink.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/netlink/netlink.go' 'pkg/apparmor' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/apparmor' 'pkg/apparmor/setup.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/apparmor/setup.go' 'pkg/apparmor/gen.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/apparmor/gen.go' 'pkg/apparmor/apparmor_disabled.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/apparmor/apparmor_disabled.go' 'pkg/apparmor/apparmor.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/apparmor/apparmor.go' 'pkg/sysinfo' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/sysinfo' 'pkg/sysinfo/sysinfo.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/sysinfo/sysinfo.go' 'pkg/sysinfo/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/sysinfo/MAINTAINERS' 'pkg/networkfs' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/networkfs' 'pkg/networkfs/etchosts' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/networkfs/etchosts' 'pkg/networkfs/etchosts/etchosts_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/networkfs/etchosts/etchosts_test.go' 'pkg/networkfs/etchosts/etchosts.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/networkfs/etchosts/etchosts.go' 'pkg/networkfs/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/networkfs/MAINTAINERS' 'pkg/networkfs/resolvconf' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/networkfs/resolvconf' 'pkg/networkfs/resolvconf/resolvconf.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/networkfs/resolvconf/resolvconf.go' 'pkg/networkfs/resolvconf/resolvconf_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/networkfs/resolvconf/resolvconf_test.go' 'pkg/systemd' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/systemd' 'pkg/systemd/sd_notify.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/systemd/sd_notify.go' 'pkg/systemd/listendfd.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/systemd/listendfd.go' 'pkg/systemd/booted.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/systemd/booted.go' 'pkg/systemd/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/pkg/systemd/MAINTAINERS' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav registry /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'registry' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/registry' 'registry/auth.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/registry/auth.go' 'registry/registry_mock_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/registry/registry_mock_test.go' 'registry/service.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/registry/service.go' 'registry/registry.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/registry/registry.go' 'registry/auth_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/registry/auth_test.go' 'registry/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/registry/MAINTAINERS' 'registry/registry_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/registry/registry_test.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav runconfig /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'runconfig' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/runconfig' 'runconfig/config_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/runconfig/config_test.go' 'runconfig/hostconfig.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/runconfig/hostconfig.go' 'runconfig/merge.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/runconfig/merge.go' 'runconfig/parse_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/runconfig/parse_test.go' 'runconfig/compare.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/runconfig/compare.go' 'runconfig/parse.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/runconfig/parse.go' 'runconfig/config.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/runconfig/config.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav server /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'server' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/server' 'server/buildfile.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/server/buildfile.go' 'server/MAINTAINERS' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/server/MAINTAINERS' 'server/server_unit_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/server/server_unit_test.go' 'server/server.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/server/server.go' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav sysinit /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'sysinit' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/sysinit' 'sysinit/sysinit.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/sysinit/sysinit.go' 'sysinit/README.md' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/sysinit/README.md' + for dir in api archive builtins daemon daemonconfig dockerversion engine graph image links nat opts pkg registry runconfig server sysinit utils + cp -pav utils /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/ 'utils' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils' 'utils/timeoutconn.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/timeoutconn.go' 'utils/checksum.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/checksum.go' 'utils/random.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/random.go' 'utils/jsonmessage.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/jsonmessage.go' 'utils/utils_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/utils_test.go' 'utils/filters' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/filters' 'utils/filters/parse_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/filters/parse_test.go' 'utils/filters/parse.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/filters/parse.go' 'utils/streamformatter.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/streamformatter.go' 'utils/resumablerequestreader.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/resumablerequestreader.go' 'utils/testdata' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/testdata' 'utils/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158' 'utils/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/layer.tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/layer.tar' 'utils/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/json' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/testdata/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/json' 'utils/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457' 'utils/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/layer.tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/layer.tar' 'utils/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/json' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/json' 'utils/tarsum_test.goupstream-patched-archive-tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/tarsum_test.goupstream-patched-archive-tar' 'utils/tarsum.goupstream-patched-archive-tar' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/tarsum.goupstream-patched-archive-tar' 'utils/tarsum_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/tarsum_test.go' 'utils/tarsum.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/tarsum.go' 'utils/stdcopy.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/stdcopy.go' 'utils/streamformatter_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/streamformatter_test.go' 'utils/http.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/http.go' 'utils/utils.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/utils.go' 'utils/uname_unsupported.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/uname_unsupported.go' 'utils/uname_linux.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/uname_linux.go' 'utils/daemon.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/daemon.go' 'utils/progressreader.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/progressreader.go' 'utils/jsonmessage_test.go' -> '/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64//usr/share/gocode/src/github.com/dotcloud/docker/utils/jsonmessage_test.go' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress Processing files: docker-io-1.0.0-9.fc20.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BgFP8P + umask 022 + cd /builddir/build/BUILD + cd docker-1.0.0 + DOCDIR=/builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + cp -pr AUTHORS /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + cp -pr FIXME /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + cp -pr LICENSE /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + cp -pr MAINTAINERS /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + cp -pr NOTICE /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + cp -pr README.md /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + cp -pr LICENSE-vim-syntax /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + cp -pr README-vim-syntax.md /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64/usr/share/doc/docker-io + exit 0 Provides: config(docker-io) = 1.0.0-9.fc20 docker docker-io = 1.0.0-9.fc20 docker-io(x86-64) = 1.0.0-9.fc20 lxc-docker = 1.0.0 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.14)(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) Processing files: docker-io-devel-1.0.0-9.fc20.x86_64 Provides: docker-io-devel = 1.0.0-9.fc20 docker-io-devel(x86-64) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/api) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/api/client) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/api/server) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/archive) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/builtins) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/contrib) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/contrib/docker-device-tool) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/contrib/host-integration) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/execdriver) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/execdriver/execdrivers) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/execdriver/lxc) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/execdriver/native) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/execdriver/native/configuration) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/execdriver/native/template) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/graphdriver) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/graphdriver/aufs) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/graphdriver/btrfs) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/graphdriver/devmapper) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/graphdriver/graphtest) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/graphdriver/vfs) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/networkdriver) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/networkdriver/bridge) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/networkdriver/ipallocator) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/networkdriver/portallocator) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemon/networkdriver/portmapper) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/daemonconfig) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/dockerversion) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/engine) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/graph) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/image) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/integration) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/integration-cli) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/links) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/nat) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/opts) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/graphdb) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/iptables) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/listenbuffer) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/mflag) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/mflag/example) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/mount) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/namesgenerator) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/networkfs/etchosts) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/networkfs/resolvconf) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/proxy) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/signal) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/symlink) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/sysinfo) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/system) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/systemd) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/tailfile) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/term) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/testutils) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/truncindex) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/units) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/user) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/pkg/version) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/registry) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/runconfig) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/server) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/sysinit) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/utils) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/utils/broadcastwriter) = 1.0.0-9.fc20 golang(github.com/dotcloud/docker/utils/filters) = 1.0.0-9.fc20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/env Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64 Wrote: /builddir/build/RPMS/docker-io-1.0.0-9.fc20.x86_64.rpm Wrote: /builddir/build/RPMS/docker-io-devel-1.0.0-9.fc20.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bDeYna + umask 022 + cd /builddir/build/BUILD + cd docker-1.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/docker-io-1.0.0-9.fc20.x86_64 + exit 0 Child return code was: 0 LEAVE do -->