Your message dated Mon, 18 Jul 2016 02:55:37 +0000
with message-id <[email protected]>
and subject line Re: [pkg-go] Bug#830519: docker-swarm: FTBFS:
docker/swarm/api/flusher.go:8:2: cannot find package
"github.com/docker/docker/pkg/ioutils"
has caused the Debian Bug report #830519,
regarding docker-swarm: FTBFS: docker/swarm/api/flusher.go:8:2: cannot find
package "github.com/docker/docker/pkg/ioutils"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
830519: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830519
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: docker-swarm
Version: 1.0.1+dfsg-1
Severity: serious
Justification: fails to build from source
User: [email protected]
Usertags: ftbfs
X-Debbugs-Cc: [email protected]
Dear Maintainer,
docker-swarm fails to build from source in unstable/amd64:
[..]
DISPLAY=:0
DOCKER_IMAGE=lamby-debian-sid
DEB_BUILD_OPTIONS=parallel=9
PIP_DOWNLOAD_CACHE=/home/lamby/.cache/pip
HOME=/home/lamby
LOGNAME=lamby
SHLVL=1
PWD=/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg
OLDPWD=/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm
GPG_TTY=/dev/console
QUILT_PATCHES=debian/patches
QUILT_NO_DIFF_INDEX=1
QUILT_REFRESH_ARGS=-p ab --no-timestamps --no-index
[email protected]
DEBFULLNAME=Chris Lamb
EDITOR=vim
LESS=-cgiFx4M
BLASTER=A220 I5 D1 H5 P330 T6
_=/usr/bin/env
**************************************************************************************
** Building docker-swarm 1.0.1+dfsg-1 on amd64
**
**************************************************************************************
dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: info: source package docker-swarm
dpkg-buildpackage: info: source version 1.0.1+dfsg-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Dmitry Smirnov <[email protected]>
dpkg-source --before-build docker-swarm-1.0.1+dfsg
dpkg-buildpackage: info: host architecture amd64
fakeroot debian/rules clean
dh clean --buildsystem=golang --with=golang,systemd --builddirectory=_build
dh_testdir -O--buildsystem=golang -O--builddirectory=_build
dh_auto_clean -O--buildsystem=golang -O--builddirectory=_build
debian/rules override_dh_clean
make[1]: Entering directory
'/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg'
dh_clean
## Remove Files-Excluded (when built from checkout or non-DFSG tarball):
rm -f -rv `perl -0nE 'say $1 if
m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright`
make[1]: Leaving directory
'/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg'
debian/rules build
dh build --buildsystem=golang --with=golang,systemd --builddirectory=_build
dh_testdir -O--buildsystem=golang -O--builddirectory=_build
dh_update_autotools_config -O--buildsystem=golang -O--builddirectory=_build
debian/rules override_dh_auto_configure
make[1]: Entering directory
'/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg'
mkdir -p _build && cp -r Godeps/_workspace/src _build/
dh_auto_configure -v
mkdir -p _build
Copy main.go -> _build/src/github.com/docker/swarm/main.go
Copy version/version.go ->
_build/src/github.com/docker/swarm/version/version.go
Copy scheduler/scheduler.go ->
_build/src/github.com/docker/swarm/scheduler/scheduler.go
Copy scheduler/filter/dependency_test.go ->
_build/src/github.com/docker/swarm/scheduler/filter/dependency_test.go
Copy scheduler/filter/port_test.go ->
_build/src/github.com/docker/swarm/scheduler/filter/port_test.go
Copy scheduler/filter/health.go ->
_build/src/github.com/docker/swarm/scheduler/filter/health.go
Copy scheduler/filter/affinity.go ->
_build/src/github.com/docker/swarm/scheduler/filter/affinity.go
Copy scheduler/filter/expr.go ->
_build/src/github.com/docker/swarm/scheduler/filter/expr.go
Copy scheduler/filter/filters_test.go ->
_build/src/github.com/docker/swarm/scheduler/filter/filters_test.go
Copy scheduler/filter/filter.go ->
_build/src/github.com/docker/swarm/scheduler/filter/filter.go
Copy scheduler/filter/constraint_test.go ->
_build/src/github.com/docker/swarm/scheduler/filter/constraint_test.go
Copy scheduler/filter/expr_test.go ->
_build/src/github.com/docker/swarm/scheduler/filter/expr_test.go
Copy scheduler/filter/health_test.go ->
_build/src/github.com/docker/swarm/scheduler/filter/health_test.go
Copy scheduler/filter/constraint.go ->
_build/src/github.com/docker/swarm/scheduler/filter/constraint.go
Copy scheduler/filter/port.go ->
_build/src/github.com/docker/swarm/scheduler/filter/port.go
Copy scheduler/filter/dependency.go ->
_build/src/github.com/docker/swarm/scheduler/filter/dependency.go
Copy scheduler/filter/affinity_test.go ->
_build/src/github.com/docker/swarm/scheduler/filter/affinity_test.go
Copy scheduler/strategy/binpack_test.go ->
_build/src/github.com/docker/swarm/scheduler/strategy/binpack_test.go
Copy scheduler/strategy/weighted_node.go ->
_build/src/github.com/docker/swarm/scheduler/strategy/weighted_node.go
Copy scheduler/strategy/spread.go ->
_build/src/github.com/docker/swarm/scheduler/strategy/spread.go
Copy scheduler/strategy/spread_test.go ->
_build/src/github.com/docker/swarm/scheduler/strategy/spread_test.go
Copy scheduler/strategy/random.go ->
_build/src/github.com/docker/swarm/scheduler/strategy/random.go
Copy scheduler/strategy/binpack.go ->
_build/src/github.com/docker/swarm/scheduler/strategy/binpack.go
Copy scheduler/strategy/strategy.go ->
_build/src/github.com/docker/swarm/scheduler/strategy/strategy.go
Copy scheduler/node/node.go ->
_build/src/github.com/docker/swarm/scheduler/node/node.go
Copy cli/join.go -> _build/src/github.com/docker/swarm/cli/join.go
Copy cli/cli.go -> _build/src/github.com/docker/swarm/cli/cli.go
Copy cli/list.go -> _build/src/github.com/docker/swarm/cli/list.go
Copy cli/join_test.go ->
_build/src/github.com/docker/swarm/cli/join_test.go
Copy cli/create.go -> _build/src/github.com/docker/swarm/cli/create.go
Copy cli/flags.go -> _build/src/github.com/docker/swarm/cli/flags.go
Copy cli/commands.go ->
_build/src/github.com/docker/swarm/cli/commands.go
Copy cli/manage.go -> _build/src/github.com/docker/swarm/cli/manage.go
Copy cli/help.go -> _build/src/github.com/docker/swarm/cli/help.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/acl.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/acl.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/status.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/status.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/api.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/api.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/lock.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/lock.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/acl_test.go
->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/acl_test.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/agent.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/agent.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/catalog.go
->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/catalog.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/health.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/health.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/session.go
->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/session.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/kv_test.go
->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/kv_test.go
Copy
Godeps/_workspace/src/github.com/hashicorp/consul/api/session_test.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/session_test.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/event.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/event.go
Copy
Godeps/_workspace/src/github.com/hashicorp/consul/api/event_test.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/event_test.go
Copy
Godeps/_workspace/src/github.com/hashicorp/consul/api/health_test.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/health_test.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/semaphore.go
->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/semaphore.go
Copy
Godeps/_workspace/src/github.com/hashicorp/consul/api/catalog_test.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/catalog_test.go
Copy
Godeps/_workspace/src/github.com/hashicorp/consul/api/status_test.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/status_test.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/api_test.go
->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/api_test.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/kv.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/kv.go
Copy
Godeps/_workspace/src/github.com/hashicorp/consul/api/agent_test.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/agent_test.go
Copy Godeps/_workspace/src/github.com/hashicorp/consul/api/lock_test.go
->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/lock_test.go
Copy
Godeps/_workspace/src/github.com/hashicorp/consul/api/semaphore_test.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/hashicorp/consul/api/semaphore_test.go
Copy
Godeps/_workspace/src/github.com/skarademir/naturalsort/naturalsort.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/skarademir/naturalsort/naturalsort.go
Copy
Godeps/_workspace/src/github.com/skarademir/naturalsort/naturalsort_test.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/skarademir/naturalsort/naturalsort_test.go
Copy Godeps/_workspace/src/github.com/samalba/dockerclient/types.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/samalba/dockerclient/types.go
Copy
Godeps/_workspace/src/github.com/samalba/dockerclient/example_responses.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/samalba/dockerclient/example_responses.go
Copy Godeps/_workspace/src/github.com/samalba/dockerclient/interface.go
->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/samalba/dockerclient/interface.go
Copy Godeps/_workspace/src/github.com/samalba/dockerclient/utils.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/samalba/dockerclient/utils.go
Copy Godeps/_workspace/src/github.com/samalba/dockerclient/auth.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/samalba/dockerclient/auth.go
Copy
Godeps/_workspace/src/github.com/samalba/dockerclient/dockerclient.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/samalba/dockerclient/dockerclient.go
Copy
Godeps/_workspace/src/github.com/samalba/dockerclient/examples/events.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/samalba/dockerclient/examples/events.go
Copy
Godeps/_workspace/src/github.com/samalba/dockerclient/examples/stats/stats.go
->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/samalba/dockerclient/examples/stats/stats.go
Copy
Godeps/_workspace/src/github.com/samalba/dockerclient/nopclient/nop.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/samalba/dockerclient/nopclient/nop.go
Copy
Godeps/_workspace/src/github.com/samalba/dockerclient/mockclient/mock.go ->
_build/src/github.com/docker/swarm/Godeps/_workspace/src/github.com/samalba/dockerclient/mockclient/mock.go
Copy api/utils_test.go ->
_build/src/github.com/docker/swarm/api/utils_test.go
Copy api/status.go -> _build/src/github.com/docker/swarm/api/status.go
Copy api/replica.go -> _build/src/github.com/docker/swarm/api/replica.go
Copy api/handlers.go ->
_build/src/github.com/docker/swarm/api/handlers.go
Copy api/primary.go -> _build/src/github.com/docker/swarm/api/primary.go
Copy api/flusher.go -> _build/src/github.com/docker/swarm/api/flusher.go
Copy api/server_unix.go ->
_build/src/github.com/docker/swarm/api/server_unix.go
Copy api/primary_test.go ->
_build/src/github.com/docker/swarm/api/primary_test.go
Copy api/utils.go -> _build/src/github.com/docker/swarm/api/utils.go
Copy api/events.go -> _build/src/github.com/docker/swarm/api/events.go
Copy api/server_windows.go ->
_build/src/github.com/docker/swarm/api/server_windows.go
Copy api/events_test.go ->
_build/src/github.com/docker/swarm/api/events_test.go
Copy api/sorter.go -> _build/src/github.com/docker/swarm/api/sorter.go
Copy api/server.go -> _build/src/github.com/docker/swarm/api/server.go
Copy discovery/discovery_test.go ->
_build/src/github.com/docker/swarm/discovery/discovery_test.go
Copy discovery/generator.go ->
_build/src/github.com/docker/swarm/discovery/generator.go
Copy discovery/generator_test.go ->
_build/src/github.com/docker/swarm/discovery/generator_test.go
Copy discovery/discovery.go ->
_build/src/github.com/docker/swarm/discovery/discovery.go
Copy discovery/file/file_test.go ->
_build/src/github.com/docker/swarm/discovery/file/file_test.go
Copy discovery/file/file.go ->
_build/src/github.com/docker/swarm/discovery/file/file.go
Copy discovery/token/token.go ->
_build/src/github.com/docker/swarm/discovery/token/token.go
Copy discovery/token/token_test.go ->
_build/src/github.com/docker/swarm/discovery/token/token_test.go
Copy discovery/kv/kv_test.go ->
_build/src/github.com/docker/swarm/discovery/kv/kv_test.go
Copy discovery/kv/kv.go ->
_build/src/github.com/docker/swarm/discovery/kv/kv.go
Copy discovery/nodes/nodes_test.go ->
_build/src/github.com/docker/swarm/discovery/nodes/nodes_test.go
Copy discovery/nodes/nodes.go ->
_build/src/github.com/docker/swarm/discovery/nodes/nodes.go
Copy cluster/container_test.go ->
_build/src/github.com/docker/swarm/cluster/container_test.go
Copy cluster/network.go ->
_build/src/github.com/docker/swarm/cluster/network.go
Copy cluster/engine_test.go ->
_build/src/github.com/docker/swarm/cluster/engine_test.go
Copy cluster/engine.go ->
_build/src/github.com/docker/swarm/cluster/engine.go
Copy cluster/engine_sorter.go ->
_build/src/github.com/docker/swarm/cluster/engine_sorter.go
Copy cluster/volume.go ->
_build/src/github.com/docker/swarm/cluster/volume.go
Copy cluster/options_test.go ->
_build/src/github.com/docker/swarm/cluster/options_test.go
Copy cluster/event.go ->
_build/src/github.com/docker/swarm/cluster/event.go
Copy cluster/container.go ->
_build/src/github.com/docker/swarm/cluster/container.go
Copy cluster/image.go ->
_build/src/github.com/docker/swarm/cluster/image.go
Copy cluster/config.go ->
_build/src/github.com/docker/swarm/cluster/config.go
Copy cluster/network_test.go ->
_build/src/github.com/docker/swarm/cluster/network_test.go
Copy cluster/options.go ->
_build/src/github.com/docker/swarm/cluster/options.go
Copy cluster/config_test.go ->
_build/src/github.com/docker/swarm/cluster/config_test.go
Copy cluster/cluster.go ->
_build/src/github.com/docker/swarm/cluster/cluster.go
Copy cluster/image_test.go ->
_build/src/github.com/docker/swarm/cluster/image_test.go
Copy cluster/engine_sorter_test.go ->
_build/src/github.com/docker/swarm/cluster/engine_sorter_test.go
Copy cluster/swarm/utils_test.go ->
_build/src/github.com/docker/swarm/cluster/swarm/utils_test.go
Copy cluster/swarm/cluster_test.go ->
_build/src/github.com/docker/swarm/cluster/swarm/cluster_test.go
Copy cluster/swarm/utils.go ->
_build/src/github.com/docker/swarm/cluster/swarm/utils.go
Copy cluster/swarm/cluster.go ->
_build/src/github.com/docker/swarm/cluster/swarm/cluster.go
Copy cluster/mesos/task_test.go ->
_build/src/github.com/docker/swarm/cluster/mesos/task_test.go
Copy cluster/mesos/slave.go ->
_build/src/github.com/docker/swarm/cluster/mesos/slave.go
Copy cluster/mesos/cluster_test.go ->
_build/src/github.com/docker/swarm/cluster/mesos/cluster_test.go
Copy cluster/mesos/task.go ->
_build/src/github.com/docker/swarm/cluster/mesos/task.go
Copy cluster/mesos/utils.go ->
_build/src/github.com/docker/swarm/cluster/mesos/utils.go
Copy cluster/mesos/slave_test.go ->
_build/src/github.com/docker/swarm/cluster/mesos/slave_test.go
Copy cluster/mesos/cluster.go ->
_build/src/github.com/docker/swarm/cluster/mesos/cluster.go
Copy cluster/mesos/offer_sorter.go ->
_build/src/github.com/docker/swarm/cluster/mesos/offer_sorter.go
Copy cluster/mesos/driver.go ->
_build/src/github.com/docker/swarm/cluster/mesos/driver.go
Copy cluster/mesos/offer_sorter_test.go ->
_build/src/github.com/docker/swarm/cluster/mesos/offer_sorter_test.go
Copy cluster/mesos/queue/queue_test.go ->
_build/src/github.com/docker/swarm/cluster/mesos/queue/queue_test.go
Copy cluster/mesos/queue/queue.go ->
_build/src/github.com/docker/swarm/cluster/mesos/queue/queue.go
Copy leadership/candidate.go ->
_build/src/github.com/docker/swarm/leadership/candidate.go
Copy leadership/candidate_test.go ->
_build/src/github.com/docker/swarm/leadership/candidate_test.go
Copy leadership/follower_test.go ->
_build/src/github.com/docker/swarm/leadership/follower_test.go
Copy leadership/follower.go ->
_build/src/github.com/docker/swarm/leadership/follower.go
Symlink /usr/share/gocode/src/code.google.com ->
_build/src/code.google.com
Symlink /usr/share/gocode/src/github.com/akrennmair ->
_build/src/github.com/akrennmair
Symlink /usr/share/gocode/src/github.com/armon ->
_build/src/github.com/armon
Symlink /usr/share/gocode/src/github.com/beorn7 ->
_build/src/github.com/beorn7
Symlink /usr/share/gocode/src/github.com/bgentry ->
_build/src/github.com/bgentry
Symlink /usr/share/gocode/src/github.com/boltdb ->
_build/src/github.com/boltdb
Symlink /usr/share/gocode/src/github.com/BurntSushi ->
_build/src/github.com/BurntSushi
Symlink /usr/share/gocode/src/github.com/cheggaaa ->
_build/src/github.com/cheggaaa
Symlink /usr/share/gocode/src/github.com/codegangsta/cli ->
_build/src/github.com/codegangsta/cli
Symlink /usr/share/gocode/src/github.com/coreos/etcd ->
_build/src/github.com/coreos/etcd
Symlink /usr/share/gocode/src/github.com/coreos/gexpect ->
_build/src/github.com/coreos/gexpect
Symlink /usr/share/gocode/src/github.com/coreos/go-etcd ->
_build/src/github.com/coreos/go-etcd
Symlink /usr/share/gocode/src/github.com/coreos/go-log ->
_build/src/github.com/coreos/go-log
Symlink /usr/share/gocode/src/github.com/coreos/go-semver ->
_build/src/github.com/coreos/go-semver
Symlink /usr/share/gocode/src/github.com/coreos/go-systemd ->
_build/src/github.com/coreos/go-systemd
Symlink /usr/share/gocode/src/github.com/coreos/pkg ->
_build/src/github.com/coreos/pkg
Symlink /usr/share/gocode/src/github.com/DataDog ->
_build/src/github.com/DataDog
Symlink /usr/share/gocode/src/github.com/davecgh ->
_build/src/github.com/davecgh
Symlink /usr/share/gocode/src/github.com/docker/go-connections ->
_build/src/github.com/docker/go-connections
Symlink /usr/share/gocode/src/github.com/docker/go-units ->
_build/src/github.com/docker/go-units
Symlink /usr/share/gocode/src/github.com/docker/libkv ->
_build/src/github.com/docker/libkv
Symlink /usr/share/gocode/src/github.com/fatih ->
_build/src/github.com/fatih
Symlink /usr/share/gocode/src/github.com/fsnotify ->
_build/src/github.com/fsnotify
Symlink /usr/share/gocode/src/github.com/go-check ->
_build/src/github.com/go-check
Symlink /usr/share/gocode/src/github.com/go-fsnotify ->
_build/src/github.com/go-fsnotify
Symlink /usr/share/gocode/src/github.com/godbus ->
_build/src/github.com/godbus
Symlink /usr/share/gocode/src/github.com/gogo/protobuf ->
_build/src/github.com/gogo/protobuf
Symlink /usr/share/gocode/src/github.com/golang/glog ->
_build/src/github.com/golang/glog
Symlink /usr/share/gocode/src/github.com/golang/protobuf ->
_build/src/github.com/golang/protobuf
Symlink /usr/share/gocode/src/github.com/google ->
_build/src/github.com/google
Symlink /usr/share/gocode/src/github.com/gorilla ->
_build/src/github.com/gorilla
Symlink /usr/share/gocode/src/github.com/hashicorp/errwrap ->
_build/src/github.com/hashicorp/errwrap
Symlink /usr/share/gocode/src/github.com/hashicorp/go-cleanhttp ->
_build/src/github.com/hashicorp/go-cleanhttp
Symlink /usr/share/gocode/src/github.com/hashicorp/go-immutable-radix
-> _build/src/github.com/hashicorp/go-immutable-radix
Symlink /usr/share/gocode/src/github.com/hashicorp/go-memdb ->
_build/src/github.com/hashicorp/go-memdb
Symlink /usr/share/gocode/src/github.com/hashicorp/go-msgpack ->
_build/src/github.com/hashicorp/go-msgpack
Symlink /usr/share/gocode/src/github.com/hashicorp/go-multierror ->
_build/src/github.com/hashicorp/go-multierror
Symlink /usr/share/gocode/src/github.com/hashicorp/go-syslog ->
_build/src/github.com/hashicorp/go-syslog
Symlink /usr/share/gocode/src/github.com/hashicorp/go-uuid ->
_build/src/github.com/hashicorp/go-uuid
Symlink /usr/share/gocode/src/github.com/hashicorp/golang-lru ->
_build/src/github.com/hashicorp/golang-lru
Symlink /usr/share/gocode/src/github.com/hashicorp/hcl ->
_build/src/github.com/hashicorp/hcl
Symlink /usr/share/gocode/src/github.com/hashicorp/hil ->
_build/src/github.com/hashicorp/hil
Symlink /usr/share/gocode/src/github.com/hashicorp/logutils ->
_build/src/github.com/hashicorp/logutils
Symlink /usr/share/gocode/src/github.com/hashicorp/mdns ->
_build/src/github.com/hashicorp/mdns
Symlink /usr/share/gocode/src/github.com/hashicorp/memberlist ->
_build/src/github.com/hashicorp/memberlist
Symlink /usr/share/gocode/src/github.com/hashicorp/raft ->
_build/src/github.com/hashicorp/raft
Symlink /usr/share/gocode/src/github.com/hashicorp/raft-boltdb ->
_build/src/github.com/hashicorp/raft-boltdb
Symlink /usr/share/gocode/src/github.com/hashicorp/serf ->
_build/src/github.com/hashicorp/serf
Symlink /usr/share/gocode/src/github.com/hashicorp/uuid ->
_build/src/github.com/hashicorp/uuid
Symlink /usr/share/gocode/src/github.com/hashicorp/yamux ->
_build/src/github.com/hashicorp/yamux
Symlink /usr/share/gocode/src/github.com/inconshreveable ->
_build/src/github.com/inconshreveable
Symlink /usr/share/gocode/src/github.com/jonboulle ->
_build/src/github.com/jonboulle
Symlink /usr/share/gocode/src/github.com/kballard ->
_build/src/github.com/kballard
Symlink /usr/share/gocode/src/github.com/kr -> _build/src/github.com/kr
Symlink /usr/share/gocode/src/github.com/mattn ->
_build/src/github.com/mattn
Symlink /usr/share/gocode/src/github.com/matttproud ->
_build/src/github.com/matttproud
Symlink /usr/share/gocode/src/github.com/mesos/mesos-go ->
_build/src/github.com/mesos/mesos-go
Symlink /usr/share/gocode/src/github.com/miekg ->
_build/src/github.com/miekg
Symlink /usr/share/gocode/src/github.com/mitchellh ->
_build/src/github.com/mitchellh
Symlink /usr/share/gocode/src/github.com/olekukonko ->
_build/src/github.com/olekukonko
Symlink /usr/share/gocode/src/github.com/opencontainers ->
_build/src/github.com/opencontainers
Symlink /usr/share/gocode/src/github.com/pborman/uuid ->
_build/src/github.com/pborman/uuid
Symlink /usr/share/gocode/src/github.com/pmezard ->
_build/src/github.com/pmezard
Symlink /usr/share/gocode/src/github.com/prometheus ->
_build/src/github.com/prometheus
Symlink /usr/share/gocode/src/github.com/rcrowley ->
_build/src/github.com/rcrowley
Symlink /usr/share/gocode/src/github.com/russross ->
_build/src/github.com/russross
Symlink /usr/share/gocode/src/github.com/ryanuber ->
_build/src/github.com/ryanuber
Symlink /usr/share/gocode/src/github.com/samuel/go-zookeeper ->
_build/src/github.com/samuel/go-zookeeper
Symlink /usr/share/gocode/src/github.com/seccomp ->
_build/src/github.com/seccomp
Symlink /usr/share/gocode/src/github.com/shurcooL ->
_build/src/github.com/shurcooL
Symlink /usr/share/gocode/src/github.com/Sirupsen/logrus ->
_build/src/github.com/Sirupsen/logrus
Symlink /usr/share/gocode/src/github.com/stathat ->
_build/src/github.com/stathat
Symlink /usr/share/gocode/src/github.com/stretchr/objx ->
_build/src/github.com/stretchr/objx
Symlink /usr/share/gocode/src/github.com/stretchr/testify ->
_build/src/github.com/stretchr/testify
Symlink /usr/share/gocode/src/github.com/syndtr ->
_build/src/github.com/syndtr
Symlink /usr/share/gocode/src/github.com/tchap ->
_build/src/github.com/tchap
Symlink /usr/share/gocode/src/github.com/ugorji/go/codec ->
_build/src/github.com/ugorji/go/codec
Symlink /usr/share/gocode/src/github.com/ugorji/go-msgpack ->
_build/src/github.com/ugorji/go-msgpack
Symlink /usr/share/gocode/src/github.com/vdemeester ->
_build/src/github.com/vdemeester
Symlink /usr/share/gocode/src/github.com/vishvananda ->
_build/src/github.com/vishvananda
Symlink /usr/share/gocode/src/github.com/xeipuuv ->
_build/src/github.com/xeipuuv
Symlink /usr/share/gocode/src/github.com/xiang90 ->
_build/src/github.com/xiang90
Symlink /usr/share/gocode/src/golang.org/x/crypto ->
_build/src/golang.org/x/crypto
Symlink /usr/share/gocode/src/golang.org/x/net ->
_build/src/golang.org/x/net
Symlink /usr/share/gocode/src/golang.org/x/oauth2 ->
_build/src/golang.org/x/oauth2
Symlink /usr/share/gocode/src/golang.org/x/sys ->
_build/src/golang.org/x/sys
Symlink /usr/share/gocode/src/golang.org/x/text ->
_build/src/golang.org/x/text
Symlink /usr/share/gocode/src/golang.org/x/tools ->
_build/src/golang.org/x/tools
Symlink /usr/share/gocode/src/google.golang.org ->
_build/src/google.golang.org
Symlink /usr/share/gocode/src/gopkg.in -> _build/src/gopkg.in
Symlink /usr/share/gocode/src/labix.org -> _build/src/labix.org
Symlink /usr/share/gocode/src/launchpad.net -> _build/src/launchpad.net
make[1]: Leaving directory
'/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg'
dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
go install -v github.com/docker/swarm github.com/docker/swarm/api
github.com/docker/swarm/cli github.com/docker/swarm/cluster
github.com/docker/swarm/cluster/mesos
github.com/docker/swarm/cluster/mesos/queue
github.com/docker/swarm/cluster/swarm github.com/docker/swarm/discovery
github.com/docker/swarm/discovery/file github.com/docker/swarm/discovery/kv
github.com/docker/swarm/discovery/nodes github.com/docker/swarm/discovery/token
github.com/docker/swarm/leadership github.com/docker/swarm/scheduler
github.com/docker/swarm/scheduler/filter github.com/docker/swarm/scheduler/node
github.com/docker/swarm/scheduler/strategy github.com/docker/swarm/version
src/github.com/docker/swarm/api/flusher.go:8:2: cannot find package
"github.com/docker/docker/pkg/ioutils" in any of:
/usr/lib/go-1.6/src/github.com/docker/docker/pkg/ioutils (from $GOROOT)
/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg/_build/src/github.com/docker/docker/pkg/ioutils
(from $GOPATH)
src/github.com/docker/swarm/cluster/image.go:6:2: cannot find package
"github.com/docker/docker/pkg/parsers" in any of:
/usr/lib/go-1.6/src/github.com/docker/docker/pkg/parsers (from $GOROOT)
/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg/_build/src/github.com/docker/docker/pkg/parsers
(from $GOPATH)
src/github.com/docker/swarm/api/handlers.go:17:2: cannot find package
"github.com/docker/docker/pkg/parsers/filters" in any of:
/usr/lib/go-1.6/src/github.com/docker/docker/pkg/parsers/filters (from
$GOROOT)
/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg/_build/src/github.com/docker/docker/pkg/parsers/filters
(from $GOPATH)
src/github.com/docker/swarm/cluster/container.go:6:2: cannot find package
"github.com/docker/docker/pkg/stringid" in any of:
/usr/lib/go-1.6/src/github.com/docker/docker/pkg/stringid (from $GOROOT)
/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg/_build/src/github.com/docker/docker/pkg/stringid
(from $GOPATH)
src/github.com/docker/swarm/discovery/kv/kv.go:10:2: cannot find package
"github.com/docker/docker/pkg/tlsconfig" in any of:
/usr/lib/go-1.6/src/github.com/docker/docker/pkg/tlsconfig (from
$GOROOT)
/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg/_build/src/github.com/docker/docker/pkg/tlsconfig
(from $GOPATH)
src/github.com/samalba/dockerclient/types.go:8:2: cannot find package
"github.com/docker/docker/pkg/units" in any of:
/usr/lib/go-1.6/src/github.com/docker/docker/pkg/units (from $GOROOT)
/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg/_build/src/github.com/docker/docker/pkg/units
(from $GOPATH)
src/github.com/docker/swarm/cluster/engine.go:16:2: cannot find package
"github.com/docker/docker/pkg/version" in any of:
/usr/lib/go-1.6/src/github.com/docker/docker/pkg/version (from $GOROOT)
/home/lamby/temp/cdt.20160708232023.ZfB4qjivAe.docker-swarm/docker-swarm-1.0.1+dfsg/_build/src/github.com/docker/docker/pkg/version
(from $GOPATH)
dh_auto_build: go install -v github.com/docker/swarm
github.com/docker/swarm/api github.com/docker/swarm/cli
github.com/docker/swarm/cluster github.com/docker/swarm/cluster/mesos
github.com/docker/swarm/cluster/mesos/queue
github.com/docker/swarm/cluster/swarm github.com/docker/swarm/discovery
github.com/docker/swarm/discovery/file github.com/docker/swarm/discovery/kv
github.com/docker/swarm/discovery/nodes github.com/docker/swarm/discovery/token
github.com/docker/swarm/leadership github.com/docker/swarm/scheduler
github.com/docker/swarm/scheduler/filter github.com/docker/swarm/scheduler/node
github.com/docker/swarm/scheduler/strategy github.com/docker/swarm/version
returned exit code 1
debian/rules:9: recipe for target 'build' failed
make: *** [build] Error 1
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
docker-swarm.1.0.1+dfsg-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---
Rebuilds cleanly now so closing this bug.
Tim.
signature.asc
Description: Message signed with OpenPGP using GPGMail
--- End Message ---